[Nagiosplug-checkins] nagiosplug/tools distclean,1.1,1.2
Thomas Guyot
dermoth at users.sourceforge.net
Wed May 2 12:12:02 CEST 2007
Update of /cvsroot/nagiosplug/nagiosplug/tools
In directory sc8-pr-cvs16:/tmp/cvs-serv7429/tools
Modified Files:
distclean
Log Message:
Making Solaris happy
Index: distclean
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/tools/distclean,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- distclean 4 Jan 2007 11:18:41 -0000 1.1
+++ distclean 2 May 2007 10:11:58 -0000 1.2
@@ -22,7 +22,7 @@
echo "$0: Removing auto* files..."
rm -rf autom4te.cache
-find . -type f -name Makefile.in -print0| xargs -0 rm -f
+find . -type f -name Makefile.in -print| xargs rm -f
rm -f aclocal.m4 compile config.guess config.h.in config.sub configure depcomp
rm -f m4/Makefile.am
More information about the Commits
mailing list