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

Diff for /src/include/Makefile between version 1.205 and 1.206

version 1.205, 2015/09/14 08:24:37 version 1.206, 2015/09/27 14:52:47
Line 120 
Line 120 
         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/*/*' ')' \              '(' -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.205  
changed lines
  Added in v.1.206