Difference between revisions of "Eiffel Make"
Line 1: | Line 1: | ||
+ | [[Category:Tools]] | ||
+ | |||
+ | == Overview == | ||
Because on Windows there is no '''make''' utility that does parallel build, we decided to build a very basic one which process in parallel all the Makefiles that are generated in each C directory. By default it will divide the work among the available CPUs of your machine. Thus the more CPU you have, the fastest will be the C compilation. | Because on Windows there is no '''make''' utility that does parallel build, we decided to build a very basic one which process in parallel all the Makefiles that are generated in each C directory. By default it will divide the work among the available CPUs of your machine. Thus the more CPU you have, the fastest will be the C compilation. | ||
+ | |||
+ | == Information == | ||
+ | |||
+ | Tool developed and maintained by [[User:Manus|manus]] | ||
+ | |||
+ | Location: [https://origo.ethz.ch/eiffelsoftware/es/trunk/Src/tools/eiffel_make | ||
+ | https://origo.ethz.ch/eiffelsoftware/es/trunk/Src/tools/eiffel_make] | ||
+ | |||
+ | == Change Log == | ||
+ | |||
+ | Initial Entry: --[[User:Manus|manus]] 06:17, 21 August 2006 (CEST) |
Revision as of 19:17, 20 August 2006
Overview
Because on Windows there is no make utility that does parallel build, we decided to build a very basic one which process in parallel all the Makefiles that are generated in each C directory. By default it will divide the work among the available CPUs of your machine. Thus the more CPU you have, the fastest will be the C compilation.
Information
Tool developed and maintained by manus
Location: [https://origo.ethz.ch/eiffelsoftware/es/trunk/Src/tools/eiffel_make https://origo.ethz.ch/eiffelsoftware/es/trunk/Src/tools/eiffel_make]
Change Log
Initial Entry: --manus 06:17, 21 August 2006 (CEST)