<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
This is head.<BR>
Two problems here.<BR>
One the feature apparently not fully working. I should look at that.<BR>
Two the test is too platform specific -- lib.lib vs. liblib.a.<BR>
Maybe reasonable to support some text substitution over the results to address that.<BR>
 Or heck, maybe abstract out the "naming conventions"? Maybe too difficult<BR>
  and too little gain.<BR>
  I'm surprised even have TARGET like that. The main point I think is the<BR>
  install root.<BR>
<BR>--- ../src/p2/p221/stdout.build 2009-12-15 03:04:01.000000000 -0800<BR>+++ ../src/p2/p221/NT386/stdout.build   2010-03-07 03:11:39.531250000 -0800<BR>@@ -1,7 +1,7 @@<BR>-make_dir(PKG_INSTALL & "/p221/" & TARGET)<BR>-install_file(".M3EXPORTS", PKG_INSTALL & "/p221/" & TARGET, "0644")<BR>-install_file("liblib.a", PKG_INSTALL & "/p221/" & TARGET, "0644")<BR>-install_file("liblib.m3x", PKG_INSTALL & "/p221/" & TARGET, "0644")<BR>-install_file(".M3WEB", PKG_INSTALL & "/p221/" & TARGET, "0644")<BR>-make_dir(PKG_INSTALL & "/p221")<BR>-install_file("../Main.m3", PKG_INSTALL & "/p221", "0644")<BR>+make_dir("/cm3/pkg/p221/" & TARGET)<BR>+install_file(".M3EXPORTS", "/cm3/pkg/p221/" & TARGET, "0644")<BR>+install_file("lib.lib", "/cm3/pkg/p221/" & TARGET, "0644")<BR>+install_file("lib.m3x", "/cm3/pkg/p221/" & TARGET, "0644")<BR>+install_file(".M3WEB", "/cm3/pkg/p221/" & TARGET, "0644")<BR>+make_dir("/cm3/pkg/p221")<BR>+install_file("../Main.m3", "/cm3/pkg/p221", "0644")<BR>--- p222 --- .M3SHIP Library<BR>
 <BR>
 - Jay<BR>                                     </body>
</html>