Move zfs.release generation to configure step
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 12 Jul 2012 19:21:25 +0000 (12:21 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 12 Jul 2012 19:22:51 +0000 (12:22 -0700)
Previously, the zfs.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 zfs.release.in
file.

As a result, the zfs.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>

No differences found