[BACK]Return to bsd.prog.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

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 version 1.237 and 1.239.2.1

version 1.237, 2008/10/15 17:31:50 version 1.239.2.1, 2008/12/06 21:56:37
Line 27  clean:  cleanprog
Line 27  clean:  cleanprog
         echo "source ${__gdbinit}" >> .gdbinit          echo "source ${__gdbinit}" >> .gdbinit
 .endfor  .endfor
   
 cleanextra: .PHONY  
 .if defined(CLEANFILES) && !empty(CLEANFILES)  
         rm -f ${CLEANFILES}  
 .endif  
   
 cleanobjs: .PHONY  cleanobjs: .PHONY
   
 cleanprog: .PHONY cleanobjs cleanextra  cleanprog: .PHONY cleanobjs cleanextra
Line 52  CLEANFILES+=strings
Line 47  CLEANFILES+=strings
 .endif  .endif
   
 .if defined(MKPIE) && (${MKPIE} != "no")  .if defined(MKPIE) && (${MKPIE} != "no")
 CFLAGS+=        -fPIC  CFLAGS+=        ${PIE_CFLAGS}
 LDFLAGS+=       -Wl,-pie -shared-libgcc  AFLAGS+=        ${PIE_AFLAGS}
   LDFLAGS+=       ${PIE_LDFLAGS}
 .endif  .endif
   
 ##### Default values  ##### Default values
Line 454  scriptsinstall::
Line 450  scriptsinstall::
 .include <bsd.sys.mk>  .include <bsd.sys.mk>
 .include <bsd.dep.mk>  .include <bsd.dep.mk>
   
   cleanextra: .PHONY
   .if defined(CLEANFILES) && !empty(CLEANFILES)
           rm -f ${CLEANFILES}
   .endif
   
 ${TARGETS}:     # ensure existence  ${TARGETS}:     # ensure existence
   
 .endif  # HOSTPROG  .endif  # HOSTPROG

Legend:
Removed from v.1.237  
changed lines
  Added in v.1.239.2.1

CVSweb <webmaster@jp.NetBSD.org>