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
20d9017a
Commit
20d9017a
authored
22 years ago
by
Peter Braam
Browse files
Options
Downloads
Patches
Plain Diff
- fix to deal with other versions of automake.... :(
parent
5f047ab0
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lustre/Makefile.am
+0
-5
0 additions, 5 deletions
lustre/Makefile.am
lustre/archdep.m4
+7
-1
7 additions, 1 deletion
lustre/archdep.m4
lustre/mds/Makefile.am
+3
-9
3 additions, 9 deletions
lustre/mds/Makefile.am
with
10 additions
and
15 deletions
lustre/Makefile.am
+
0
−
5
View file @
20d9017a
...
@@ -5,11 +5,6 @@
...
@@ -5,11 +5,6 @@
AUTOMAKE_OPTIONS
=
foreign
AUTOMAKE_OPTIONS
=
foreign
if
LINUX25
DIRS24
=
mds
else
DIRS24
=
extN mds
endif
# NOTE: keep extN before mds
# NOTE: keep extN before mds
SUBDIRS
=
lov utils obdclass ldlm ptlrpc lib obdecho mdc osc ost llite
SUBDIRS
=
lov utils obdclass ldlm ptlrpc lib obdecho mdc osc ost llite
...
...
This diff is collapsed.
Click to expand it.
lustre/archdep.m4
+
7
−
1
View file @
20d9017a
AC_MSG_CHECKING(if you are running linux 2.5...)
AC_MSG_CHECKING(if you are running linux 2.5...)
if test -e $LINUX/include/linux/namei.h ; then
if test -e $LINUX/include/linux/namei.h ; then
linux25=yes
linux25=yes
DIRS24="mds"
FSMOD="mds_ext3"
AC_MSG_RESULT(yes)
AC_MSG_RESULT(yes)
else
else
linux25=no
linux25=no
DIRS24="mds extN"
FSMOD="mds_extN"
AC_MSG_RESULT(no)
AC_MSG_RESULT(no)
fi
fi
AM_CONDITIONAL(LINUX25, test x$linux25 = xyes)
AC_SUBST(DIRS24)
AC_SUBST(FSMOD)
## AM_CONDITIONAL(LINUX25, test x$linux25 = xyes)
AC_MSG_CHECKING(if you are running user mode linux for $host_alias..)
AC_MSG_CHECKING(if you are running user mode linux for $host_alias..)
if test -e $LINUX/include/asm-um ; then
if test -e $LINUX/include/asm-um ; then
...
...
This diff is collapsed.
Click to expand it.
lustre/mds/Makefile.am
+
3
−
9
View file @
20d9017a
...
@@ -5,17 +5,11 @@
...
@@ -5,17 +5,11 @@
DEFS
=
DEFS
=
if
LINUX25
MODS
=
@FSMOD@
FSMOD
=
mds_ext3
else
FSMOD
=
mds_extN
endif
MODULE
=
mds
MODULE
=
mds
modulefs_DATA
=
mds.o
$(
FS
MOD
)
.o
modulefs_DATA
=
mds.o
$(
MOD
S
)
.o
EXTRA_PROGRAMS
=
mds
$(
FS
MOD
)
EXTRA_PROGRAMS
=
mds
$(
MOD
S
)
LINX
=
mds_updates.c simple.c ll_pack.c lov_pack.c target.c
LINX
=
mds_updates.c simple.c ll_pack.c lov_pack.c target.c
...
...
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