projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d88bd31
)
override some variables to make sure that perforce does not mess with our build process
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 7 May 2009 23:50:19 +0000
(23:50 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 7 May 2009 23:50:19 +0000
(23:50 +0000)
SVN-Revision: 15705
include/toplevel.mk
patch
|
blob
|
history
diff --git
a/include/toplevel.mk
b/include/toplevel.mk
index dd8fcd6f3029a183d6d18afa0f81324b21f7ec4b..2ee1518b8a8b4aff4121843aa6112c57ec5d0f9e 100644
(file)
--- 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=