Subject: CVS commit: pkgsrc/mk/buildlink3
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 01/30/2004 13:44:52
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Jan 30 13:44:52 UTC 2004

Modified Files:
	pkgsrc/mk/buildlink3: buffer

Log Message:
Use the stack in a smarter way.  Take an argument (perhaps marshalling
several arguments together) from the command line and push it onto the
stack.  Pop the top off the stack, process, and push replacement
arguments onto the stack.  Repeat the last step until no more processing
is done, and we have our final argument to be passed on through to the
rest of the wrapper script.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/mk/buildlink3/buffer

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