[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / xsrc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /xsrc/Makefile between version 1.43 and 1.44

version 1.43, 2005/01/07 18:51:33 version 1.44, 2005/03/18 15:56:09
Line 44  all-xc:
Line 44  all-xc:
         @cd ${XCDIR} && ${MAKE} World          @cd ${XCDIR} && ${MAKE} World
 .endif  .endif
   
 all-contrib:  
         @if [ ! -f contrib/Makefile ]; then \  
           cd contrib && PATH=../${XCDIR}/config/imake:$$PATH \  
             sh ../${XCDIR}/config/util/xmkmf -a ../${XCDIR} \  
                ${.CURDIR}/contrib; \  
         fi  
         @cd contrib && ${MAKE}  
   
 all-local:  all-local:
         @if [ ! -f local/Makefile ]; then \          @if [ ! -f local/Makefile ]; then \
           cd local && PATH=../${XCDIR}/config/imake:$$PATH \            cd local && PATH=../${XCDIR}/config/imake:$$PATH \
Line 67  install-xc:
Line 59  install-xc:
           ${MAKE} DESTDIR="${DESTDIR}" install && \            ${MAKE} DESTDIR="${DESTDIR}" install && \
           ${MAKE} DESTDIR="${DESTDIR}" install.man            ${MAKE} DESTDIR="${DESTDIR}" install.man
   
 install-contrib:  
         @cd contrib && \  
           ${MAKE} DESTDIR="${DESTDIR}" install && \  
           ${MAKE} DESTDIR="${DESTDIR}" install.man  
   
 install-local:  install-local:
         @cd local && \          @cd local && \
           ${MAKE} DESTDIR="${DESTDIR}" install && \            ${MAKE} DESTDIR="${DESTDIR}" install && \
Line 82  clean:
Line 69  clean:
         @-cd local && ${MAKE} clean          @-cd local && ${MAKE} clean
   
 cleandir distclean: clean  cleandir distclean: clean
         find ${XCDIR} contrib local -name .depend | xargs -n5 rm          find ${XCDIR} local -name .depend | xargs -n5 rm
         find ${XCDIR} contrib local -name 'Makefile*' | \          find ${XCDIR} local -name 'Makefile*' | \
             xargs -n5 grep -l "Makefile generated by imake" | xargs rm              xargs -n5 grep -l "Makefile generated by imake" | xargs rm
         -rmdir ${XCDIR}/exports          -rmdir ${XCDIR}/exports
         rm -f ${XCDIR}/xmakefile ${XCDIR}/config/cf/version.def \          rm -f ${XCDIR}/xmakefile ${XCDIR}/config/cf/version.def \

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

CVSweb <webmaster@jp.NetBSD.org>