aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 12ab17511308..a1b409001e8b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
1VERSION = 2 1VERSION = 2
2PATCHLEVEL = 6 2PATCHLEVEL = 6
3SUBLEVEL = 33 3SUBLEVEL = 35
4EXTRAVERSION = -rc6 4EXTRAVERSION = -rc2
5NAME = Man-Eating Seals of Antiquity 5NAME = Sheep on Meth
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"
@@ -1025,7 +1025,7 @@ all: modules
1025# using awk while concatenating to the final file. 1025# using awk while concatenating to the final file.
1026 1026
1027PHONY += modules 1027PHONY += modules
1028modules: $(vmlinux-dirs) $(if $(KBUILD_BUILTIN),vmlinux) 1028modules: $(vmlinux-dirs) $(if $(KBUILD_BUILTIN),vmlinux) modules.builtin
1029 $(Q)$(AWK) '!x[$$0]++' $(vmlinux-dirs:%=$(objtree)/%/modules.order) > $(objtree)/modules.order 1029 $(Q)$(AWK) '!x[$$0]++' $(vmlinux-dirs:%=$(objtree)/%/modules.order) > $(objtree)/modules.order
1030 @$(kecho) ' Building modules, stage 2.'; 1030 @$(kecho) ' Building modules, stage 2.';
1031 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost 1031 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
@@ -1047,7 +1047,7 @@ PHONY += modules_install
1047modules_install: _modinst_ _modinst_post 1047modules_install: _modinst_ _modinst_post
1048 1048
1049PHONY += _modinst_ 1049PHONY += _modinst_
1050_modinst_: modules.builtin 1050_modinst_:
1051 @if [ -z "`$(DEPMOD) -V 2>/dev/null | grep module-init-tools`" ]; then \ 1051 @if [ -z "`$(DEPMOD) -V 2>/dev/null | grep module-init-tools`" ]; then \
1052 echo "Warning: you may need to install module-init-tools"; \ 1052 echo "Warning: you may need to install module-init-tools"; \
1053 echo "See http://www.codemonkey.org.uk/docs/post-halloween-2.6.txt";\ 1053 echo "See http://www.codemonkey.org.uk/docs/post-halloween-2.6.txt";\