Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.4-rc2 /Makefile

Filename:/Makefile
Lines Added:10
Lines Deleted:2
Also changed in: (Previous) 2.6.4-rc1-bk4  2.6.4-rc1-bk3  2.6.4-rc1-bk2  2.6.4-rc1-bk1  2.6.4-rc1  2.6.3-bk9 
(Following) 2.6.4-rc2-bk1  2.6.4-rc2-bk2  2.6.4-rc2-bk3  2.6.4-rc2-bk4  2.6.4-rc2-bk5  2.6.4-rc3 

Location
[  2.6.4-rc2
   o  Makefile

Patch

diff -Nru a/Makefile b/Makefile
--- a/Makefile   Wed Mar  3 22:17:24 2004
+++ b/Makefile   Wed Mar  3 22:17:24 2004
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 6
-SUBLEVEL = 3
-EXTRAVERSION =
+SUBLEVEL = 4
+EXTRAVERSION =-rc2
 NAME=Feisty Dunnart
 
 # *DOCUMENTATION*
@@ -889,6 +889,9 @@
 # Brief documentation of the typical targets used
 # ---------------------------------------------------------------------------
 
+boards := $(wildcard $(srctree)/arch/$(ARCH)/configs/*_defconfig)
+boards := $(notdir $(boards))
+
 help:
    @echo  'Cleaning targets:'
    @echo  '  clean        - remove most generated files but keep the config'
@@ -914,6 +917,11 @@
    @$(if $(archhelp),$(archhelp),\
       echo '  No architecture specific help defined for $(ARCH)')
    @echo  ''
+   @$(if $(boards), \
+      $(foreach b, $(boards), \
+      printf "  %-24s - Build for %s\\n" $(b) $(subst _defconfig,,$(b));) \
+      echo '')
+
    @echo  '  make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build'
    @echo  '  make O=dir [targets] Locate all output files in "dir", including .config'
    @echo  '  make C=1   [targets] Check all c source with checker tool'


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.