From: Rafaël Carré Date: Sat, 26 Nov 2011 18:54:24 +0000 (-0500) Subject: contrib: prepend extras/tools/build/bin to PATH X-Git-Tag: 1.3.0-git~36 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ba7eaded5790bba644788a5f54b320d53080691e;p=vlc contrib: prepend extras/tools/build/bin to PATH This makes sure our build of tar (if it exists) is used before system tar --- 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)