Date: Friday, March 9, 2007 @ 18:07:15
  Author: marc
    Path: /cvsroot/carob/carob/make-includes

Modified: main.mk (1.9 -> 1.10)

Added copyright notice + few comments


---------+
 main.mk |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletion(-)


Index: carob/make-includes/main.mk
diff -u carob/make-includes/main.mk:1.9 carob/make-includes/main.mk:1.10
--- carob/make-includes/main.mk:1.9     Mon Jan 22 17:02:42 2007
+++ carob/make-includes/main.mk Fri Mar  9 18:07:15 2007
@@ -1,3 +1,24 @@
+#
+# Sequoia: Database clustering technology.
+# Copyright (C) 2005 Emic Networks
+# Contact: [EMAIL PROTECTED]
+# 
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# Initial developer(s): Marc Herbert
+# Contributor(s): 
+#
+
 
 # Playing with overrides, declaration order and appending like this is
 # too subtle and unreliable.
@@ -20,6 +41,7 @@
 include ${MKINCLUDES}/${LINKER}-linker.mk
 
 
+# if CUSTOM is defined, include it
 ifneq ($(origin CUSTOM), undefined)
 custom_files=${CUSTOM:%=${MKINCLUDES}/%.mk}
 include $(custom_files)
@@ -38,7 +60,7 @@
 
 # Append MK_ flags from .mk files
 
-override CPPFLAGS += ${MK_CPPFLAGS}
+override CPPFLAGS += ${MK_CPPFLAGS} # -DCAROB_UNBUFFERED_SOCKET
 override CXXFLAGS += ${MK_CXXFLAGS}
 override LDFLAGS += ${MK_LDFLAGS}
 override LDLIBS += ${MK_LDLIBS}

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to