[Ocfs2-tools-commits] smushran commits r452 - in trunk: . fswreck

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Dec 2 20:15:58 CST 2004


Author: smushran
Date: 2004-12-02 20:15:55 -0600 (Thu, 02 Dec 2004)
New Revision: 452

Added:
   trunk/fswreck/
Removed:
   trunk/fswrk/
Modified:
   trunk/fswreck/Makefile
Log:
fswrk=>fswreck

Copied: trunk/fswreck (from rev 451, trunk/fswrk)

Modified: trunk/fswreck/Makefile
===================================================================
--- trunk/fswrk/Makefile	2004-12-03 02:13:11 UTC (rev 451)
+++ trunk/fswreck/Makefile	2004-12-03 02:15:55 UTC (rev 452)
@@ -2,7 +2,7 @@
 
 include $(TOPDIR)/Preamble.make
 
-SBIN_PROGRAMS = fswrk
+SBIN_PROGRAMS = fswreck
 
 DEFINES = -DG_DISABLE_DEPRECATED -DLINUX
 DEFINES += -DVERSION=\"$(VERSION)\"
@@ -25,7 +25,7 @@
 
 OBJS = $(subst .c,.o,$(CFILES))
 
-fswrk: $(OBJS)
+fswreck: $(OBJS)
 	$(LINK) $(GLIB_LIBS) $(LIBOCFS2_LIBS)
 
 include $(TOPDIR)/Postamble.make



More information about the Ocfs2-tools-commits mailing list