Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/01/2001 01:53:48
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu May 31 22:53:48 UTC 2001

Modified Files:
	pkgsrc/devel/rvm: Makefile
Added Files:
	pkgsrc/devel/rvm: buildlink.mk

Log Message:
* Add buildlink.mk file to link appropriate libraries and headers into
  ${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, to be used by other packages.

* Use buildlink.mk files to get dependencies and to prevent unintended
  linking against installed libraries or finding installed headers except
  for those that are explicitly linked into ${BUILDLINK_INCDIR} and
  ${BUILDLINK_LIBDIR}.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/rvm/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/devel/rvm/buildlink.mk

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