home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / mod.std.unix.v4 / text0009.txt < prev    next >
Encoding:
Internet Message Format  |  1987-06-30  |  654 b 

  1. From: topaz!packard!mtung!jhc (Jonathan Clark)
  2. Date: 11 Dec 85 14:03:32 EST (Wed)
  3.  
  4. While building fairly large pieces of software like an
  5. entire UNIX system, kernel, commands, libraries, and
  6. everything, from source, we found that a good way of
  7. speeding everything up was to set up a minimum size
  8. environment (about 5 variables), then use 'ksh' as the shell
  9. that 'make' used all the time. This produced about a 1/4
  10. faster build (knocked about 90 mins off a six-hour build
  11. time). Of course, most of what 'make' does is 'exec' a
  12. shell...
  13.  
  14. -- 
  15. Jonathan Clark
  16. [NAC]!mtung!jhc
  17.  
  18. My walk has become rather more silly lately.
  19.  
  20. Volume-Number: Volume 4, Number 10
  21.  
  22.