]> git.proxmox.com Git - mirror_spl-debian.git/commit
Move spl.release generation to configure step
authorPrakash Surya <surya1@llnl.gov>
Wed, 11 Jul 2012 22:47:56 +0000 (15:47 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 12 Jul 2012 19:13:47 +0000 (12:13 -0700)
commitd801db1487205365b268efab4700e3541adab493
treeb87e1b126451ceed38f9027fb5ba8a956f6cc14b
parent36811b4430aaea8c8b91bbe7d812a26799865499
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
Makefile.am
Makefile.in
configure
configure.ac
spl.release.in [new file with mode: 0644]