[MLton-commit] r4482

Matthew Fluet MLton@mlton.org
Sun, 7 May 2006 17:52:10 -0700


Create target arch-os directory in basis library
----------------------------------------------------------------------

U   mlton/branches/on-20050822-x86_64-branch/runtime/Makefile

----------------------------------------------------------------------

Modified: mlton/branches/on-20050822-x86_64-branch/runtime/Makefile
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/Makefile	2006-05-07 20:26:11 UTC (rev 4481)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/Makefile	2006-05-08 00:52:10 UTC (rev 4482)
@@ -212,6 +212,7 @@
 	$(CC) $(OPTCFLAGS) $(WARNCFLAGS) -o gen/gen-types gen/gen-types.c $(UTILOFILES)
 	cd gen && ./gen-types
 	cp gen/c-types.h c-types.h
+	mkdir -p ../basis-library/config/c/$(TARGET_ARCH)-$(TARGET_OS)
 	cp gen/c-types.sml ../basis-library/config/c/$(TARGET_ARCH)-$(TARGET_OS)/c-types.sml
 	cp gen/ml-types.h ml-types.h
 	rm -f gen/gen-types gen/c-types.h gen/c-types.sml gen/ml-types.h