diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-08 13:30:54 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-08 13:30:54 +0000 |
commit | 85f1a2c67a7b20d28d950a4e595ef172cb28d156 (patch) | |
tree | ce23f24690829547ef93e72118bdf6030fc1e8f2 /include | |
parent | 7fb394b9ab8e45c85202fc211ee9cabc0f4540c7 (diff) | |
download | upstream-85f1a2c67a7b20d28d950a4e595ef172cb28d156.tar.gz upstream-85f1a2c67a7b20d28d950a4e595ef172cb28d156.tar.bz2 upstream-85f1a2c67a7b20d28d950a4e595ef172cb28d156.zip |
add further countermeasures against the git core.autocrlf option (fixes #9075)
SVN-Revision: 31650
Diffstat (limited to 'include')
-rw-r--r-- | include/toplevel.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/toplevel.mk b/include/toplevel.mk index 9a60139329..721d14c486 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -24,6 +24,7 @@ export OPENWRTVERSION 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 +export GIT_CONFIG_PARAMETERS='core.autocrlf=false' # prevent perforce from messing with the patch utility unexport P4PORT P4USER P4CONFIG P4CLIENT |