]> git.pld-linux.org Git - packages/seamonkey.git/commitdiff
- remove configure up-to-date checks
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 2 Jun 2012 17:46:46 +0000 (17:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    makefile.patch -> 1.1

makefile.patch [new file with mode: 0644]

diff --git a/makefile.patch b/makefile.patch
new file mode 100644 (file)
index 0000000..6ba8cf6
--- /dev/null
@@ -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 := \
This page took 0.124017 seconds and 4 git commands to generate.