OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 13... Line 13...
13 scripts/Makefile.build | 2 +- 13 scripts/Makefile.build | 2 +-
14 2 files changed, 1 insertion(+), 3 deletions(-) 14 2 files changed, 1 insertion(+), 3 deletions(-)
Line 15... Line 15...
15   15  
16 --- a/Makefile 16 --- a/Makefile
17 +++ b/Makefile 17 +++ b/Makefile
Line 18... Line 18...
18 @@ -1240,7 +1240,6 @@ all: modules 18 @@ -1228,7 +1228,6 @@ all: modules
19 19
20 PHONY += modules 20 PHONY += modules
21 modules: $(vmlinux-dirs) $(if $(KBUILD_BUILTIN),vmlinux) modules.builtin 21 modules: $(vmlinux-dirs) $(if $(KBUILD_BUILTIN),vmlinux) modules.builtin
22 - $(Q)$(AWK) '!x[$$0]++' $(vmlinux-dirs:%=$(objtree)/%/modules.order) > $(objtree)/modules.order 22 - $(Q)$(AWK) '!x[$$0]++' $(vmlinux-dirs:%=$(objtree)/%/modules.order) > $(objtree)/modules.order
Line 23... Line 23...
23 @$(kecho) ' Building modules, stage 2.'; 23 @$(kecho) ' Building modules, stage 2.';
24 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost 24 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
25 25
26 @@ -1269,7 +1268,6 @@ _modinst_: 26 @@ -1257,7 +1256,6 @@ _modinst_:
27 rm -f $(MODLIB)/build ; \ 27 rm -f $(MODLIB)/build ; \
28 ln -s $(CURDIR) $(MODLIB)/build ; \ 28 ln -s $(CURDIR) $(MODLIB)/build ; \