[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/Makefile between version 1.57 and 1.58

version 1.57, 1997/05/16 18:02:22 version 1.58, 1997/05/18 13:42:36
Line 45 
Line 45 
 all clean cleandir depend etc install lint:  all clean cleandir depend etc install lint:
   
 .ifndef DESTDIR  .ifndef DESTDIR
 distribution-etc-root-var distribution distrib-dirs snapshot:  distribution-etc-root-var distribution distrib-dirs release snapshot:
         @echo setenv DESTDIR before doing that!          @echo setenv DESTDIR before doing that!
         @false          @false
 .else  .else
Line 154 
Line 154 
 .if (${MACHINE_ARCH} == "mips")  .if (${MACHINE_ARCH} == "mips")
         (cd etc.${MACHINE}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \          (cd etc.${MACHINE}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
             ld.so.conf ${DESTDIR}/etc)              ld.so.conf ${DESTDIR}/etc)
   .endif
   .if ${MACHINE} == "arc"
           (cd etc.${MACHINE}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
               mbr msdos5mb.gz ${DESTDIR}/usr/mdec)
 .endif  .endif
         (cd ${DESTDIR}/dev; ./MAKEDEV all)          (cd ${DESTDIR}/dev; ./MAKEDEV all)
 .if ${MACHINE} == "vax"  .if ${MACHINE} == "vax"

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58