diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-05-07 23:50:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-05-07 23:50:19 +0000 |
commit | 82c60edbc128927fc8fdaa61394fc2b29ad9bed2 (patch) | |
tree | c1354ce48768a54ae7b40c7ed887fbe63b81e100 | |
parent | 8e8cb2b259591132ef7be9e84b8c5e8daa1338cd (diff) | |
download | master-187ad058-82c60edbc128927fc8fdaa61394fc2b29ad9bed2.tar.gz master-187ad058-82c60edbc128927fc8fdaa61394fc2b29ad9bed2.tar.bz2 master-187ad058-82c60edbc128927fc8fdaa61394fc2b29ad9bed2.zip |
override some variables to make sure that perforce does not mess with our build process
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15705 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | include/toplevel.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/toplevel.mk b/include/toplevel.mk index dd8fcd6f30..2ee1518b8a 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -26,6 +26,12 @@ export IS_TTY=$(shell tty -s && echo 1 || echo 0) export LD_LIBRARY_PATH:=$(if $(LD_LIBRARY_PATH),$(LD_LIBRARY_PATH):)$(STAGING_DIR_HOST)/lib export DYLD_LIBRARY_PATH:=$(if $(DYLD_LIBRARY_PATH),$(DYLD_LIBRARY_PATH):)$(STAGING_DIR_HOST)/lib +# prevent perforce from messing with the patch utility +export P4PORT= +export P4USER= +export P4CONFIG= +export P4CLIENT= + # make sure that a predefined CFLAGS variable does not disturb packages export CFLAGS= |