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

Diff for /src/Makefile between version 1.117 and 1.118

version 1.117, 2011/09/17 16:59:53 version 1.118, 2012/08/29 22:10:32
Line 49 
Line 49 
 SUBDIR+= distrib regress  SUBDIR+= distrib regress
 .endif  .endif
   
 .if exists(regress)  
 regression-tests:  regression-tests:
         @echo Running regression tests...          @echo Running regression tests...
         @cd ${.CURDIR}/regress && ${MAKE} depend && exec ${MAKE} regress          @cd ${.CURDIR}/regress && ${MAKE} depend && exec ${MAKE} regress
 .endif  
   
 includes:  includes:
         cd ${.CURDIR}/include && ${MAKE} prereq && exec ${SUDO} ${MAKE} includes          cd ${.CURDIR}/include && ${MAKE} prereq && exec ${SUDO} ${MAKE} includes

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118