OpenWrt – Diff between revs 2 and 3
?pathlinks?
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 | @@ -1231,7 +1231,6 @@ all: modules |
18 | @@ -1212,7 +1212,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 |
|
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 | $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.fwinst obj=firmware __fw_modbuild |
25 | $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.fwinst obj=firmware __fw_modbuild |
|
26 | @@ -1261,7 +1260,6 @@ _modinst_: |
26 | @@ -1242,7 +1241,6 @@ _modinst_: |
|
27 | rm -f $(MODLIB)/build ; \ |
27 | rm -f $(MODLIB)/build ; \ |
|
28 | ln -s $(CURDIR) $(MODLIB)/build ; \ |
28 | ln -s $(CURDIR) $(MODLIB)/build ; \ |
|
29 | fi |
29 | fi |