mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-31 03:04:11 +03:00
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
This commit is contained in:
committed by
Brian Behlendorf
parent
36811b4430
commit
d801db1487
@@ -58,6 +58,7 @@ AC_CONFIG_FILES([
|
||||
spl-modules.spec
|
||||
PKGBUILD-spl
|
||||
PKGBUILD-spl-modules
|
||||
spl.release
|
||||
])
|
||||
|
||||
AC_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user