Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/share/mk/bsd.lib.mk,v rcsdiff: /ftp/cvs/cvsroot/src/share/mk/bsd.lib.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/share/mk/bsd.lib.mk 1993/03/22 08:09:36 1.2 +++ src/share/mk/bsd.lib.mk 1993/03/23 07:26:50 1.3 @@ -146,10 +146,9 @@ tags: ${SRCS} obj: .else obj: - @cd ${.CURDIR}; \ + @cd ${.CURDIR}; rm -f obj > /dev/null 2>&1 || true; \ here=`pwd`; subdir=`echo $$here | sed 's,^/usr/src/,,'`; \ if test $$here != $$subdir ; then \ - rm -rf obj; \ dest=/usr/obj/$$subdir ; \ echo "$$here -> $$dest"; ln -s $$dest obj; \ if test -d /usr/obj -a ! -d $$dest; then \ @@ -160,7 +159,6 @@ obj: else \ true ; \ dest=$$here/obj ; \ - /bin/rm -f $$dest 2> /dev/null || true; \ echo "making $$here/obj" ; \ if test ! -d obj ; then \ mkdir $$here/obj; \