summaryrefslogtreecommitdiff
path: root/make_patchnum.pl
Commit message (Collapse)AuthorAgeFilesLines
* Only define PERL_PATCHNUM when either git or the .patch file is availableGisle Aas2010-03-071-11/+13
| | | | | This patch also make PERL_GIT_UNCOMMITTED_CHANGES useful and thus avoids always adding the "*" to the 'perl -v' output.
* more pod cleanups based on the new podcheck.tJesse Vincent2009-10-051-1/+1
|
* git config lossageZefram2009-09-271-0/+2
| | | | | | | | | The git that I have installed (Debian etch) doesn't support "git config". This causes nasty failure in make_patchnum.pl, where it gets a help message from git, and then blindly interpolates that message into a command that it passes to the shell for execution. The attached patch fixes this.
* make_patchnum.pl now works in -Dmksymlink target dirsJim Cromie2009-06-211-8/+32
| | | | | | | | | | | | this fixes script to work when run from a target/build dir created by Configure -Dmksymlinks.. It works properly when building in the srcdir too. Several git commands fail for me, I added $opt_v=1 to see, and left them; they add ~15 lines of output to a build. (A bit amended by rgs: made $opt_v dependent on a -v flag on the command-line)
* The exit code of make_patchnum.pl is no longer used, so make it return 0.Nicholas Clark2009-01-241-1/+1
| | | | Remove special-casing from all the makefiles that coped with it returning non-0.
* Correct vim modelineRafael Garcia-Suarez2009-01-051-6/+6
| | | | | - ts=4 is evil - use same settings as in everywhere else in the core sources
* add better pod and headers, and clean up some whitespace issues in the ↵Yves Orton2009-01-041-11/+23
| | | | previous patches
* eliminate make_patchnum.sh, and make the build process use make_patchnum.pl ↵Yves Orton2009-01-041-51/+59
| | | | instead
* Add more documentation to make_patchnum.plMax Maischein2009-01-041-1/+16
|
* Message about making make_patchnum.pl Perl 5.005 compatible (A test for pushing)Max Maischein2009-01-041-0/+1
|
* move subs from bottom to top, and add a vim and shebang lineYves Orton2009-01-041-40/+42
|
* various changesYves Orton2009-01-041-12/+23
|
* Almost a literal conversion of make_patchnum.shKenichi Ishigaki2009-01-041-73/+103
|
* prepare for refactoring to perlYves Orton2009-01-041-0/+97