[Libreoffice-commits] .: solenv/gbuild
Peter Foley
pefoley2 at kemper.freedesktop.org
Sun Dec 11 16:52:43 PST 2011
solenv/gbuild/extensions/post_AuxTargets.mk | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit a298986d627b944eb94fdd8b0c30a9298f14ab65
Author: Peter Foley <pefoley2 at verizon.net>
Date: Sun Dec 11 19:39:58 2011 -0500
alow make to run autogen.sh if autogen.lastrun doesn't exist
diff --git a/solenv/gbuild/extensions/post_AuxTargets.mk b/solenv/gbuild/extensions/post_AuxTargets.mk
index 7622047..da31aa6 100644
--- a/solenv/gbuild/extensions/post_AuxTargets.mk
+++ b/solenv/gbuild/extensions/post_AuxTargets.mk
@@ -51,6 +51,8 @@ fetch: $(SRCDIR)/src.downloaded
$(SRCDIR)/Env.Host.sh: autogen.lastrun configure.in ooo.lst.in set_soenv.in
$(if $(filter reconfigure,$(gb_SourceEnvAndRecurse_STAGE)),$(SRCDIR)/autogen.sh, at echo "cannot reconfigure from within solarenv" && rm -f $(SRCDIR)/Env.Host.sh && exit 2)
+autogen.lastrun:
+
$(WORKDIR)/bootstrap:
@cd $(SRCDIR) && ./bootstrap
@mkdir -p $(dir $@) && touch $@
More information about the Libreoffice-commits
mailing list