]> arthur.barton.de Git - bup.git/commit
Generate bup-python from Makefile not configure
authorRob Browning <rlb@defaultvalue.org>
Fri, 18 Dec 2015 20:59:54 +0000 (14:59 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sat, 19 Dec 2015 16:40:51 +0000 (10:40 -0600)
commit8fd784770c3a83bc9dbda32c3317c496728b7195
tree430b3dc9945b600803e974a64b15c26bbb92f0d8
parent7a8f8d91501525d4710918a1638b5df1fd4c54a5
Generate bup-python from Makefile not configure

Don't generate cmd/bup-python in configure.  Instead, just define a
bup_python config variable (via config/config.vars.in), and use it to
generate bup-python from ./Makefile.

In support of that, include config/config.vars in ./Makefile, and add
a rule to generate it.  This simplifies some of the dependencies, and
removes a level of indirection when determining the correct python to
use (i.e. PYTHON via $(shell)).

This does mean that a "make clean" on a clean tree will run configure.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
.gitignore
Makefile
config/config.vars.in
config/configure