diff options
author | Coywolf Qi Hunt <coywolf@sosdg.org> | 2005-07-19 10:42:54 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@mars.(none)> | 2005-07-21 17:45:47 -0400 |
commit | d178817803d95e4e3ca270bccd1ae2bed4780977 (patch) | |
tree | 83e4cdb30891f3af2dbbb8336aec37ca03786ab3 /scripts | |
parent | 3c521e06fad4b4b7fe4811fb8363d12cf49f40a2 (diff) |
[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')
-rw-r--r-- | scripts/package/Makefile | 2 |
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/ | |||
94 | # --------------------------------------------------------------------------- | 94 | # --------------------------------------------------------------------------- |
95 | help: | 95 | help: |
96 | @echo ' rpm-pkg - Build the kernel as an RPM package' | 96 | @echo ' rpm-pkg - Build the kernel as an RPM package' |
97 | @echo ' binrpm-pkg - Build an rpm package containing the compiled kernel | 97 | @echo ' binrpm-pkg - Build an rpm package containing the compiled kernel' |
98 | @echo ' and modules' | 98 | @echo ' and modules' |
99 | @echo ' deb-pkg - Build the kernel as an deb package' | 99 | @echo ' deb-pkg - Build the kernel as an deb package' |
100 | @echo ' tar-pkg - Build the kernel as an uncompressed tarball' | 100 | @echo ' tar-pkg - Build the kernel as an uncompressed tarball' |