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

Diff for /src/Makefile between version 1.80 and 1.83

version 1.80, 2001/09/25 09:43:22 version 1.83, 2002/02/22 23:31:11
Line 47 
Line 47 
 .endif  .endif
   
 .if   make(clean) || make(cleandir) || make(obj)  .if   make(clean) || make(cleandir) || make(obj)
 SUBDIR+= distrib  SUBDIR+= distrib regress
 .endif  .endif
   
 .if exists(regress)  .if exists(regress)
 .ifmake !(install)  
 SUBDIR+= regress  
 .endif  
   
 regression-tests:  regression-tests:
         @echo Running regression tests...          @echo Running regression tests...
         @cd ${.CURDIR}/regress && exec ${MAKE} regress          @cd ${.CURDIR}/regress && ${MAKE} depend && exec ${MAKE} regress
 .endif  .endif
   
 includes:  includes:
Line 77 
Line 73 
         cp /dev/null ${GLOBAL_AUTOCONF_CACHE}          cp /dev/null ${GLOBAL_AUTOCONF_CACHE}
 .endif  .endif
         cd ${.CURDIR}/share/mk && exec ${SUDO} ${MAKE} install          cd ${.CURDIR}/share/mk && exec ${SUDO} ${MAKE} install
         cd ${.CURDIR}/gnu/share && exec ${SUDO} ${MAKE} install  
         cd ${.CURDIR}/include && ${MAKE} prereq && exec ${SUDO} ${MAKE} includes          cd ${.CURDIR}/include && ${MAKE} prereq && exec ${SUDO} ${MAKE} includes
         ${SUDO} ${MAKE} cleandir          ${SUDO} ${MAKE} cleandir
         cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && \          cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && \

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.83