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

Diff for /src/etc/Makefile between version 1.159 and 1.160

version 1.159, 2002/05/12 13:51:38 version 1.160, 2002/05/13 07:22:42
Line 340 
Line 340 
 MAKEDEVARCHS+= sun3  MAKEDEVARCHS+= sun3
 #MAKEDEVARCHS+= vax  #MAKEDEVARCHS+= vax
   
 all:  
 #       make M=${MACHINE} m4  
   
 clean:  clean:
         rm -f etc.${MACHINE}/MAKEDEV          rm -f etc.${MACHINE}/MAKEDEV
   
 cleandir:  cleandir:
         cd ${.CURDIR}; for m in ${MAKEDEVARCHS}; do \          cd ${.CURDIR}; for m in ${MAKEDEVARCHS}; do \
             make MACHINE=$$m clean; done              ${MAKE} MACHINE=$$m clean; done
   
 m4: etc.${M}/MAKEDEV  m4: etc.${M}/MAKEDEV
   
Line 361 
Line 358 
 allarchs: MAKEDEV.sub MAKEDEV.mi  allarchs: MAKEDEV.sub MAKEDEV.mi
         cd ${.CURDIR}; for m in ${MAKEDEVARCHS}; do \          cd ${.CURDIR}; for m in ${MAKEDEVARCHS}; do \
             ${MAKE} M=$$m m4; done              ${MAKE} M=$$m m4; done
   
   distrib:
           cd ${.CURDIR}/../distrib && \
               ${MAKE} cleandir && ${MAKE} && exec ${SUDO} ${MAKE} install
   
 .PHONY: distribution-etc-root-var distribution distrib-dirs \  .PHONY: distribution-etc-root-var distribution distrib-dirs \
         release snapshot allarchs snap_pre snap_tar snap_md m4          release snapshot allarchs snap_pre snap_tar snap_md m4

Legend:
Removed from v.1.159  
changed lines
  Added in v.1.160