Skip to content

Commit

Permalink
Move portals into its own CVS module for HEAD.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob committed Dec 19, 2004
1 parent c2b7b64 commit a8a7d2f
Show file tree
Hide file tree
Showing 220 changed files with 1,378 additions and 68,687 deletions.
352 changes: 352 additions & 0 deletions COPYING

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Instructions for building, configuring and running Lustre can be found at:
http://projects.clusterfs.com/lustre/LustreHowto.
4 changes: 2 additions & 2 deletions ldiskfs/ldiskfs/autoMakefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ linux/ldiskfs%.h: linux-stage/include/linux/ext3%.h
# FIXME: we need to grab the series in configure somehow
# (see bug 1679)
#
series := @top_srcdir@/kernel_patches/series/ldiskfs-$(LDISKFS_SERIES)
patches := @top_srcdir@/kernel_patches/patches
series := @top_srcdir@/lustre/kernel_patches/series/ldiskfs-$(LDISKFS_SERIES)
patches := @top_srcdir@/lustre/kernel_patches/patches

sources: $(ext3_sources) $(ext3_headers) $(linux_headers) $(series)
rm -rf linux-stage linux sources $(ldiskfs_SOURCES)
Expand Down
5 changes: 3 additions & 2 deletions lnet/autoMakefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution

EXTRA_DIST = archdep.m4 build.m4
SUBDIRS = portals libcfs knals unals router tests doc utils include \
autoconf

SUBDIRS = portals libcfs knals unals router tests doc utils include
sources:
File renamed without changes.
1 change: 1 addition & 0 deletions lnet/autoconf/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
EXTRA_DIST := lustre-portals.m4
Loading

0 comments on commit a8a7d2f

Please sign in to comment.