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

Diff for /src/include/Makefile between version 1.173 and 1.174

version 1.173, 2013/08/10 14:38:26 version 1.174, 2013/08/12 11:48:22
Line 140 
Line 140 
         cd ../sys; \          cd ../sys; \
         pax -rw -pa -L \          pax -rw -pa -L \
             `find ${LDIRS} -follow -type f -name '*.h' '!' \              `find ${LDIRS} -follow -type f -name '*.h' '!' \
             '(' -path 'dev/microcode/*' -or -path 'dev/pci/drm/i915/*' ')' \              '(' -path 'dev/microcode/*' -or -path 'dev/pci/drm/*/*' ')' \
             -print` ${DESTDIR}/usr/include              -print` ${DESTDIR}/usr/include
         cd ${DESTDIR}/usr/include && rm -rf ${MACHINE} ${MACHINE_CPU} machine          cd ${DESTDIR}/usr/include && rm -rf ${MACHINE} ${MACHINE_CPU} machine
         ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 \          ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 \

Legend:
Removed from v.1.173  
changed lines
  Added in v.1.174