[Commits] (heikki) Mac xargs does not lilke -r.
commits at osafoundation.org
commits at osafoundation.org
Wed Apr 27 20:52:15 PDT 2005
Commit by: heikki
Modified files:
external/Makefile 1.73 1.74
Log message:
Mac xargs does not lilke -r.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/Makefile.diff?r1=text&tr1=1.73&r2=text&tr2=1.74
Index: external/Makefile
diff -u external/Makefile:1.73 external/Makefile:1.74
--- external/Makefile:1.73 Wed Apr 27 19:11:58 2005
+++ external/Makefile Wed Apr 27 20:52:14 2005
@@ -58,7 +58,7 @@
STRIP_OPTIONS=
endif
strip:
- find release -name "*.so" |xargs -r strip $(STRIP_OPTIONS)
+ find release -name "*.so" |xargs strip $(STRIP_OPTIONS)
endif
endif
More information about the Commits
mailing list