Back out my last commit. Ruslan (ru) has a better fix.

This commit is contained in:
Mark Murray
2001-10-24 07:59:42 +00:00
parent 39a4abbe0c
commit 72ec126774
-4
View File
@@ -21,8 +21,6 @@ all clean cleandir depend lint tags:
beforeinstall: etc-examples ${SHARED} beforeinstall: etc-examples ${SHARED}
copies::
.for dir in ${DIRS} .for dir in ${DIRS}
FILES!= find -L ${dir} \( -name CVS -prune \) -o -type f -print FILES!= find -L ${dir} \( -name CVS -prune \) -o -type f -print
.for file in ${FILES} .for file in ${FILES}
@@ -31,8 +29,6 @@ copies::
.endfor .endfor
.endfor .endfor
symlinks::
.for dir in ${DIRS} .for dir in ${DIRS}
symlinks:: symlinks::
rm -rf ${DDIR}/${dir}; ln -s ${.CURDIR}/${dir} ${DDIR} rm -rf ${DDIR}/${dir}; ln -s ${.CURDIR}/${dir} ${DDIR}