Title: [opsview-perl] [727] Remove packaging directories on solaris on clean
Revision
727
Author
tvoon
Date
2012-08-08 09:40:44 +0100 (Wed, 08 Aug 2012)

Log Message

Remove packaging directories on solaris on clean

Modified Paths


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2012-08-02 10:05:34 UTC (rev 726)
+++ trunk/Makefile	2012-08-08 08:40:44 UTC (rev 727)
@@ -801,9 +801,12 @@
 package-clean: clean-root-links
 	$(MAKE) $(PACKAGE_MACRO)-clean
 
-debpkg-clean solpkg-clean:
+debpkg-clean:
 	rm -f $(PACKAGE_UPLOAD_FILES) debian/changelog.dch
 
+solpkg-clean:
+	rm -rf $(PACKAGE_UPLOAD_FILES) /var/tmp/mksolpkg-opsview-perl /tmp/mksolpkg-opsview-perl
+
 rpmpkg-clean:
 	sudo rm -rf $(PACKAGE_UPLOAD_FILES) rpmbuild rpmbuild-files
 

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to