]> git.draconx.ca Git - cdecl99.git/commit
Reduce "set +x" noise in (un)install targets.
authorNick Bowler <nbowler@draconx.ca>
Tue, 29 Nov 2011 03:03:07 +0000 (22:03 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 25 Feb 2012 22:06:54 +0000 (17:06 -0500)
commit7804af20a363ed8e94d6e700505870cb4f550730
treefcc67e3f247caee27e1b6a47cb8037b22afaa1c1
parentce6fc53682acb605e6358e22b5eccf4780a61a22
Reduce "set +x" noise in (un)install targets.

By judicious use of subshells, we can eliminate the need to call
"set +x" explicitly, which should (slightly) reduce the noise of the
(un)install targets.
Makefile.am