[Lsb-messages] /var/www/bzr/lsb/devel/repogen r198: Make sure default clean targets clean Haskell stuff too.

Jeff Licquia licquia at linuxfoundation.org
Thu Jun 13 15:08:47 UTC 2013


------------------------------------------------------------
revno: 198
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: repogen
timestamp: Thu 2013-06-13 08:08:47 -0700
message:
  Make sure default clean targets clean Haskell stuff too.
modified:
  Makefile
  deb/Makefile
-------------- next part --------------
=== modified file 'Makefile'
--- a/Makefile	2012-07-24 21:16:02 +0000
+++ b/Makefile	2013-06-13 15:08:47 +0000
@@ -43,7 +43,7 @@
 
 clean:
 	for prj in rpm deb; do cd $$prj; $(MAKE) clean; cd ..; done
-	rm -f pkglists task-pkgs.tar.gz
+	rm -f pkglists task-pkgs.tar.gz *.hi
 
 install:
 ifeq ($(BUILD_RELEASED),yes)

=== modified file 'deb/Makefile'
--- a/deb/Makefile	2012-09-11 23:15:25 +0000
+++ b/deb/Makefile	2013-06-13 15:08:47 +0000
@@ -130,6 +130,7 @@
 	-rm -rf $(REPO_TOP_FULL)/junk
 
 clean:
+	$(MAKE) -f Makefile-haskell realclean
 	rm -rf debian
 	rm -rf pkgcache
 	rm -f apt-overrides



More information about the lsb-messages mailing list