make perl use git-describe for PATCHNUM
authorYves Orton <demerphq@dromedary.booking.com>
Sat, 20 Dec 2008 19:37:09 +0000 (20:37 +0100)
committerYves Orton <demerphq@dromedary.booking.com>
Sat, 20 Dec 2008 19:37:09 +0000 (20:37 +0100)
commitf6a80292c3db127d1561c118f409c1cffd1b55d9
treebb2ddb6368fc9986178098352e2c5c3748c1b967
parent4ebeba21ba7387a4d2a07427df3fd36f9377c62d
make perl use git-describe for PATCHNUM

This is just an initial attempt at getting something more useful into the -v / -V output.
Currently "patchlevel" is really "version", and PATCHNUM is just a special string added
to the patchlevel in perl.c via defines created by cflags.SH and its product file cflags,
which happens very early in the build process. This means that for committers the -v output
is likely to not be upto date unless they run make clean.

Anyway, IMO we should rethink a reasonable amount about how we do this, this is just a crude
step forward.
cflags.SH
perl.c