]> git.proxmox.com Git - mirror_spl.git/commit
Fix --enable-linux-builtin
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 2 Dec 2015 02:18:14 +0000 (18:18 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 2 Dec 2015 15:52:51 +0000 (07:52 -0800)
commit4e6f996cdd6e2cf6f1935ccdc35609c7d850ab98
treeb83344741e27eccaf93f0f1a822d40544ad8ab2d
parente7b75d9b46fcfea149bf7fd1f53d40379e3c7b5d
Fix --enable-linux-builtin

Adding VPATH support, commit 37d7cd9, required that a `src`
and `obj` line be added to the top of the Makefiles.  They
must be removed from the Makefiles when builtin.

The code which adds the `spl/` directory to the top level
Makefile was failing due to the addition of the `certs/` path.
The search pattern has been adjusted to be more tolerant.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #481
Issue #498
copy-builtin