diff options
author | 2010-05-20 19:26:32 +0000 | |
---|---|---|
committer | 2010-05-20 19:26:32 +0000 | |
commit | 1c40bc895aa4c8e2545754484ed6b789076a2e4f (patch) | |
tree | 6daabec09e945727c13e92d5c3e69541320b117c /gnu/usr.bin/perl/lib/Config_git.pl | |
parent | S_ISREG() should be called on st.st_mode not st.st_flags (diff) | |
download | wireguard-openbsd-1c40bc895aa4c8e2545754484ed6b789076a2e4f.tar.xz wireguard-openbsd-1c40bc895aa4c8e2545754484ed6b789076a2e4f.zip |
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@
Diffstat (limited to 'gnu/usr.bin/perl/lib/Config_git.pl')
-rw-r--r-- | gnu/usr.bin/perl/lib/Config_git.pl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/lib/Config_git.pl b/gnu/usr.bin/perl/lib/Config_git.pl new file mode 100644 index 00000000000..6aacc4c1f4d --- /dev/null +++ b/gnu/usr.bin/perl/lib/Config_git.pl @@ -0,0 +1,12 @@ +###################################################################### +# WARNING: 'lib/Config_git.pl' is generated by make_patchnum.pl +# DO NOT EDIT DIRECTLY - edit make_patchnum.pl instead +###################################################################### +$Config::Git_Data=<<'ENDOFGIT'; +git_commit_id='' +git_describe='' +git_branch='' +git_uncommitted_changes='' +git_commit_id_title='' + +ENDOFGIT |