packages: seamonkey/makefile.patch (NEW)=?UTF-8?Q?=20?=- remove configure up-to-date checks

baggins baggins at pld-linux.org
Sat Jun 2 19:46:51 CEST 2012


Author: baggins                      Date: Sat Jun  2 17:46:51 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- remove configure up-to-date checks

---- Files affected:
packages/seamonkey:
   makefile.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/seamonkey/makefile.patch
diff -u /dev/null packages/seamonkey/makefile.patch:1.1
--- /dev/null	Sat Jun  2 19:46:51 2012
+++ packages/seamonkey/makefile.patch	Sat Jun  2 19:46:46 2012
@@ -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 := \
================================================================


More information about the pld-cvs-commit mailing list