Remove nonportable "-r" option from xargs
authorMicah Elizabeth Scott <micah@misc.name>
Tue, 15 Dec 2015 18:13:06 +0000 (10:13 -0800)
committerMicah Elizabeth Scott <micah@misc.name>
Tue, 15 Dec 2015 18:13:06 +0000 (10:13 -0800)
commit93f6f68b6556da1816b0b795ff8500cd27806c11
tree900182f1135fdf514a125d5869669f406ec1c02d
parent494e5f24f939e3bae4230084ece432304a7ba73a
Remove nonportable "-r" option from xargs

On Linux, this avoids an empty "rm -f" call when there's nothing to clean. But it isn't portable, and it causes the build to fail on Mac OS. It doesn't seem to be harmful to remove this option entirely, and it's a step toward fixing the Mac build.
manual/clean.sh