Skip to content
Snippets Groups Projects
Commit 42beeb13 authored by Danny Auble's avatar Danny Auble
Browse files

CRAY - fix absolute dirs

parent 4ba74419
No related branches found
No related tags found
No related merge requests found
...@@ -24,8 +24,8 @@ opt_modulefiles_slurm: opt_modulefiles_slurm.in Makefile ...@@ -24,8 +24,8 @@ opt_modulefiles_slurm: opt_modulefiles_slurm.in Makefile
sed -e 's|@prefix[@]|$(prefix)|g' \ sed -e 's|@prefix[@]|$(prefix)|g' \
-e 's|@MUNGE_DIR[@]|$(MUNGE_DIR)|g' \ -e 's|@MUNGE_DIR[@]|$(MUNGE_DIR)|g' \
-e 's|@libdir[@]|$(libdir)|g' \ -e 's|@libdir[@]|$(libdir)|g' \
opt_modulefiles_slurm.in >opt_modulefiles_slurm ${abs_srcdir}/opt_modulefiles_slurm.in >opt_modulefiles_slurm
slurmconfgen.py: slurmconfgen.py.in Makefile slurmconfgen.py: slurmconfgen.py.in Makefile
sed -e 's|@sysconfdir[@]|$(sysconfdir)|g' \ sed -e 's|@sysconfdir[@]|$(sysconfdir)|g' \
slurmconfgen.py.in >slurmconfgen.py ${abs_srcdir}/slurmconfgen.py.in >slurmconfgen.py
...@@ -665,11 +665,11 @@ opt_modulefiles_slurm: opt_modulefiles_slurm.in Makefile ...@@ -665,11 +665,11 @@ opt_modulefiles_slurm: opt_modulefiles_slurm.in Makefile
sed -e 's|@prefix[@]|$(prefix)|g' \ sed -e 's|@prefix[@]|$(prefix)|g' \
-e 's|@MUNGE_DIR[@]|$(MUNGE_DIR)|g' \ -e 's|@MUNGE_DIR[@]|$(MUNGE_DIR)|g' \
-e 's|@libdir[@]|$(libdir)|g' \ -e 's|@libdir[@]|$(libdir)|g' \
opt_modulefiles_slurm.in >opt_modulefiles_slurm ${abs_srcdir}/opt_modulefiles_slurm.in >opt_modulefiles_slurm
slurmconfgen.py: slurmconfgen.py.in Makefile slurmconfgen.py: slurmconfgen.py.in Makefile
sed -e 's|@sysconfdir[@]|$(sysconfdir)|g' \ sed -e 's|@sysconfdir[@]|$(sysconfdir)|g' \
slurmconfgen.py.in >slurmconfgen.py ${abs_srcdir}/slurmconfgen.py.in >slurmconfgen.py
# Tell versions [3.59,3.63) of GNU make to not export all variables. # Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded. # Otherwise a system limit (for SysV at least) may be exceeded.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment