diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,8 +1,8 @@ | |||
1 | VERSION = 2 | 1 | VERSION = 2 |
2 | PATCHLEVEL = 6 | 2 | PATCHLEVEL = 6 |
3 | SUBLEVEL = 33 | 3 | SUBLEVEL = 35 |
4 | EXTRAVERSION = -rc6 | 4 | EXTRAVERSION = -rc2 |
5 | NAME = Man-Eating Seals of Antiquity | 5 | NAME = 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 | ||
1027 | PHONY += modules | 1027 | PHONY += modules |
1028 | modules: $(vmlinux-dirs) $(if $(KBUILD_BUILTIN),vmlinux) | 1028 | modules: $(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 | |||
1047 | modules_install: _modinst_ _modinst_post | 1047 | modules_install: _modinst_ _modinst_post |
1048 | 1048 | ||
1049 | PHONY += _modinst_ | 1049 | PHONY += _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";\ |