[Lsb-messages] /var/www/bzr/lsb/devel/repogen r200: Forgot something in the clean target.

Jeff Licquia licquia at linuxfoundation.org
Thu Jun 13 18:42:07 UTC 2013


------------------------------------------------------------
revno: 200
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: repogen
timestamp: Thu 2013-06-13 11:42:07 -0700
message:
  Forgot something in the clean target.
modified:
  Makefile
-------------- next part --------------
=== modified file 'Makefile'
--- a/Makefile	2013-06-13 17:24:40 +0000
+++ b/Makefile	2013-06-13 18:42:07 +0000
@@ -31,7 +31,7 @@
 
 clean:
 	for prj in rpm deb; do cd $$prj; $(MAKE) clean; cd ..; done
-	rm -f pkglists task-pkgs.tar.gz *.hi
+	rm -f pkglists task-pkgs.tar.gz *.hi *.o
 
 install:
 ifeq ($(BUILD_RELEASED),yes)



More information about the lsb-messages mailing list