[Libreoffice-commits] .: cross_toolset/Makefile
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Mon Feb 6 00:42:59 PST 2012
cross_toolset/Makefile | 8 ++++++++
1 file changed, 8 insertions(+)
New commits:
commit fcc56e8a894dfeb8885f663f33f364becec5d176
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Mon Feb 6 02:42:38 2012 -0600
again with bootstrap, but for cross-compile this time
diff --git a/cross_toolset/Makefile b/cross_toolset/Makefile
index 271c83a..5b80d7b 100644
--- a/cross_toolset/Makefile
+++ b/cross_toolset/Makefile
@@ -6,6 +6,14 @@
SHELL=/usr/bin/env bash
include ../config_build.mk
+#
+# Bootstap
+#
+$(WORKDIR)/bootstrap:
+ @cd $(SRC_ROOT) && ./bootstrap
+ @mkdir -p $(dir $@) && touch $@
+
+bootstrap: $(WORKDIR)/bootstrap
.PHONY : build
More information about the Libreoffice-commits
mailing list