Re: Revised git related information in -v/-V output (and %Config)

[email protected] (John Malmberg)
Newsgroups perl.perl5.porters,perl.vmsperl
Message-ID <[email protected]>
Ben Morrow wrote:
> Quoth [email protected] (demerphq):
>>    The net result of this patch is to make available via Config.pm and -v/-V the
>>    details about the git version info we have available for the build.
>> When built within
>>    a git repository git is queried directly.
> 
> It used to be possible to rsync, Configure, and then 'make perl' or
> 'make miniperl' to just build a binary without building the extensions.
> When working in a git checkout, this no longer works as 'make_patchnum'
> is a separate target called from 'all', so 'make perl' fails because it
> can't find .patchnum. Would it be straightforward to fix this?

make_patchnum.sh is missing the line:

new_patchnum="describe: $describe" under the section [ -s ".patch" ].

Even with that change, the script still will not run under VMS, 
apparently due to limitations in the GNV bash package.

And many of the people building perl would not have the GNV bash 
package, so the equivalent logic will need to be added to configure.com.

-John
[email protected]
Personal Opinion Only
[new e-mail address due to server outage]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.