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

Diff for /src/include/Makefile between version 1.100 and 1.101

version 1.100, 2001/12/30 07:06:53 version 1.101, 2002/02/18 22:16:37
Line 132 
Line 132 
         done          done
         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' \
             'netiso/xebec/*' '!' -path 'dev/microcode/*' \              '!' -path 'dev/microcode/*' -print` ${DESTDIR}/usr/include
             -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.100  
changed lines
  Added in v.1.101