Commit ba7eaded authored by Rafaël Carré's avatar 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
parent 7d7b6025
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment