HomeFreeBSD

Move spl.release generation to configure step

Description

Move spl.release generation to configure step

Previously, the spl.release file was created at 'make install' time.
This is slightly problematic when the file is needed without running
'make install'. Because of this, the step creating the file was removed
from 'make install' and replaced with a more appropriate spl.release.in
file.

As a result, the spl.release file will now be created earlier as part
of the 'configure' step as opposed to the 'make install' step.

Signed-off-by: Prakash Surya <surya1@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #135

Details

Provenance
Prakash Surya <surya1@llnl.gov>Authored on Jul 11 2012, 10:47 PM
Brian Behlendorf <behlendorf1@llnl.gov>Committed on Jul 12 2012, 7:13 PM
Parents
rG36811b4430aa: Detect kernels that honor gfp flags passed to vmalloc()
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rGd801db148720: Move spl.release generation to configure step (authored by Prakash Surya <surya1@llnl.gov>).Jul 12 2012, 7:13 PM