[Glibc-bsd-commits] r2411 - trunk/freebsd-libs/debian

Aurelien Jarno aurel32 at alioth.debian.org
Tue Apr 7 10:15:34 UTC 2009


Author: aurel32
Date: 2009-04-07 10:15:34 +0000 (Tue, 07 Apr 2009)
New Revision: 2411

Modified:
   trunk/freebsd-libs/debian/rules
Log:
Fix the clean rule


Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules	2009-04-07 10:08:53 UTC (rev 2410)
+++ trunk/freebsd-libs/debian/rules	2009-04-07 10:15:34 UTC (rev 2411)
@@ -79,11 +79,17 @@
 clean:
 	dh_testdir
 	dh_testroot
+	$(PMAKE) -C $(CURDIR)/lib/libcam clean
+	$(PMAKE) -C $(CURDIR)/lib/libdevstat clean
+	$(PMAKE) -C $(CURDIR)/lib/libgeom clean
+	$(PMAKE) -C $(CURDIR)/lib/libipx clean
+	$(PMAKE) -C $(CURDIR)/lib/libkiconv clean
+	$(PMAKE) -C $(CURDIR)/lib/libkvm clean
+	$(PMAKE) -C $(CURDIR)/lib/libsbuf clean
+	$(PMAKE) -C $(CURDIR)/lib/libusbhid clean
+	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+	rm -rf .pc
 	rm -f *stamp
-
-	# Add here commands to clean up after the build process.
-	rm -rf patch $(KERN_DIR)
-
 	dh_clean 
 
 install: install-indep install-arch




More information about the Glibc-bsd-commits mailing list