changeset 284:a0914edd4753

tweaks.
author hanwen <hanwen@xs4all.nl>
date Sun, 18 Dec 2005 17:27:12 +0100
parents 778386e26304
children 1f1cf7fe7766
files GNUmakefile specs/darwintools.py
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile	Sun Dec 18 17:26:54 2005 +0100
+++ b/GNUmakefile	Sun Dec 18 17:27:12 2005 +0100
@@ -37,6 +37,8 @@
 	$(call BUILD_ALL, linux) 
 
 mac:
+	$(call INVOKE_DRIVER, darwin) build-target darwin-sdk
+	$(call INVOKE_DRIVER, darwin) manage-target install darwin-sdk
 	$(call BUILD_ALL, darwin) 
 
 mingw:
--- a/specs/darwintools.py	Sun Dec 18 17:26:54 2005 +0100
+++ b/specs/darwintools.py	Sun Dec 18 17:27:12 2005 +0100
@@ -40,5 +40,6 @@
 #		Odcctools (settings).with (version='20051031', mirror=download.opendarwin, format='bz2'),
 		Odcctools (settings).with (version='20051122', mirror=download.opendarwin, format='bz2'),		
 #		Gcc (settings).with (version='4.0.2', mirror = download.gcc, format='bz2'),
-		Gcc (settings).with (version='3.4.5', mirror = download.gcc, format='bz2'),		
+		Gcc (settings).with (version='3.4.5', mirror = download.gcc, format='bz2',
+				     depends=['odcctools']),
 		)