ispman Makefile,1.71,1.72

Joerg Delker <[email protected]>
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7423

Modified Files:
	Makefile 
Log Message:
added more logic to targets clean, realclean

Index: Makefile
===================================================================
RCS file: /cvsroot/ispman/ispman/Makefile,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- Makefile	30 Apr 2005 21:54:40 -0000	1.71
+++ Makefile	9 Oct 2005 15:31:22 -0000	1.72
@@ -150,12 +150,15 @@
 clean:
 	make -C install-data/schema clean
 	make -C install-data/ldifs clean
+	cd contrib/perl && make clean
 
 # remove any leftover files too
 realclean: clean
 	find . -name \*~ -exec rm \{\} \;
 	find . -name \*.orig -exec rm \{\} \;
 	find . -name \*.rej -exec rm \{\} \;
+	find . -name .#\* -exec rm \{\} \;
+	find . -name .build -exec rm \{\} \;
 
 # build dist tarball
 dist: 



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.