Date: Sat, 28 Oct 1995 02:40:02 -0700 From: Peter Wemm <peter> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc Makefile Message-ID: <199510280940.CAA28883@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 95/10/28 02:40:00 Modified: etc Makefile Log: 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! :-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510280940.CAA28883>