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

Diff for /src/share/mk/bsd.prog.mk between versions 1.192 and 1.193

version 1.192, 2003/10/21 10:01:22 version 1.193, 2003/11/11 11:43:45
Line 28  LDSTATIC+=  ${LDSTATIC.${PROG}} Line 28  LDSTATIC+=  ${LDSTATIC.${PROG}}
 CPPFLAGS+=      ${DESTDIR:D-nostdinc ${CPPFLAG_ISYSTEM} ${DESTDIR}/usr/include}  CPPFLAGS+=      ${DESTDIR:D-nostdinc ${CPPFLAG_ISYSTEM} ${DESTDIR}/usr/include}
 CXXFLAGS+=      ${DESTDIR:D-nostdinc++ ${CPPFLAG_ISYSTEMXX} ${DESTDIR}/usr/include/g++}  CXXFLAGS+=      ${DESTDIR:D-nostdinc++ ${CPPFLAG_ISYSTEMXX} ${DESTDIR}/usr/include/g++}
 CFLAGS+=        ${COPTS}  CFLAGS+=        ${COPTS}
   MKDEP_SUFFIXES?=        .o .ln
   
 # ELF platforms depend on crti.o, crtbegin.o, crtend.o, and crtn.o  # ELF platforms depend on crti.o, crtbegin.o, crtend.o, and crtn.o
 .if ${OBJECT_FMT} == "ELF"  .if ${OBJECT_FMT} == "ELF"
Line 208  cleanextra: Line 209  cleanextra:
         rm -f ${CLEANFILES}          rm -f ${CLEANFILES}
 .endif  .endif
   
 .if defined(SRCS) && !target(afterdepend)  
 afterdepend: .depend  
         @(TMP=/tmp/_depend$$$$; trap 'rm -f $$TMP ; exit 1' 1 2 3 13 15; \  
             sed -e 's/^\([^\.]*\).o[ ]*:/\1.o \1.ln:/' \  
               < .depend > $$TMP; \  
             mv $$TMP .depend)  
 .endif  
   
 .if defined(PROG) && !target(proginstall)  .if defined(PROG) && !target(proginstall)
 PROGNAME?=${PROG}  PROGNAME?=${PROG}
   

Removed from v.1.192  
changed lines
  Added in v.1.193


CVSweb <webmaster@jp.NetBSD.org>