Searched hist:11853 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/etc/
H A DMakefilediff 11853 Sat Oct 28 09:39:57 MDT 1995 peter At the risk of starting a commit-war, attempt to fix once and for all, the
"make distrib-dirs" target.
Neither of Andrey's two attempts have worked for me with the [ -h ..]
test both with && and ||.
I've changed it to a full
if [ -h ...]; then \
rm ... ; \
fi ; \
construct. It's much clearer what's meant to happen, and it works! :-)

Completed in 170 milliseconds