[vlc-commits] contrib: prepend extras/tools/build/bin to PATH

Rafaël Carré git at videolan.org
Sat Nov 26 19:55:14 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sat Nov 26 13:54:24 2011 -0500| [ba7eaded5790bba644788a5f54b320d53080691e] | committer: Rafaël Carré

contrib: prepend extras/tools/build/bin to PATH

This makes sure our build of tar (if it exists) is used before system tar

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ba7eaded5790bba644788a5f54b320d53080691e
---

 contrib/src/main.mak |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 7f10e76..3fd98a0 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)



More information about the vlc-commits mailing list