]> git.proxmox.com Git - mirror_spl-debian.git/commit
Don't build packages that haven't been selected.
authorEtienne Dechamps <etienne.dechamps@ovh.net>
Tue, 17 Jul 2012 08:08:22 +0000 (10:08 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 26 Jul 2012 21:54:32 +0000 (14:54 -0700)
commit016432fbeb625f3588039017c682f5df260c86d4
treea7ea8fb3cb65d9264bfe292a3bbac91ab6163032
parent94aac9c9bcd1a222ac87d7452afa5284c16229bc
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.

This patch also drops the duplicate rpm-modules build target.

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