[Pkg-uml-commit] r195 - trunk/src/rootstrap

Mattia Dongili malattia at costa.debian.org
Sat Sep 2 16:03:46 UTC 2006


Author: malattia
Date: 2006-09-02 16:03:46 +0000 (Sat, 02 Sep 2006)
New Revision: 195

Modified:
   trunk/src/rootstrap/Makefile
Log:
clean clean and clean!! yup remove the only generated file

Modified: trunk/src/rootstrap/Makefile
===================================================================
--- trunk/src/rootstrap/Makefile	2006-09-02 15:56:30 UTC (rev 194)
+++ trunk/src/rootstrap/Makefile	2006-09-02 16:03:46 UTC (rev 195)
@@ -27,13 +27,13 @@
 	install -m 755 dhclient-script $(DESTDIR)$(pkgconfdir)
 
 clean:
-	true
+	-rm -f rootstrap.1
 
 rootstrap.1: rootstrap.sgml
 	docbook-to-man $< > $@
 
 check: test.ext2
-	linux ubd0=$< devfs=nomount
+	linux ubd0=$<
 
 test.ext2: rootstrap
 	./rootstrap $@




More information about the Pkg-uml-commit mailing list