[M3devel] -no-m3ship-resolution

Jay K jay.krell at cornell.edu
Sun Mar 7 12:25:10 CET 2010


This is head.

Two problems here.

One the feature apparently not fully working. I should look at that.

Two the test is too platform specific -- lib.lib vs. liblib.a.

Maybe reasonable to support some text substitution over the results to address that.

 Or heck, maybe abstract out the "naming conventions"? Maybe too difficult

  and too little gain.

  I'm surprised even have TARGET like that. The main point I think is the

  install root.


--- ../src/p2/p221/stdout.build 2009-12-15 03:04:01.000000000 -0800
+++ ../src/p2/p221/NT386/stdout.build   2010-03-07 03:11:39.531250000 -0800
@@ -1,7 +1,7 @@
-make_dir(PKG_INSTALL & "/p221/" & TARGET)
-install_file(".M3EXPORTS", PKG_INSTALL & "/p221/" & TARGET, "0644")
-install_file("liblib.a", PKG_INSTALL & "/p221/" & TARGET, "0644")
-install_file("liblib.m3x", PKG_INSTALL & "/p221/" & TARGET, "0644")
-install_file(".M3WEB", PKG_INSTALL & "/p221/" & TARGET, "0644")
-make_dir(PKG_INSTALL & "/p221")
-install_file("../Main.m3", PKG_INSTALL & "/p221", "0644")
+make_dir("/cm3/pkg/p221/" & TARGET)
+install_file(".M3EXPORTS", "/cm3/pkg/p221/" & TARGET, "0644")
+install_file("lib.lib", "/cm3/pkg/p221/" & TARGET, "0644")
+install_file("lib.m3x", "/cm3/pkg/p221/" & TARGET, "0644")
+install_file(".M3WEB", "/cm3/pkg/p221/" & TARGET, "0644")
+make_dir("/cm3/pkg/p221")
+install_file("../Main.m3", "/cm3/pkg/p221", "0644")
--- p222 --- .M3SHIP Library

 

 - Jay
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://m3lists.elegosoft.com/pipermail/m3devel/attachments/20100307/f71148b9/attachment-0001.html>


More information about the M3devel mailing list