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

Diff for /src/Makefile between version 1.133 and 1.134

version 1.133, 2017/04/14 21:37:15 version 1.134, 2017/07/05 10:22:32
Line 86 
Line 86 
         exec ${MAKE} cleandir          exec ${MAKE} cleandir
         exec ${MAKE} includes          exec ${MAKE} includes
         cd ${.CURDIR}/lib && \          cd ${.CURDIR}/lib && \
             su ${BUILDUSER} -c '${MAKE} depend && exec ${MAKE}' && \              su ${BUILDUSER} -c 'exec ${MAKE}' && \
             NOMAN=1 exec ${MAKE} install              NOMAN=1 exec ${MAKE} install
         cd ${.CURDIR}/gnu/lib && \          cd ${.CURDIR}/gnu/lib && \
             su ${BUILDUSER} -c '${MAKE} depend && exec ${MAKE}' && \              su ${BUILDUSER} -c 'exec ${MAKE}' && \
             NOMAN=1 exec ${MAKE} install              NOMAN=1 exec ${MAKE} install
         su ${BUILDUSER} -c '${MAKE} depend && exec ${MAKE}' && \          su ${BUILDUSER} -c 'exec ${MAKE}' && \
             exec ${MAKE} install              exec ${MAKE} install
         /bin/sh ${.CURDIR}/distrib/sets/makeetcset ${.CURDIR} ${MAKE}          /bin/sh ${.CURDIR}/distrib/sets/makeetcset ${.CURDIR} ${MAKE}
 .endif  .endif

Legend:
Removed from v.1.133  
changed lines
  Added in v.1.134