[Pkg-haskell-commits] darcs: helium: Use sinclude in makefile to include auto-generated file, so that it can be deleted in clean

Joachim Breitner mail at joachim-breitner.de
Thu Jun 2 17:25:57 UTC 2011


Thu Jun  2 17:20:38 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Use sinclude in makefile to include auto-generated file, so that it can be deleted in clean
  Ignore-this: f94f2a1ceb2b25442994b38fd1b2d887

    M ./patches/series +1
    A ./patches/use-sinclude
    M ./rules +1

Thu Jun  2 17:20:38 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Use sinclude in makefile to include auto-generated file, so that it can be deleted in clean
  Ignore-this: f94f2a1ceb2b25442994b38fd1b2d887
diff -rN -u old-helium//patches/series new-helium//patches/series
--- old-helium//patches/series	2011-06-02 17:25:57.720773048 +0000
+++ new-helium//patches/series	2011-06-02 17:25:57.745273572 +0000
@@ -6,4 +6,5 @@
 10_autoconf
 replace-config.sub
 fixes-for-ghc
+use-sinclude
 parsec3-compat
diff -rN -u old-helium//patches/use-sinclude new-helium//patches/use-sinclude
--- old-helium//patches/use-sinclude	1970-01-01 00:00:00.000000000 +0000
+++ new-helium//patches/use-sinclude	2011-06-02 17:25:57.745273572 +0000
@@ -0,0 +1,10 @@
+Index: helium-1.7~pre20090428/lvm/src/runtime/makefile
+===================================================================
+--- helium-1.7~pre20090428.orig/lvm/src/runtime/makefile	2011-06-02 18:48:38.000000000 +0200
++++ helium-1.7~pre20090428/lvm/src/runtime/makefile	2011-06-02 18:48:40.000000000 +0200
+@@ -82,4 +82,4 @@
+ 	sed -e 's/\(.*\.o\)/prim\/\1/' .depend.temp >> .depend
+ 	$(RM) .depend.temp
+ 
+-include .depend
++sinclude .depend
diff -rN -u old-helium//rules new-helium//rules
--- old-helium//rules	2011-06-02 17:25:57.720773048 +0000
+++ new-helium//rules	2011-06-02 17:25:57.745273572 +0000
@@ -59,6 +59,7 @@
 	[ ! -f helium/src/Makefile ] || $(MAKE) -C helium/src clean
 	rm -f lvm/src/config/tests/config.sub
 	rm -f lvm/src/config/tests/config.guess
+	rm -f lvm/src/runtime/.depend
 	rm -f helium/config.cache helium/config.log \
 	    helium/config.status helium/lib/Makefile \
 	    helium/lib/simple/Makefile helium/src/Makefile \





More information about the Pkg-haskell-commits mailing list