[Ocfs-tools-commits] manish commits r175 - trunk/vendor/common
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Tue Jul 20 11:22:24 CDT 2004
Author: manish
Date: 2004-07-20 10:22:22 -0500 (Tue, 20 Jul 2004)
New Revision: 175
Modified:
trunk/vendor/common/ocfs-tools.spec.in
Log:
Dist ocfs2 tools
Modified: trunk/vendor/common/ocfs-tools.spec.in
===================================================================
--- trunk/vendor/common/ocfs-tools.spec.in 2004-07-20 15:15:42 UTC (rev 174)
+++ trunk/vendor/common/ocfs-tools.spec.in 2004-07-20 15:22:22 UTC (rev 175)
@@ -60,16 +60,35 @@
cp -f vendor/$IVENDOR/ocfs.init $RPM_BUILD_ROOT/etc/init.d/ocfs
ln -s ocfs $RPM_BUILD_ROOT/etc/init.d/ocfs2
-for tool in format fsck load_ocfs ocfs_uid_gen
+for tool in load_ocfs ocfs_uid_gen
do
cd $tool; make DESTDIR="$RPM_BUILD_ROOT" sbindir=/sbin install; cd ..
done
-for tool in debugocfs ocfstool
+cd ocfs
+for tool in format fsck
do
+ cd $tool; make DESTDIR="$RPM_BUILD_ROOT" sbindir=/sbin install; cd ..
+done
+
+for tool in debugocfs
+do
cd $tool; make DESTDIR="$RPM_BUILD_ROOT" install; cd ..
done
+cd ../ocfs2
+for tool in mkfs.ocfs2 debugfs.ocfs2
+do
+ cd $tool; make DESTDIR="$RPM_BUILD_ROOT" sbindir=/sbin install; cd ..
+done
+
+cd ..
+for tool in ocfstool
+do
+ cd $tool; make DESTDIR="$RPM_BUILD_ROOT" install; cd ..
+done
+
+
%clean
rm -rf "$RPM_BUILD_ROOT"
More information about the Ocfs-tools-commits
mailing list