This is the mail archive of the cygwin-apps-cvs@sources.redhat.com mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

packaging ./ChangeLog templates/generic-build- ...


CVSROOT:	/cvs/cygwin-apps
Module name:	packaging
Changes by:	igor@sourceware.org	2004-02-18 15:49:32

Modified files:
	.              : ChangeLog 
	templates      : generic-build-script 

Log message:
	2004-02-18  Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
	
	* generic-build-script: Add 'configure', 'make', and 'test'
	arguments as aliases for 'conf', 'build', and 'check'
	respectively.  Add 'first' argument that calls mkdir(), spkg(),
	and finish().  Add checksig() to beginning of 'all' sequence.
	(install_docs): Add ABOUT-NLS, FAQ, THANKS.
	(SIG): Define as 0 (off by default).
	(reconf): New function for clean reconfigure.
	(install): Clean ${instdir} before install.  Automatically gzip
	info and man pages, if present.  Code cleanup.
	(list): Simplify sed expression.
	(depend): New function for listing runtime dependencies of
	package executables and libraries.
	(strip,mkpatch): Remove redirection of output to /dev/null.
	(spkg): Improve readability.  Change test of ${SIG} to equality.
	(checksig): Change order to ORIGINAL PACKAGE, SCRIPT, PATCH.
	Change test of ${SIG} to equality.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/packaging/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/packaging/templates/generic-build-script.diff?cvsroot=cygwin-apps&r1=1.15&r2=1.16


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]