Kaydet (Commit) ae20a668 authored tarafından Matúš Kukan's avatar Matúš Kukan Kaydeden (comit) Peter Foley

Do not run autogen.sh if we don't want to. (for help, clean, distclean)

Change-Id: Ic283ca4181fe5131a557bfb2cfd3d79ac1e9f82d
Reviewed-on: https://gerrit.libreoffice.org/1479Reviewed-by: 's avatarPeter Foley <pefoley2@verizon.net>
Tested-by: 's avatarPeter Foley <pefoley2@verizon.net>
üst 6763a595
......@@ -17,7 +17,11 @@ SHELL=/usr/bin/env bash
SRCDIR := @SRC_ROOT@
BUILDDIR := @BUILDDIR@
ifeq (,$(MAKE_RESTARTS))
# Next 'if' means:
# If you want to make something more than help clean distclean,
# and make has not yet restarted itself..
# ..run autogen.sh if needed and force make to restart itself.
ifeq (,$(MAKE_RESTARTS)$(if $(filter help clean distclean,$(MAKECMDGOALS)),T))
.PHONY : force-restart
Makefile: $(BUILDDIR)/config_host.mk force-restart
......
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