summaryrefslogtreecommitdiffstats
path: root/scripts/package/Makefile
diff options
context:
space:
mode:
authorCoywolf Qi Hunt2005-07-19 16:42:54 +0200
committerSam Ravnborg2005-07-21 23:45:47 +0200
commitd178817803d95e4e3ca270bccd1ae2bed4780977 (patch)
tree83e4cdb30891f3af2dbbb8336aec37ca03786ab3 /scripts/package/Makefile
parent[PATCH] kbuild: add -Wundef to global CFLAGS (diff)
downloadkernel-qcow2-linux-d178817803d95e4e3ca270bccd1ae2bed4780977.tar.gz
kernel-qcow2-linux-d178817803d95e4e3ca270bccd1ae2bed4780977.tar.xz
kernel-qcow2-linux-d178817803d95e4e3ca270bccd1ae2bed4780977.zip
[PATCH] kbuild: make help binrpm-pkg fix
This fixes kbuild make help binrpm-pkg missing `''. Signed-off-by: Coywolf Qi Hunt <coywolf@lovecn.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/package/Makefile')
-rw-r--r--scripts/package/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package/Makefile b/scripts/package/Makefile
index 8afdef921cb7..f3e7e8e4a500 100644
--- a/scripts/package/Makefile
+++ b/scripts/package/Makefile
@@ -94,7 +94,7 @@ clean-dirs += $(objtree)/tar-install/
# ---------------------------------------------------------------------------
help:
@echo ' rpm-pkg - Build the kernel as an RPM package'
- @echo ' binrpm-pkg - Build an rpm package containing the compiled kernel
+ @echo ' binrpm-pkg - Build an rpm package containing the compiled kernel'
@echo ' and modules'
@echo ' deb-pkg - Build the kernel as an deb package'
@echo ' tar-pkg - Build the kernel as an uncompressed tarball'