Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
72b5e45b
Commit
72b5e45b
authored
10 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
more cleanup for the contribs/cray dir
parent
42beeb13
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contribs/cray/Makefile.am
+5
-1
5 additions, 1 deletion
contribs/cray/Makefile.am
contribs/cray/Makefile.in
+4
-3
4 additions, 3 deletions
contribs/cray/Makefile.in
with
9 additions
and
4 deletions
contribs/cray/Makefile.am
+
5
−
1
View file @
72b5e45b
...
...
@@ -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
This diff is collapsed.
Click to expand it.
contribs/cray/Makefile.in
+
4
−
3
View file @
72b5e45b
...
...
@@ -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
:
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment