Skip to content

Commit ac5d088

Browse files
committed
x86/build: Realign archhelp
Realign help text vertically and add spacing so that the target help text is properly separated. No functional changes. Signed-off-by: Borislav Petkov <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent fbaf0aa commit ac5d088

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

arch/x86/Makefile

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -292,19 +292,20 @@ archclean:
292292
$(Q)$(MAKE) $(clean)=arch/x86/tools
293293

294294
define archhelp
295-
echo '* bzImage - Compressed kernel image (arch/x86/boot/bzImage)'
296-
echo ' install - Install kernel using'
297-
echo ' (your) ~/bin/$(INSTALLKERNEL) or'
298-
echo ' (distribution) /sbin/$(INSTALLKERNEL) or'
299-
echo ' install to $$(INSTALL_PATH) and run lilo'
300-
echo ' fdimage - Create 1.4MB boot floppy image (arch/x86/boot/fdimage)'
301-
echo ' fdimage144 - Create 1.4MB boot floppy image (arch/x86/boot/fdimage)'
302-
echo ' fdimage288 - Create 2.8MB boot floppy image (arch/x86/boot/fdimage)'
303-
echo ' isoimage - Create a boot CD-ROM image (arch/x86/boot/image.iso)'
304-
echo ' bzdisk/fdimage*/isoimage also accept:'
305-
echo ' FDARGS="..." arguments for the booted kernel'
306-
echo ' FDINITRD=file initrd for the booted kernel'
307-
echo ' kvm_guest.config - Enable Kconfig items for running this kernel as a KVM guest'
308-
echo ' xen.config - Enable Kconfig items for running this kernel as a Xen guest'
295+
echo '* bzImage - Compressed kernel image (arch/x86/boot/bzImage)'
296+
echo ' install - Install kernel using (your) ~/bin/$(INSTALLKERNEL) or'
297+
echo ' (distribution) /sbin/$(INSTALLKERNEL) or install to '
298+
echo ' $$(INSTALL_PATH) and run lilo'
299+
echo ''
300+
echo ' fdimage - Create 1.4MB boot floppy image (arch/x86/boot/fdimage)'
301+
echo ' fdimage144 - Create 1.4MB boot floppy image (arch/x86/boot/fdimage)'
302+
echo ' fdimage288 - Create 2.8MB boot floppy image (arch/x86/boot/fdimage)'
303+
echo ' isoimage - Create a boot CD-ROM image (arch/x86/boot/image.iso)'
304+
echo ' bzdisk/fdimage*/isoimage also accept:'
305+
echo ' FDARGS="..." arguments for the booted kernel'
306+
echo ' FDINITRD=file initrd for the booted kernel'
307+
echo ''
308+
echo ' kvm_guest.config - Enable Kconfig items for running this kernel as a KVM guest'
309+
echo ' xen.config - Enable Kconfig items for running this kernel as a Xen guest'
309310

310311
endef

0 commit comments

Comments
 (0)