Hi!

-bash-3.00$ cvs diff Makefile
[EMAIL PROTECTED]'s password:
Index: Makefile
===================================================================
RCS file: /cvsroot/naviserver/naviserver/Makefile,v
retrieving revision 1.60
diff -r1.60 Makefile
111c111
<           for i in `find doc/html -maxdepth 1 -name "*.html" - 
print`; do \
---
 >           for i in `find doc/html -name "*.html" -print`; do \
114c114
<           for i in `find doc/html -maxdepth 1 -name "*.css" - 
print`; do \
---
 >           for i in `find doc/html -name "*.css" -print`; do \


I want to remove the "-maxdepth" from Makefile as this is not
supported on all platforms (Solaris for example).
Is this OK for you?

Cheers
Zoran



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to