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

Diff for /src/Makefile between version 1.129 and 1.130

version 1.129, 2016/10/06 18:56:17 version 1.130, 2016/10/18 02:47:07
Line 79 
Line 79 
                 false; \                  false; \
         fi          fi
         cd ${.CURDIR}/share/mk && exec ${MAKE} install          cd ${.CURDIR}/share/mk && exec ${MAKE} install
         exec ${MAKE} includes  
         exec ${MAKE} cleandir          exec ${MAKE} cleandir
           exec ${MAKE} includes
         cd ${.CURDIR}/lib && \          cd ${.CURDIR}/lib && \
             su ${BUILDUSER} -c '${MAKE} depend && exec ${MAKE}' && \              su ${BUILDUSER} -c '${MAKE} depend && exec ${MAKE}' && \
             NOMAN=1 exec ${MAKE} install              NOMAN=1 exec ${MAKE} install

Legend:
Removed from v.1.129  
changed lines
  Added in v.1.130