Marian Balakowicz f93286397e Add support for a saving build objects in a separate directory.
Modifications are based on the linux kernel approach and
support two use cases:

  1) Add O= to the make command line
  'make O=/tmp/build all'

  2) Set environement variable BUILD_DIR to point to the desired location
  'export BUILD_DIR=/tmp/build'
  'make'

The second approach can also be used with a MAKEALL script
'export BUILD_DIR=/tmp/build'
'./MAKEALL'

Command line 'O=' setting overrides BUILD_DIR environent variable.

When none of the above methods is used the local build is performed and
the object files are placed in the source directory.
2006-09-01 19:49:50 +02:00
..
2003-06-27 21:31:46 +00:00
2005-10-13 16:45:02 +02:00
2005-09-23 11:05:55 +02:00
2005-09-22 09:04:17 +02:00
2005-10-17 00:19:16 +02:00
2003-10-06 21:55:32 +00:00
2006-04-11 14:39:21 +02:00
2005-10-13 16:45:02 +02:00
2005-10-13 16:45:02 +02:00
2006-06-16 17:32:31 +02:00
2006-07-21 11:37:40 +02:00
2005-03-20 22:33:46 +00:00
2005-10-13 16:45:02 +02:00
2005-10-13 16:45:02 +02:00
2006-03-12 16:51:59 +01:00
2006-07-21 11:56:05 +02:00
2003-06-27 21:31:46 +00:00
2004-07-11 20:04:51 +00:00
2006-05-09 11:54:44 +02:00
2005-10-15 18:23:43 +02:00
2005-10-13 16:45:02 +02:00
2005-10-13 16:45:02 +02:00
2002-08-17 09:36:01 +00:00
2005-10-28 22:30:33 +02:00
2002-08-17 09:36:01 +00:00
2006-05-30 15:56:48 +02:00
2003-06-27 21:31:46 +00:00
2005-09-25 18:49:35 +02:00
2003-06-27 21:31:46 +00:00
2005-10-13 16:45:02 +02:00
2006-07-21 15:24:56 +02:00