]> git.donarmstrong.com Git - lilypond.git/commit - stepmake/stepmake/generic-targets.make
Improve behavior of `make distclean'
authorPatrick McCarty <pnorcks@gmail.com>
Sun, 30 Aug 2009 22:52:53 +0000 (15:52 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Mon, 31 Aug 2009 08:24:14 +0000 (01:24 -0700)
commitb59f0a13fb4e68f8ab5eecb02f56a6090c4c86b9
tree4cb18ed728ae530f254e88c885829266bbcae704
parent581ccb1d6b5b0223eb03bb4e4c5607ebb1d2754e
Improve behavior of `make distclean'

This target is supposed to perform a `make clean', and then remove the
appropriate parts of configure output.

Thus, $(LOOP) should be removed, since configure output only appears in
the top-src-dir, and $(outdir) should be removed afterwards.

The other two changes are just nitpicks: the quotes are not needed, and
$(outdir) already expands to ./out, so the extra ./ is superfluous.
stepmake/stepmake/generic-targets.make
stepmake/stepmake/toplevel-targets.make