[Ocfs2-tools-commits] manish commits r1014 - in
branches/ocfs2-tools-1.0: libocfs2 mkfs.ocfs2
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Tue Aug 2 19:08:02 CDT 2005
Author: manish
Date: 2005-08-02 19:08:01 -0500 (Tue, 02 Aug 2005)
New Revision: 1014
Modified:
branches/ocfs2-tools-1.0/libocfs2/Makefile
branches/ocfs2-tools-1.0/mkfs.ocfs2/Makefile
Log:
Remove references to B0RKEN_ENDIAN
Modified: branches/ocfs2-tools-1.0/libocfs2/Makefile
===================================================================
--- branches/ocfs2-tools-1.0/libocfs2/Makefile 2005-08-03 00:04:31 UTC (rev 1013)
+++ branches/ocfs2-tools-1.0/libocfs2/Makefile 2005-08-03 00:08:01 UTC (rev 1014)
@@ -23,7 +23,6 @@
CFLAGS = $(OPTS) $(WARNINGS) -fPIC
CPPFLAGS += -DOCFS2_FLAT_INCLUDES -DO2DLM_FLAT_INCLUDES -DO2CB_FLAT_INCLUDES
-CPPFLAGS += $(B0RKEN_ENDIAN)
ifneq ($(OCFS2_DEBUG_EXE),)
DEBUG_EXE_FILES = $(shell awk '/DEBUG_EXE/{if (k[FILENAME] == 0) {print FILENAME; k[FILENAME] = 1;}}' $(CFILES))
Modified: branches/ocfs2-tools-1.0/mkfs.ocfs2/Makefile
===================================================================
--- branches/ocfs2-tools-1.0/mkfs.ocfs2/Makefile 2005-08-03 00:04:31 UTC (rev 1013)
+++ branches/ocfs2-tools-1.0/mkfs.ocfs2/Makefile 2005-08-03 00:08:01 UTC (rev 1014)
@@ -12,7 +12,6 @@
endif
CFLAGS = $(OPTS) $(WARNINGS)
-CPPFLAGS += $(B0RKEN_ENDIAN)
sbindir = $(root_sbindir)
SBIN_PROGRAMS = mkfs.ocfs2
More information about the Ocfs2-tools-commits
mailing list