OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 28... Line 28...
28 tools-y += mm-macros missing-macros cmake scons bc findutils gengetopt patchelf 28 tools-y += mm-macros missing-macros cmake scons bc findutils gengetopt patchelf
29 tools-y += mtools dosfstools libressl 29 tools-y += mtools dosfstools libressl
30 tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2 30 tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2
31 tools-$(CONFIG_TARGET_x86) += qemu 31 tools-$(CONFIG_TARGET_x86) += qemu
32 tools-$(CONFIG_TARGET_mxs) += elftosb sdimage 32 tools-$(CONFIG_TARGET_mxs) += elftosb sdimage
33 tools-$(CONFIG_TARGET_ar71xx) += lzma-old 33 tools-$(CONFIG_TARGET_ar71xx) += lzma-old squashfs
34 tools-$(CONFIG_TARGET_ar71xx)$(CONFIG_TARGET_ath79) += squashfs -  
35 tools-$(CONFIG_USES_MINOR) += kernel2minor 34 tools-$(CONFIG_USES_MINOR) += kernel2minor
36 tools-y += lzma squashfskit4 zip 35 tools-y += lzma squashfs4
37 tools-$(BUILD_B43_TOOLS) += b43-tools 36 tools-$(BUILD_B43_TOOLS) += b43-tools
38 tools-$(BUILD_ISL) += isl 37 tools-$(BUILD_ISL) += isl
39 tools-$(CONFIG_USE_SPARSE) += sparse 38 tools-$(CONFIG_USE_SPARSE) += sparse
40 tools-$(CONFIG_TARGET_apm821xx)$(CONFIG_TARGET_gemini) += genext2fs 39 tools-$(CONFIG_TARGET_apm821xx) += genext2fs
Line 41... Line 40...
41   40  
42 # builddir dependencies 41 # builddir dependencies
43 $(curdir)/bison/compile := $(curdir)/flex/compile 42 $(curdir)/bison/compile := $(curdir)/flex/compile
44 $(curdir)/flex/compile := $(curdir)/libtool/compile 43 $(curdir)/flex/compile := $(curdir)/libtool/compile
45 $(curdir)/libtool/compile := $(curdir)/m4/compile $(curdir)/autoconf/compile $(curdir)/automake/compile $(curdir)/missing-macros/compile 44 $(curdir)/libtool/compile := $(curdir)/m4/compile $(curdir)/autoconf/compile $(curdir)/automake/compile $(curdir)/missing-macros/compile
46 $(curdir)/squashfs/compile := $(curdir)/lzma-old/compile 45 $(curdir)/squashfs/compile := $(curdir)/lzma-old/compile
47 $(curdir)/squashfskit4/compile := $(curdir)/xz/compile $(curdir)/zlib/compile 46 $(curdir)/squashfs4/compile := $(curdir)/xz/compile $(curdir)/zlib/compile
48 $(curdir)/quilt/compile := $(curdir)/autoconf/compile $(curdir)/findutils/compile 47 $(curdir)/quilt/compile := $(curdir)/autoconf/compile $(curdir)/findutils/compile
49 $(curdir)/autoconf/compile := $(curdir)/m4/compile 48 $(curdir)/autoconf/compile := $(curdir)/m4/compile
50 $(curdir)/automake/compile := $(curdir)/m4/compile $(curdir)/autoconf/compile $(curdir)/pkg-config/compile $(curdir)/xz/compile 49 $(curdir)/automake/compile := $(curdir)/m4/compile $(curdir)/autoconf/compile $(curdir)/pkg-config/compile $(curdir)/xz/compile
51 $(curdir)/gmp/compile := $(curdir)/libtool/compile 50 $(curdir)/gmp/compile := $(curdir)/libtool/compile
Line 97... Line 96...
97   96  
98 $(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(patsubst %,$(curdir)/%/compile,$(tools-core)))) 97 $(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(patsubst %,$(curdir)/%/compile,$(tools-core))))
Line 99... Line 98...
99 tools-y += $(tools-core) 98 tools-y += $(tools-core)
100   99  
101 # make core tools depend on sed and flock -  
Line 102... Line 100...
102 $(foreach tool, $(filter-out xz,$(tools-core)), $(eval $(curdir)/$(tool)/compile += $(curdir)/sed/compile)) 100 # make core tools depend on sed and flock
103 $(curdir)/xz/compile += $(curdir)/flock/compile 101 $(foreach tool, $(tools-core), $(eval $(curdir)/$(tool)/compile += $(curdir)/sed/compile))
Line 104... Line 102...
104   102  
105 $(curdir)/sed/compile := $(curdir)/flock/compile $(curdir)/xz/compile 103 $(curdir)/sed/compile := $(curdir)/flock/compile
106 tools-y += flock sed 104 tools-y += flock sed