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

Diff for /src/include/Makefile between version 1.76 and 1.77

version 1.76, 1999/11/20 18:08:33 version 1.77, 2000/02/19 15:28:41
Line 124 
Line 124 
         cd ../sys; \          cd ../sys; \
         pax -rw -pa -L \          pax -rw -pa -L \
             `find ${LDIRS} -follow -type f -name '*.h' '!' -path \              `find ${LDIRS} -follow -type f -name '*.h' '!' -path \
             'netiso/xebec/*' -print` ${DESTDIR}/usr/include              'netiso/xebec/*' '!' -path 'dev/microcode/*' \
               -print` ${DESTDIR}/usr/include
         cd ${DESTDIR}/usr/include && rm -rf ${MACHINE} ${MACHINE_ARCH} machine          cd ${DESTDIR}/usr/include && rm -rf ${MACHINE} ${MACHINE_ARCH} machine
         ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 \          ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 \
                 ${DESTDIR}/usr/include/${MACHINE}                  ${DESTDIR}/usr/include/${MACHINE}

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77