r114 - /packages/gnash/trunk/debian/rules

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Tue Jun 12 14:29:15 UTC 2007


Author: baby-guest
Date: Tue Jun 12 14:29:15 2007
New Revision: 114

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=114
Log:
Cleaned up rules a bit


Modified:
    packages/gnash/trunk/debian/rules

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/rules?rev=114&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Tue Jun 12 14:29:15 2007
@@ -96,18 +96,17 @@
 endif
 
 	rm -f config.{sub,guess,log,status}
-	rm -f libtool
 	rm -f `find . -name "Makefile"| grep -v "debian/"`
 	rm -f `find . -name "*.o"`
 	rm -rf `find . -name ".libs"`
 	rm -rf `find . -name ".deps"`
 
+	rm -f libtool
 	rm -f configure aclocal.m4 config.h.in
-	#-find . -name Makefile.in -exec rm {} \;
-	-rm `find . -name Makefile.in`
-
-	-rm -rf libltdl/autom4te.cache
-	-rm -f libltdl/* ltmain.sh
+	rm -f `find . -name Makefile.in`
+
+	rm -rf libltdl/autom4te.cache
+	rm -f libltdl/* ltmain.sh
 
 	#cd debian/h2m; $(MAKE) clean
 




More information about the pkg-flash-devel mailing list