diff options
Diffstat (limited to 'arch/x86/Makefile')
-rw-r--r-- | arch/x86/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Makefile b/arch/x86/Makefile index 4aefc034e9a0..ba7a6df4db92 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile | |||
@@ -182,8 +182,8 @@ archclean: | |||
182 | define archhelp | 182 | define archhelp |
183 | echo '* bzImage - Compressed kernel image (arch/x86/boot/bzImage)' | 183 | echo '* bzImage - Compressed kernel image (arch/x86/boot/bzImage)' |
184 | echo ' install - Install kernel using' | 184 | echo ' install - Install kernel using' |
185 | echo ' (your) ~/bin/installkernel or' | 185 | echo ' (your) ~/bin/$(INSTALLKERNEL) or' |
186 | echo ' (distribution) /sbin/installkernel or' | 186 | echo ' (distribution) /sbin/$(INSTALLKERNEL) or' |
187 | echo ' install to $$(INSTALL_PATH) and run lilo' | 187 | echo ' install to $$(INSTALL_PATH) and run lilo' |
188 | echo ' fdimage - Create 1.4MB boot floppy image (arch/x86/boot/fdimage)' | 188 | echo ' fdimage - Create 1.4MB boot floppy image (arch/x86/boot/fdimage)' |
189 | echo ' fdimage144 - Create 1.4MB boot floppy image (arch/x86/boot/fdimage)' | 189 | echo ' fdimage144 - Create 1.4MB boot floppy image (arch/x86/boot/fdimage)' |