Skip to content
Snippets Groups Projects
Commit b90a620c authored by Moe Jette's avatar Moe Jette
Browse files

Remove libslurm.sym references per Mark.

parent 55e62ab4
No related branches found
No related tags found
No related merge requests found
...@@ -60,16 +60,7 @@ libslurm_la_LDFLAGS = \ ...@@ -60,16 +60,7 @@ libslurm_la_LDFLAGS = \
-version-info $(current):$(rev):$(age) \ -version-info $(current):$(rev):$(age) \
$(OTHER_FLAGS) $(OTHER_FLAGS)
libslurm_la_DEPENDENCIES = libslurm.sym $(common_dir)/libcommon.la libslurm_la_DEPENDENCIES = $(common_dir)/libcommon.la
# WARNING: on AIX "$*" is set, but "$<" is not
# on Linux "$<" is set, but "$*" is not
# we put both in to make it build in both places
libslurm.sym : $(top_builddir)/slurm/slurm.h
sed -n 's/^extern.* \(slurm[a-zA-Z0-9_]*\).*$$/\1/p' $< $* >libslurm.sym
distclean-local:
-rm libslurm.sym
force: force:
$(libslurm_la_LIBADD) : force $(libslurm_la_LIBADD) : force
...@@ -77,6 +68,7 @@ $(libslurm_la_LIBADD) : force ...@@ -77,6 +68,7 @@ $(libslurm_la_LIBADD) : force
$(VERSION_SCRIPT) : $(VERSION_SCRIPT) :
(echo "{ global:"; \ (echo "{ global:"; \
echo " BNR_*;"; \
echo " slurm_*;"; \ echo " slurm_*;"; \
echo " local: *;"; \ echo " local: *;"; \
echo "};") > $(VERSION_SCRIPT) echo "};") > $(VERSION_SCRIPT)
......
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