Changeset 6544 for trunk/changelog
- Timestamp:
- Aug 16, 2001, 6:33:12 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r6516 r6544 1 /* $Id: changelog,v 1.1648 2001-08-11 12:02:38 sandervl Exp $ */ 1 /* $Id: changelog,v 1.1649 2001-08-16 04:33:12 bird Exp $ */ 2 3 2001-08-16: knut st. osmundsen <kosmunds@csc.com> 4 - Tools\CmdQd: 5 o Added command queue daemon which is used in the multiple job 6 build feature. 7 - Makefiles: 8 o Implemented multiple job build feature. This works like 9 GNU Make --jobs[=N]. 10 <ul> 11 <li> Start the daemon tools\bin\cmdqd init <N> where N is the 12 then number of workers. Need tools have to be made first. 13 <li> Define the env.var. MULTIJOBS to enable this feature. 14 <li> Do make as usual. 15 <li> tools\bin\cmdqd kill to kill the daemon. 16 </ul> 17 o This feature will speedup make of single modules alot on SMP 18 machines. 2 19 3 20 2001-08-10: Sander van Leeuwen <sandervl@xs4all.nl>
Note:
See TracChangeset
for help on using the changeset viewer.