Subject: Re: CVS commit: pkgsrc
To: None <nathanw@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: tech-pkg
Date: 02/24/1999 11:21:01
Nathan J Williams wrote:
> Module Name: pkgsrc
> Committed By: nathanw
> Date: Tue Feb 23 23:56:32 UTC 1999
>
> Added Files:
>
> pkgsrc/emulators/xcopilot/patches: patch-ad
> pkgsrc/emulators/xcopilot/scripts: post-extract
>
> Log Message:
>
> Remove mc68k/custom.c from distribution after unpacking. It's a generated
> file that only applies on i386. Let the build system rebuild it for
> the current platform.
> Tweak the fab_custom build rule.
You could also have added the following to the top level Makefile:
post-extract:
@${RM} -rf ${WRKSRC}/mc68k/custom.c
Simon.