Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lustre-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
debian-packages
lustre-release
Commits
9daaacb7
Commit
9daaacb7
authored
20 years ago
by
jacob
Browse files
Options
Downloads
Patches
Plain Diff
make sure libsysio is always disted
parent
00ffe083
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
build/autoMakefile.am.toplevel
+1
-1
1 addition, 1 deletion
build/autoMakefile.am.toplevel
build/autoconf/lustre-build.m4
+15
-12
15 additions, 12 deletions
build/autoconf/lustre-build.m4
with
16 additions
and
13 deletions
build/autoMakefile.am.toplevel
+
1
−
1
View file @
9daaacb7
AUTOMAKE_OPTIONS = foreign
SUBDIRS := . build @LIBSYSIO_SUBDIR@ portals lustre
DIST_SUBDIRS := build
@LIBSYSIO_SUBDIR@
portals lustre
DIST_SUBDIRS := build
libsysio
portals lustre
EXTRA_DIST := config.h.in
...
...
This diff is collapsed.
Click to expand it.
build/autoconf/lustre-build.m4
+
15
−
12
View file @
9daaacb7
...
...
@@ -42,8 +42,10 @@ case x$with_sysio in
with_sysio="yes"
;;
esac
AC_SUBST(LIBSYSIO_SUBDIR)
AC_SUBST(SYSIO)
# We have to configure even if we don't build here for make dist to
# work
AC_CONFIG_SUBDIRS(libsysio)
])
#
...
...
@@ -352,6 +354,17 @@ AM_CONDITIONAL(DOC, test x$ENABLE_DOC = x1)
AM_CONDITIONAL(CRAY_PORTALS, test x$with_cray_portals != xno)
AM_CONDITIONAL(INIT_SCRIPTS, test x$ENABLE_INIT_SCRIPTS = "x1")
# this lets lustre cancel libsysio, per-branch or if liblustre is
# disabled
if test "x$LIBSYSIO_SUBDIR" = xlibsysio ; then
if test "x$with_sysio" != xyes ; then
SYSIO=""
LIBSYSIO_SUBDIR=""
fi
fi
AC_SUBST(LIBSYSIO_SUBDIR)
AC_SUBST(SYSIO)
LB_LINUX_CONDITIONALS
LB_DARWIN_CONDITIONALS
...
...
@@ -382,16 +395,6 @@ LB_CONFIG_MODULES
LC_CONFIG_LIBLUSTRE
# this lets lustre cancel libsysio, per-branch or if liblustre is
# disabled
if text x$LIBSYSIO_SUBDIR = xlibsysio ; then
if test x$with_sysio = xyes ; then
AC_CONFIG_SUBDIRS(libsysio)
else
LIBSYSIO_SUBDIR=
fi
fi
LP_CONFIGURE
LC_CONFIGURE
...
...
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