You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jf...@apache.org on 2006/05/23 22:03:46 UTC

svn commit: r408996 - in /jakarta/commons/proper/daemon/trunk/src/native/nt: Makefile moni/Makefile service/Makefile

Author: jfclere
Date: Tue May 23 13:03:46 2006
New Revision: 408996

URL: http://svn.apache.org/viewvc?rev=408996&view=rev
Log:
Add a clean target.

Modified:
    jakarta/commons/proper/daemon/trunk/src/native/nt/Makefile
    jakarta/commons/proper/daemon/trunk/src/native/nt/moni/Makefile
    jakarta/commons/proper/daemon/trunk/src/native/nt/service/Makefile

Modified: jakarta/commons/proper/daemon/trunk/src/native/nt/Makefile
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/daemon/trunk/src/native/nt/Makefile?rev=408996&r1=408995&r2=408996&view=diff
==============================================================================
--- jakarta/commons/proper/daemon/trunk/src/native/nt/Makefile (original)
+++ jakarta/commons/proper/daemon/trunk/src/native/nt/Makefile Tue May 23 13:03:46 2006
@@ -1,3 +1,6 @@
 all:
 	(cd service; make)
 	(cd moni; make)
+clean:
+	(cd service; make clean)
+	(cd moni; make clean)

Modified: jakarta/commons/proper/daemon/trunk/src/native/nt/moni/Makefile
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/daemon/trunk/src/native/nt/moni/Makefile?rev=408996&r1=408995&r2=408996&view=diff
==============================================================================
--- jakarta/commons/proper/daemon/trunk/src/native/nt/moni/Makefile (original)
+++ jakarta/commons/proper/daemon/trunk/src/native/nt/moni/Makefile Tue May 23 13:03:46 2006
@@ -13,3 +13,5 @@
 	gcc $(INCLUDE) -c ../supcalls_nt/vdenv.c
 kills.o: ../signals/kills.c
 	gcc $(INCLUDE) -c ../signals/kills.c
+clean:
+	rm -f vdenv.o kills.o 

Modified: jakarta/commons/proper/daemon/trunk/src/native/nt/service/Makefile
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/daemon/trunk/src/native/nt/service/Makefile?rev=408996&r1=408995&r2=408996&view=diff
==============================================================================
--- jakarta/commons/proper/daemon/trunk/src/native/nt/service/Makefile (original)
+++ jakarta/commons/proper/daemon/trunk/src/native/nt/service/Makefile Tue May 23 13:03:46 2006
@@ -5,3 +5,5 @@
 	gcc -c $(INCLUDE) ../../unix/native/arguments.c
 debug.o: ../../unix/native/debug.c
 	gcc -c $(INCLUDE) ../../unix/native/debug.c
+clean:
+	rm -f arguments.o debug.o



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org