aboutsummaryrefslogtreecommitdiffstats
path: root/zfs.release.in
Commit message (Collapse)AuthorAgeFilesLines
* Move zfs.release generation to configure stepBrian Behlendorf2012-07-121-0/+1
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 <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]>