From ba7eaded5790bba644788a5f54b320d53080691e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Sat, 26 Nov 2011 13:54:24 -0500 Subject: [PATCH] contrib: prepend extras/tools/build/bin to PATH This makes sure our build of tar (if it exists) is used before system tar --- contrib/src/main.mak | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/src/main.mak b/contrib/src/main.mak index 7f10e76aad..3fd98a0ef4 100644 --- a/contrib/src/main.mak +++ b/contrib/src/main.mak @@ -13,6 +13,9 @@ TOPDST ?= .. SRC := $(TOPSRC)/src TARBALLS := $(TOPSRC)/tarballs +PATH :=$(abspath ../../extras/tools/build/bin):$(PATH) +export PATH + PKGS_ALL := $(patsubst $(SRC)/%/rules.mak,%,$(wildcard $(SRC)/*/rules.mak)) DATE := $(shell date +%Y%m%d) VPATH := $(TARBALLS) -- 2.39.5