1 Aug 2001 21:38
RE: Anyone else using Jam for BIG projects?
Roesler, Randy <rroesler <at> mdsi.bc.ca>
2001-08-01 19:38:16 GMT
2001-08-01 19:38:16 GMT
Glen: > -----Original Message----- > From: Glen Darling [mailto:gdarling <at> cisco.com] > > Is anyone else out there using JAM for anything as > complex as this? Our situation is not as large as you, but its comparable, I think. Our Jamrules is 4000 lines, builds on 4 targets (HP, Aix, Sun, Nt) with 6 variants (various levels of debug, purify, quantify) We have some 6000 source files with about 20 file types. We have appoximately 500 Jamfiles with 12000 lines of rule invocations. (Rules are never defined in Jamfiles, only Jamrules) Our Jambase is so minimal, it contains juts 37 lines. All it really does is call $TOP/Jamrules and ./Jamfile. We have no recompiled or relines jam executable for the last 2 years. We last recompiled to fix a bug in jam AIX archive support (the bug still exists in the official jam release). Our Jam system as some 30,000 targets. It takes about 8 hours to build the system on our fastest machines, 1 hour is we use -j10. On Solaris it takes 3 days ! (4 hours if we use multiple machines, -j 6, and(Continue reading)
RSS Feed