Subject: CVS commit: [pkgviews-mk] pkgsrc/mk/buildlink3
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/16/2003 08:33:34
Module Name: pkgsrc
Committed By: jlam
Date: Sat Aug 16 08:33:33 UTC 2003
Modified Files:
pkgsrc/mk/buildlink3 [pkgviews-mk]: bsd.buildlink3.mk
Added Files:
pkgsrc/mk/buildlink3 [pkgviews-mk]: sunpro-cc-post-cache
sunpro-cc-post-logic
Log Message:
Make the SunPro compilers look-and-feel a bit more like GCC, which is
what pkgsrc basically assumes is present. We sanitize rpath arguments
(buildlink2 already did this via sanitize-rpath, but we do it another
way here) and we do something new: convert GCC's "-Werror" into the
flag with corresponding functionality for the SunPro compiler
(suggested in private email from salo).
To generate a diff of this commit:
cvs rdiff -r1.1.2.1 -r1.1.2.2 pkgsrc/mk/buildlink3/bsd.buildlink3.mk
cvs rdiff -r0 -r1.1.2.1 pkgsrc/mk/buildlink3/sunpro-cc-post-cache \
pkgsrc/mk/buildlink3/sunpro-cc-post-logic
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.