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:
Prakash Surya
2012-07-11 15:47:56 -07:00
committed by Brian Behlendorf
parent 36811b4430
commit d801db1487
5 changed files with 14 additions and 11 deletions
+1
View File
@@ -58,6 +58,7 @@ AC_CONFIG_FILES([
spl-modules.spec
PKGBUILD-spl
PKGBUILD-spl-modules
spl.release
])
AC_OUTPUT