summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2014-05-22 16:58:22 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2014-05-23 00:28:48 +0200
commitcf3a3bfa560d293a7c15fed56221f7c3b3d4b8f5 (patch)
tree8715c13ceea93ea2995a6b192e110913e6a08e31 /external
parentbedf2134f78ef0c6d0117d3c29272047d90bcce3 (diff)
use $(gb_AWK) instead of awk
but only where available, revert the change in Output.mk (cherry picked from commit 87c1aa16a95dcff9247ae12a4bb5ea2d866b1772) Change-Id: Ia00d7e52de5edfce09c3a0a8aa4390e3e1582a01
Diffstat (limited to 'external')
-rw-r--r--external/python3/ExternalProject_python3.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/python3/ExternalProject_python3.mk b/external/python3/ExternalProject_python3.mk
index 1f7be7ffda57..0bbd9b5f27bf 100644
--- a/external/python3/ExternalProject_python3.mk
+++ b/external/python3/ExternalProject_python3.mk
@@ -109,7 +109,7 @@ $(call gb_ExternalProject_get_state_target,python3,fixscripts) : $(call gb_Exter
$(python3_fw_prefix)/Versions/$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR)/bin/python$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR)-config \
$(python3_fw_prefix)/Versions/$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR)/bin/python$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR)m-config \
$(python3_fw_prefix)/Versions/$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR)/bin/pyvenv-$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR) ; do \
- { rm "$$file" && awk '\
+ { rm "$$file" && $(gb_AWK) '\
BEGIN {print "#!/bin/bash\n\
origpath=$$(pwd)\n\
bindir=$$(cd $$(dirname \"$$0\") ; pwd)\n\