CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2010/05/20 13:26:32

Modified files:
        gnu/usr.bin/perl: MANIFEST Makefile.SH 
Added files:
        gnu/usr.bin/perl/lib: Config_git.pl 

Log message:
We have a copy of git_version.h in src so that we can build libperl
with out own rules but apparently this causes problems after
git_version.h is generated in the obj dir.  This will only ever be
a stub as we build from a release, not a git checkout.  Add a
pre-generated lib/Config_git.pl and prevent git_version.h and
Config_git.pl from being removed by the clean target.
Appears to fix parallel make issues.  OK oga@

Reply via email to