Author: hawk Date: Thu Jul 8 09:30:32 2010 GMT Module: packages Tag: HEAD ---- Log message: - patch to remove configure up-to-date checks
---- Files affected: packages/icedove: icedove-makefile.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/icedove/icedove-makefile.patch diff -u /dev/null packages/icedove/icedove-makefile.patch:1.1 --- /dev/null Thu Jul 8 11:30:32 2010 +++ packages/icedove/icedove-makefile.patch Thu Jul 8 11:30:27 2010 @@ -0,0 +1,25 @@ +--- Makefile.in.orig 2010-06-23 19:43:07.000000000 +0200 ++++ Makefile.in 2010-07-08 09:24:01.055067815 +0200 +@@ -58,21 +58,7 @@ + + include $(topsrcdir)/config/config.mk + +-default alldep all:: $(topsrcdir)/configure config.status +- +-$(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 maybe_clobber_profiledbuild uploadsymbols all:: ++default export libs clean realclean distclean maybe_clobber_profiledbuild uploadsymbols:: + $(MAKE) -C mozilla $@ + + ifdef ENABLE_TESTS ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
