]> git.donarmstrong.com Git - lilypond.git/commit
Make targets: improve *clean, remove bin, cvs-clean and maintainerclean
authorJohn Mandereau <john.mandereau@gmail.com>
Fri, 3 Aug 2012 13:03:31 +0000 (15:03 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Wed, 15 Aug 2012 14:22:09 +0000 (16:22 +0200)
commitf374fa12dd5dd745d8e60afce450b3056c274906
tree04afc3e106f8dab3fcc965d1681e5a36f262e3bb
parent6c323bc1bb27a79f687f5f3f3ed6b105aad24caa
Make targets: improve *clean, remove bin, cvs-clean and maintainerclean

* distclean was usable from any directory in theory, make it
toplevel-only and call clean, doc-clean, test-clean and log-clean
(previous behaviour can now be obtained with make clean && make
local-distclean),

* remove maintainerclean, which was a broken distclean-like, and
cvs-clean that can be substituted by some "git clean" incantation,

* remove bin, which does not work in a clean tree, and that can be
replaced by  make bin-clean && make all in an already built tree,

* update help target.
stepmake/stepmake/generic-targets.make
stepmake/stepmake/toplevel-targets.make