haiku/build/jam
Ingo Weinhold de49044796 * Use the new Add{Files,Symlink}ToHaikuHybridImage rules in HaikuImage and
OptionalPackages. This makes the content definition part in
  AlternativeGCCArchive superfluous.
* Moved the cc and c++ wrapper scripts from src/bin to data/bin.
* Added build variable HAIKU_ADD_OPTIONAL_PACKAGES to add optional packages
  -- the list can be separated by slashes to allow easier passing through
  the shell.
* When invoking the sub-jam that builds the alternative GCC archive, we force
  it to ignore the UserBuildConfigs and we enable the optional packages
  enabled in the main jam.
* Reorganized /boot/develop:
  - There's now an "abi" subdirectory containing a <arch>/<gcc>/ subdirectory
    for each installed ABI-incompatible gcc version and a "current" symlink
    pointed to the currently selected one.
  - All ABI-dependent directories under /boot/develop/ (lib/x86, headers/cpp,
    tools/gnupro) symlink into /boot/develop/abi/current.
  - Changed BELIBRARIES to contain
    /boot/develop/abi/current/library-paths/common instead of /boot/common/lib.
    The former is a symlink to either /boot/common/lib or
    /boot/common/lib/<gccVersion>. There's also a respective "home" symlink.
  - Repackaged the optional binutils+gcc 2/4 packages accordingly. Also fixed
    the obsolete /boot/beos/system/lib/libstdc++.so symlink in the gcc 4
    package.
  - The new structure allows to switch between compilers by changing the
    /boot/develop/abi/current symlink. Added script setgcc to do that.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30875 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-27 01:12:34 +00:00
..
AlternativeGCCArchive * Use the new Add{Files,Symlink}ToHaikuHybridImage rules in HaikuImage and 2009-05-27 01:12:34 +00:00
BeOSRules * BuildPlatformMain supports overriding HOST_LIBROOT on the target now, 2008-03-22 21:05:03 +00:00
BuildSetup Changed the way the zip archive with the alternative gcc libraries is built. 2009-05-25 01:21:32 +00:00
CDBootImage Rules and targets to build a boot CD iso... use: 2008-03-02 04:38:29 +00:00
CDBootPPCImage Add COFF loader to ppc ISO. 2008-11-11 19:22:16 +00:00
CDRules Preliminary support for building ISO only Haiku CDs. Not working completely 2009-02-15 02:34:32 +00:00
CommandLineArguments * Moved jam argument processing to new build/jam/CommandLineArguments. 2009-02-23 22:33:09 +00:00
ConfigRules * Added JAMFILE to the config variables. 2008-03-30 15:34:30 +00:00
DocumentationRules Replace spaces with tabs. 2008-04-08 15:18:19 +00:00
FileRules Don't use MakeLocate to make sure that the parent directory exists, since 2009-04-08 18:03:18 +00:00
FloppyBootImage Apply Francois changes to enabling the ATA stack via "HAIKU_ATA_STACK = 1 ;" 2009-05-02 10:20:29 +00:00
FreetypeRules updated freetype to 2.2.1, tested ok, please forgive me for possible left issues :) 2006-06-27 11:34:35 +00:00
HaikuCD * Simplify the build of the CD a bit, just reuse the image scripts as those hold 2009-02-15 13:30:42 +00:00
HaikuImage * Use the new Add{Files,Symlink}ToHaikuHybridImage rules in HaikuImage and 2009-05-27 01:12:34 +00:00
HeadersRules Move include directories for C++ headers to the beginning. This makes 2009-01-23 03:23:21 +00:00
HelperRules Added FSplitString helper rule, which splits a string at a given delimiter 2009-05-27 00:26:29 +00:00
ImageRules * Added rule CopyDirectoryToAlternativeGCCArchive, analogous to 2009-05-27 00:42:04 +00:00
KernelRules Added rule SetVersionScript to set the version script for a target and adjusted 2009-05-22 14:51:16 +00:00
MainBuildRules Added rule SetVersionScript to set the version script for a target and adjusted 2009-05-22 14:51:16 +00:00
MathRules Added rules for performing basic integer arithmetics (+, -, *). The rules 2007-04-06 02:37:12 +00:00
MiscRules Patch by Matt Madia: Added "cd-image" build profile type and "alpha-cd" build 2009-05-23 22:19:30 +00:00
NetBootArchive * Updated to the relocated/renamed beos/system directory. 2009-04-03 09:42:58 +00:00
OptionalBuildFeatures Patch by Matt Madia: Update OpenSSL to v0.9.8k. Thanks! 2009-05-11 16:39:21 +00:00
OptionalPackageDependencies * Refactored the Development optional package into three packages: 2009-04-18 21:26:26 +00:00
OptionalPackages * Use the new Add{Files,Symlink}ToHaikuHybridImage rules in HaikuImage and 2009-05-27 01:12:34 +00:00
OptionalTestPackages POSIX test suite related changes by Vasilis Kaoutsis: 2008-05-19 23:03:47 +00:00
OverriddenJamRules Added rule SetVersionScript to set the version script for a target and adjusted 2009-05-22 14:51:16 +00:00
PackageRules The Copy rule respects an already set SEARCH path now. 2006-02-06 23:04:01 +00:00
ReleaseBuildProfiles Patch by Matt Madia: Added "cd-image" build profile type and "alpha-cd" build 2009-05-23 22:19:30 +00:00
TestsRules Change the jam rules to build the test binaries as release by default, 2007-02-03 21:55:45 +00:00
UserBuildConfig.ReadMe * Moved the optional package dependency definitions into the new 2009-04-08 10:07:17 +00:00
UserBuildConfig.sample * Changed directory structure as suggested on the mailing list. 2009-04-03 09:02:44 +00:00