mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-06 19:19:31 +00:00
use unexport instead of export to clear perforce variables
SVN-Revision: 15708
This commit is contained in:
parent
cadab984f8
commit
b5ddcb18fa
@ -27,10 +27,7 @@ export LD_LIBRARY_PATH:=$(if $(LD_LIBRARY_PATH),$(LD_LIBRARY_PATH):)$(STAGING_DI
|
|||||||
export DYLD_LIBRARY_PATH:=$(if $(DYLD_LIBRARY_PATH),$(DYLD_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
|
# prevent perforce from messing with the patch utility
|
||||||
export P4PORT=
|
unexport P4PORT P4USER P4CONFIG P4CLIENT
|
||||||
export P4USER=
|
|
||||||
export P4CONFIG=
|
|
||||||
export P4CLIENT=
|
|
||||||
|
|
||||||
# make sure that a predefined CFLAGS variable does not disturb packages
|
# make sure that a predefined CFLAGS variable does not disturb packages
|
||||||
export CFLAGS=
|
export CFLAGS=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user