[Lunar-commits] CVS: moonbase/filesys/xfsprogs BUILD, 1.2,
1.3 DETAILS, 1.7, 1.8
Auke Kok
sofar at lunar-linux.org
Wed May 12 13:42:37 GMT 2004
- Previous message: [Lunar-commits] CVS: moonbase/archive/tar BUILD, 1.6, 1.7 DETAILS,
1.6, 1.7 tar-dots.patch.bz2, 1.1, NONE tar-manpage.patch.bz2,
1.1, NONE tar-socket.patch.bz2, 1.1, NONE
- Next message: [Lunar-commits] CVS: moonbase/filesys/dmapi DETAILS,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/moonbase/filesys/xfsprogs
In directory dbguin.lunar-linux.org:/tmp/cvs-serv16377
Modified Files:
BUILD DETAILS
Log Message:
Relocating this to /sbin!
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/filesys/xfsprogs/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 29 Dec 2003 21:42:15 -0000 1.2
+++ BUILD 12 May 2004 13:42:34 -0000 1.3
@@ -2,21 +2,29 @@
export DEBUG=-DNDEBUG
- default_build &&
- make install-dev &&
- # tchan says: copying a bunch of libs that do NOT get installed by default (needed for xfsdump) but should be installed
- # and I can't figure out how to fix their Makefiles!
- cp libdisk/libdisk.la /usr/libexec &&
- cp -P libdisk/.libs/libdisk.so* /usr/lib &&
- cp libxfs/libxfs.la /usr/libexec &&
- cp -P libxfs/.libs/libxfs.so* /usr/lib &&
- cp libxlog/libxlog.la /usr/libexec &&
- cp -P libxlog/.libs/libxlog.so* /usr/lib &&
- strip -S /usr/lib/libxfs.so.0.0.0 &&
- strip -S /usr/libexec/libxfs.a &&
- strip -S /usr/lib/libxlog.so.0.0.0 &&
- strip -S /usr/libexec/libxlog.a &&
- strip -S /usr/lib/libdisk.so.0.0.0 &&
- strip -S /usr/libexec/libdisk.a
+ ./configure --build=$BUILD --prefix=/ --sysconfdir=/etc \
+ --localstatedir=/var --infodir=/usr/share/info \
+ --mandir=/usr/share/man --includedir=/usr/include \
+ --libexecdir=/lib --libdir=/lib \
+ --datadir=/usr/share $OPTS
+ make &&
+ prepare_install &&
+ make install &&
+ make install-dev &&
+ # tchan says: copying a bunch of libs that do NOT get installed
+ # by default (needed for xfsdump) but should be installed
+ # and I can't figure out how to fix their Makefiles!
+ cp libdisk/libdisk.la /lib &&
+ cp libxfs/libxfs.la /lib &&
+ cp libxlog/libxlog.la /lib &&
+ cp -P libdisk/.libs/libdisk.so* /lib &&
+ cp -P libxfs/.libs/libxfs.so* /lib &&
+ cp -P libxlog/.libs/libxlog.so* /lib &&
+ strip -S /lib/libxfs.so.0.0.0 &&
+ strip -S /lib/libxlog.so.0.0.0 &&
+ strip -S /lib/libdisk.so.0.0.0 &&
+ strip -S /lib/libxfs.a &&
+ strip -S /lib/libxlog.a &&
+ strip -S /lib/libdisk.a
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/filesys/xfsprogs/DETAILS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- DETAILS 5 Apr 2004 18:26:28 -0000 1.7
+++ DETAILS 12 May 2004 13:42:34 -0000 1.8
@@ -9,7 +9,8 @@
WEB_SITE=http://oss.sgi.com/projects/xfs
ENTERED=20020110
UPDATED=20040405
- SHORT="xfsprogs contains the required utilities for the XFS file system."
+ SHORT="Required utilities for the XFS file system."
+PSAFE=no
cat << EOF
xfsprogs - The XFS file system utilities and libraries.
EOF
- Previous message: [Lunar-commits] CVS: moonbase/archive/tar BUILD, 1.6, 1.7 DETAILS,
1.6, 1.7 tar-dots.patch.bz2, 1.1, NONE tar-manpage.patch.bz2,
1.1, NONE tar-socket.patch.bz2, 1.1, NONE
- Next message: [Lunar-commits] CVS: moonbase/filesys/dmapi DETAILS,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list