[maemo-commits] [maemo-commits] r17589 - projects/haf/trunk/libsdl1.2/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Mar 4 15:29:25 EET 2009
Author: csaavedra
Date: 2009-03-04 15:29:10 +0200 (Wed, 04 Mar 2009)
New Revision: 17589

Modified:
   projects/haf/trunk/libsdl1.2/debian/rules
Log:
fix the clean rule

Modified: projects/haf/trunk/libsdl1.2/debian/rules
===================================================================
--- projects/haf/trunk/libsdl1.2/debian/rules	2009-03-04 13:10:36 UTC (rev 17588)
+++ projects/haf/trunk/libsdl1.2/debian/rules	2009-03-04 13:29:10 UTC (rev 17589)
@@ -64,7 +64,7 @@
 	rm -f build-stamp 
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) distclean
+	$(MAKE) distclean || true
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
 endif


More information about the maemo-commits mailing list