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

more cleanup for the contribs/cray dir

parent 42beeb13
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,9 @@ if HAVE_NATIVE_CRAY
sbin_SCRIPTS = slurmconfgen.py
endif
if HAVE_REAL_CRAY
noinst_DATA = opt_modulefiles_slurm
endif
# Don't rely on autoconf to replace variables outside of makefiles
opt_modulefiles_slurm: opt_modulefiles_slurm.in Makefile
......@@ -29,3 +30,6 @@ opt_modulefiles_slurm: opt_modulefiles_slurm.in Makefile
slurmconfgen.py: slurmconfgen.py.in Makefile
sed -e 's|@sysconfdir[@]|$(sysconfdir)|g' \
${abs_srcdir}/slurmconfgen.py.in >slurmconfgen.py
clean-generic:
rm -f opt_modulefiles_slurm slurmconfgen.py
......@@ -430,7 +430,7 @@ EXTRA_DIST = \
slurmconfgen.py.in
@HAVE_NATIVE_CRAY_TRUE@sbin_SCRIPTS = slurmconfgen.py
noinst_DATA = opt_modulefiles_slurm
@HAVE_REAL_CRAY_TRUE@noinst_DATA = opt_modulefiles_slurm
all: all-am
.SUFFIXES:
......@@ -570,8 +570,6 @@ install-strip:
fi
mostlyclean-generic:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
......@@ -671,6 +669,9 @@ slurmconfgen.py: slurmconfgen.py.in Makefile
sed -e 's|@sysconfdir[@]|$(sysconfdir)|g' \
${abs_srcdir}/slurmconfgen.py.in >slurmconfgen.py
clean-generic:
rm -f opt_modulefiles_slurm slurmconfgen.py
# 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.
.NOEXPORT:
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