aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 07bc92544e9c..d1ea73f74c2f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
1VERSION = 3 1VERSION = 3
2PATCHLEVEL = 1 2PATCHLEVEL = 2
3SUBLEVEL = 0 3SUBLEVEL = 0
4EXTRAVERSION = 4EXTRAVERSION = -rc5
5NAME = "Divemaster Edition" 5NAME = Saber-toothed Squirrel
6 6
7# *DOCUMENTATION* 7# *DOCUMENTATION*
8# To see a list of typical targets execute "make help" 8# To see a list of typical targets execute "make help"
@@ -983,7 +983,6 @@ archprepare: prepare1 scripts_basic
983 983
984prepare0: archprepare FORCE 984prepare0: archprepare FORCE
985 $(Q)$(MAKE) $(build)=. 985 $(Q)$(MAKE) $(build)=.
986 $(Q)$(MAKE) $(build)=. missing-syscalls
987 986
988# All the preparing.. 987# All the preparing..
989prepare: prepare0 988prepare: prepare0
@@ -1198,7 +1197,7 @@ distclean: mrproper
1198 @find $(srctree) $(RCS_FIND_IGNORE) \ 1197 @find $(srctree) $(RCS_FIND_IGNORE) \
1199 \( -name '*.orig' -o -name '*.rej' -o -name '*~' \ 1198 \( -name '*.orig' -o -name '*.rej' -o -name '*~' \
1200 -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \ 1199 -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
1201 -o -name '.*.rej' -o -size 0 \ 1200 -o -name '.*.rej' \
1202 -o -name '*%' -o -name '.*.cmd' -o -name 'core' \) \ 1201 -o -name '*%' -o -name '.*.cmd' -o -name 'core' \) \
1203 -type f -print | xargs rm -f 1202 -type f -print | xargs rm -f
1204 1203
@@ -1296,7 +1295,6 @@ help:
1296 @echo ' 2: warnings which occur quite often but may still be relevant' 1295 @echo ' 2: warnings which occur quite often but may still be relevant'
1297 @echo ' 3: more obscure warnings, can most likely be ignored' 1296 @echo ' 3: more obscure warnings, can most likely be ignored'
1298 @echo ' Multiple levels can be combined with W=12 or W=123' 1297 @echo ' Multiple levels can be combined with W=12 or W=123'
1299 @echo ' make RECORDMCOUNT_WARN=1 [targets] Warn about ignored mcount sections'
1300 @echo '' 1298 @echo ''
1301 @echo 'Execute "make" or "make all" to build all targets marked with [*] ' 1299 @echo 'Execute "make" or "make all" to build all targets marked with [*] '
1302 @echo 'For further info see the ./README file' 1300 @echo 'For further info see the ./README file'