Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make_patchnum.pl: Change some C<> into F<> | Karl Williamson | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | make_patchnum.pl: handle not on a branch properly | David Mitchell | 2010-07-03 | 1 | -1/+1 |
| | |||||
* | Only define PERL_PATCHNUM when either git or the .patch file is available | Gisle Aas | 2010-03-07 | 1 | -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.t | Jesse Vincent | 2009-10-05 | 1 | -1/+1 |
| | |||||
* | git config lossage | Zefram | 2009-09-27 | 1 | -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 dirs | Jim Cromie | 2009-06-21 | 1 | -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 Clark | 2009-01-24 | 1 | -1/+1 |
| | | | | Remove special-casing from all the makefiles that coped with it returning non-0. | ||||
* | Correct vim modeline | Rafael Garcia-Suarez | 2009-01-05 | 1 | -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 Orton | 2009-01-04 | 1 | -11/+23 |
| | | | | previous patches | ||||
* | eliminate make_patchnum.sh, and make the build process use make_patchnum.pl ↵ | Yves Orton | 2009-01-04 | 1 | -51/+59 |
| | | | | instead | ||||
* | Add more documentation to make_patchnum.pl | Max Maischein | 2009-01-04 | 1 | -1/+16 |
| | |||||
* | Message about making make_patchnum.pl Perl 5.005 compatible (A test for pushing) | Max Maischein | 2009-01-04 | 1 | -0/+1 |
| | |||||
* | move subs from bottom to top, and add a vim and shebang line | Yves Orton | 2009-01-04 | 1 | -40/+42 |
| | |||||
* | various changes | Yves Orton | 2009-01-04 | 1 | -12/+23 |
| | |||||
* | Almost a literal conversion of make_patchnum.sh | Kenichi Ishigaki | 2009-01-04 | 1 | -73/+103 |
| | |||||
* | prepare for refactoring to perl | Yves Orton | 2009-01-04 | 1 | -0/+97 |