]> git.ipfire.org Git - thirdparty/automake.git/commit
Updated make install to make parser work from any directory
authorVishal Gupta <vishalgupta7972@gmail.com>
Sat, 4 Aug 2018 07:04:02 +0000 (12:34 +0530)
committerVishal Gupta <vishalgupta7972@gmail.com>
Sat, 4 Aug 2018 07:04:02 +0000 (12:34 +0530)
commit7e49c6d6e4057413e2c66d6bf18a0bf789cf4ebe
tree78c2c84f422034a061ade8c2d68bc2d9f5845810
parentf88180b165a1bb4873d8ea255d6707ab6851f454
Updated make install to make parser work from any directory

*Added parser.pl to /usr/bin so that it can work from any directory
Modules are copied to /tmp/parser and the location is updated in
parser.pl. This is for development purpose only and it can be changed
in future.

*Added a basedir variable so that recursive automake can work to
arbitrary depth
lib/Automake/Parser/Makefile
lib/Automake/Parser/ParserTable.pm
lib/Automake/Parser/Tree.pm
lib/Automake/Parser/parser.pl
lib/Automake/Parser/t/app/Makefile.am
lib/Automake/Parser/test.sh