Kaydet (Commit) a298986d authored tarafından Peter Foley's avatar Peter Foley

alow make to run autogen.sh if autogen.lastrun doesn't exist

üst 60beba6a
......@@ -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,@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 $@
......
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