[ofw] [PATCH 6/7] etc/build the full monty

Sean Hefty sean.hefty at intel.com
Thu May 15 16:10:06 PDT 2008


Lame build script that can be used to build all winof platforms.  Be
sure that you have something else to do for the next hour before
invoking.

Signed-off-by: Sean Hefty <sean.hefty at intel.com>
---
Note: I personally recommend removing opensm from the dirs file before
running this.

Index: bldwoall.bat
===================================================================
--- bldwoall.bat	(revision 0)
+++ bldwoall.bat	(revision 0)
@@ -0,0 +1,19 @@
+ at echo off
+rem
+rem Builds the winof stack for all platforms.
+rem
+
+call bldwo chk x86  2003
+call bldwo fre x86  2003
+call bldwo chk x64  2003
+call bldwo fre x64  2003
+call bldwo chk ia64 2003
+call bldwo fre ia64 2003
+call bldwo chk x86  2008
+call bldwo fre x86  2008
+call bldwo chk x64  2008
+call bldwo fre x64  2008
+call bldwo chk ia64 2008
+call bldwo fre ia64 2008
+
+ at echo on





More information about the ofw mailing list