Date: Thursday, January 18, 2007 @ 11:04:31
  Author: marc
    Path: /cvsroot/carob/carob/make-includes

Modified: README (1.5 -> 1.6)

Fixed spurious .mk in CUSTOM example. Moved one paragraph from CONTRIB to USE


--------+
 README |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


Index: carob/make-includes/README
diff -u carob/make-includes/README:1.5 carob/make-includes/README:1.6
--- carob/make-includes/README:1.5      Wed Jan 17 17:55:31 2007
+++ carob/make-includes/README  Thu Jan 18 11:04:31 2007
@@ -4,7 +4,11 @@
 
 Example:
 
- make OS=freebsd CUSTOM="libmysequoia.mk warnings.mk" check
+ make OS=freebsd CUSTOM="libmysequoia gcc-release" check
+
+x-os.mk, y-linker.mk and z-compiler.mk are loaded using OS=x, LINKER=y
+and COMPILER=z variables. CUSTOM="custom1 custom2" allows loading any
+number of .mk files. See main.mk code for details.
 
 
 HOWTO CONTRIB
@@ -26,10 +30,6 @@
 - in .mk files, never use "=" but always append using "+=".  You are
 not alone in this world!
 
-- x-os.mk, y-linker.mk and z-compiler.mk are loaded using OS, LINKER
-and COMPILER variables. CUSTOM="custom1 custom2" allows loading
-any number of .mk files. See main.mk code for details.
-
 
 
 References

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

Reply via email to