Don't build packages that haven't been selected.
authorEtienne Dechamps <etienne.dechamps@ovh.net>
Tue, 17 Jul 2012 09:23:09 +0000 (11:23 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 26 Jul 2012 20:39:37 +0000 (13:39 -0700)
commitb2c5198b1996c9053c1bae38755f76125c8cb169
tree3bda567a01452cdf8cd810e990516cede8acf955
parent739a1a82e0f366923e8d9bc8f9ad4b1c680a780b
Don't build packages that haven't been selected.

Currently, when configure --with-config is used, selective compilation
is only effective for the simple "make" case. Package builders (e.g.
make rpm) still build everything (utils and modules). This patch fixes
that.

Signed-off-by: Prakash Surya <surya1@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #851
Makefile.in
config/arch.am
config/deb.am
config/rpm.am
config/tgz.am