[BACK]Return to bsd.obj.mk CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.obj.mk between version 1.9 and 1.10

version 1.9, 1997/06/12 15:22:38 version 1.10, 1997/06/28 05:08:28
Line 31 
Line 31 
 .endif  .endif
   
 obj! _SUBDIRUSE  obj! _SUBDIRUSE
         @cd ${.CURDIR}; rm -f ${__objdir} > /dev/null 2>&1 || true; \          @cd ${.CURDIR}; \
         here=`/bin/pwd`; bsdsrcdir=`cd ${BSDSRCDIR}; /bin/pwd`; \          here=`/bin/pwd`; bsdsrcdir=`cd ${BSDSRCDIR}; /bin/pwd`; \
         subdir=$${here#$${bsdsrcdir}/}; \          subdir=$${here#$${bsdsrcdir}/}; \
         if test $$here != $$subdir ; then \          if test $$here != $$subdir ; then \

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10