[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.6 and 1.7

version 1.6, 1997/04/10 10:39:39 version 1.7, 1997/04/27 15:47:49
Line 32 
Line 32 
   
 obj! _SUBDIRUSE  obj! _SUBDIRUSE
         @cd ${.CURDIR}; rm -f ${__objdir} > /dev/null 2>&1 || true; \          @cd ${.CURDIR}; rm -f ${__objdir} > /dev/null 2>&1 || true; \
         here=`/bin/pwd`; subdir=$${here#${BSDSRCDIR}/}; \          here=`/bin/pwd`; bsdsrcdir=`cd ${BSDSRCDIR}; /bin/pwd`; \
           subdir=$${here#$${bsdsrcdir}/}; \
         if test $$here != $$subdir ; then \          if test $$here != $$subdir ; then \
                 dest=${__usrobjdir}/$$subdir${__usrobjdirpf} ; \                  dest=${__usrobjdir}/$$subdir${__usrobjdirpf} ; \
                 echo "$$here/${__objdir} -> $$dest"; \                  echo "$$here/${__objdir} -> $$dest"; \

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7