From 90c14ae4354ac911f42d5fb92b76aaf89f182731 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 2 Jun 2012 17:46:46 +0000 Subject: [PATCH] - remove configure up-to-date checks Changed files: makefile.patch -> 1.1 --- makefile.patch | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 makefile.patch diff --git a/makefile.patch b/makefile.patch new file mode 100644 index 0000000..6ba8cf6 --- /dev/null +++ b/makefile.patch @@ -0,0 +1,45 @@ +--- mozilla/Makefile.in~ 2011-08-12 16:52:03.000000000 +0300 ++++ mozilla/Makefile.in 2011-08-26 13:00:59.373870016 +0300 +@@ -58,8 +58,6 @@ + + include $(topsrcdir)/config/config.mk + +-default alldep all:: $(topsrcdir)/configure config.status +- + ifndef INCLUDED_BRIDGE_MK + include $(topsrcdir)/bridge/bridge.mk + endif +@@ -67,19 +65,7 @@ + # workaround Bug 599809 by making these makefiles be generated here + SUBMAKEFILES += $(addsuffix /Makefile, $(APP_LIBXUL_DIRS) $(APP_LIBXUL_STATICDIRS)) + +-$(topsrcdir)/configure: $(topsrcdir)/configure.in +- @echo "STOP! configure.in has changed, and your configure is out of date." +- @echo "Please rerun autoconf and configure." +- @echo "To ignore this message, touch 'configure' in the source directory." +- @exit 1 +- +-config.status: $(topsrcdir)/configure +- @echo "STOP! configure has changed and needs to be run in this build directory." +- @echo "Please rerun configure." +- @echo "To ignore this message, touch 'config.status' in the build directory." +- @exit 1 +- +-default export libs clean realclean distclean alldep \ ++default export libs clean realclean distclean \ + maybe_clobber_profiledbuild uploadsymbols all:: $(SUBMAKEFILES) + $(MAKE) -C mozilla $@ + +--- mozilla/client.mk~ 2011-08-26 13:10:08.000000000 +0300 ++++ mozilla/client.mk 2011-08-26 13:10:11.365956960 +0300 +@@ -278,8 +278,8 @@ + $(TOPSRCDIR)/mozilla/js/src/aclocal.m4 \ + $(NULL) + +-$(CONFIGURES): %: %.in $(EXTRA_CONFIG_DEPS) +- @echo Generating $@ using autoconf ++$(CONFIGURES): ++ echo Generating $@ using autoconf + cd $(@D); $(AUTOCONF) + + CONFIG_STATUS_DEPS := \ -- 2.44.0