diff options
author | Brian Behlendorf <[email protected]> | 2012-07-12 12:21:25 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2012-07-12 12:22:51 -0700 |
commit | fb7eb3e3e9f8e611a34192ceb5c2d2e849ca6de8 (patch) | |
tree | 9bce645fd2b2a2c2a44203c4e11674b5221cbf6f /configure.ac | |
parent | 7535251dcf39cc648ea303ee52e128ad967fad85 (diff) |
Move zfs.release generation to configure step
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]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d693f67e8..749f37862 100644 --- a/configure.ac +++ b/configure.ac @@ -123,6 +123,7 @@ AC_CONFIG_FILES([ PKGBUILD-zfs PKGBUILD-zfs-modules zfs-script-config.sh + zfs.release ]) AC_OUTPUT |