Kaydet (Commit) fff30fef authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

do not globally export gb_AWK, GBUILDDIR, SRCDIR, gb_XSLTPROC

üst 1c792d9c
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
define gb_CustomTarget__command define gb_CustomTarget__command
+$(call gb_Helper_abbreviate_dirs,\ +$(call gb_Helper_abbreviate_dirs,\
mkdir -p $(call gb_CustomTarget_get_workdir,$(2)) && \ mkdir -p $(call gb_CustomTarget_get_workdir,$(2)) && \
gb_AWK=$(gb_AWK) gb_XSLTPROC=$(gb_XSLTPROC) GBUILDDIR=$(GBUILDDIR) SRCDIR=$(SRCDIR) \
$(MAKE) -C $(call gb_CustomTarget_get_workdir,$(2)) -f $< && \ $(MAKE) -C $(call gb_CustomTarget_get_workdir,$(2)) -f $< && \
touch $(1)) touch $(1))
......
...@@ -331,12 +331,6 @@ gb_PYTHONTARGET := $(OUTDIR)/bin/python ...@@ -331,12 +331,6 @@ gb_PYTHONTARGET := $(OUTDIR)/bin/python
gb_PYTHON := $(gb_PYTHON_PRECOMMAND) $(gb_PYTHONTARGET) gb_PYTHON := $(gb_PYTHON_PRECOMMAND) $(gb_PYTHONTARGET)
endif endif
export gb_AWK
export gb_XSLTPROC
export GBUILDDIR
# FIXME exporting SRCDIR seems kind of a hack
export SRCDIR
define gb_HelpMessage define gb_HelpMessage
NAME NAME
gbuild - GNU make based build system for LibreOffice gbuild - GNU make based build system for LibreOffice
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment