Author: nbd Date: 2016-01-20 22:31:34 +0100 (Wed, 20 Jan 2016) New Revision: 48413
Modified: trunk/tools/Makefile Log: tools: compile flock before everything else Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/tools/Makefile =================================================================== --- trunk/tools/Makefile 2016-01-20 20:46:20 UTC (rev 48412) +++ trunk/tools/Makefile 2016-01-20 21:31:34 UTC (rev 48413) @@ -30,7 +30,7 @@ tools-$(BUILD_TOOLCHAIN) += gmp mpfr mpc libelf expat tools-y += m4 libtool autoconf automake flex bison pkg-config sed mklibs tools-y += sstrip make-ext4fs e2fsprogs mtd-utils mkimage -tools-y += firmware-utils patch-image patch quilt yaffs2 flock padjffs2 +tools-y += firmware-utils patch-image patch quilt yaffs2 padjffs2 tools-y += mm-macros missing-macros xz cmake scons bc findutils gengetopt patchelf tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2 tools-$(CONFIG_powerpc) += upx @@ -90,6 +90,9 @@ $(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/tar/install)) tools-y += tar +$(curdir)/tar/compile := $(curdir)/flock/install +tools-y += flock + $(curdir)/builddirs := $(tools-y) $(tools-dep) $(tools-) $(curdir)/builddirs-default := $(tools-y) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
