haiku/build/jam
Ingo Weinhold f8cb30712e * Replaced the dummy implementations of the <grp.h> and <pwd.h>
functions by ones reading /etc/{group,passwd}.
* Added quasi-standard getpwent_r() and getgrent_r().
* Added _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX sysconf()
  constants.
* Moved initgroups() and getgrouplist() definition to grp.cpp. They use
  the same backend as the <grp.h> functions.
* Set the permissions of files created by the build system to what they
  should be on the image (executables: 755, others: 644). Otherwise only
  root could do anything under Haiku.
* Added build system variables HAIKU_ROOT_USER_NAME and
  HAIKU_ROOT_USER_REAL_NAME to customize name and real name of Haiku's
  root user.
* Added build system rules AddUserToHaikuImage and AddGroupToHaikuImage
  for adding additional users and groups (by default only root user and
  group and a "users" group are created).
* Adjusted BIND port and coreutils config.h files according to what
  features have become available.
* Fixed HAIKU_DOCUMENTATION_OBJECT_DIR definition. Untested, but it used
  a wrong variable name before.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24750 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-04-02 14:02:52 +00:00
..
BeOSRules * BuildPlatformMain supports overriding HOST_LIBROOT on the target now, 2008-03-22 21:05:03 +00:00
BuildSetup * Replaced the dummy implementations of the <grp.h> and <pwd.h> 2008-04-02 14:02:52 +00:00
CDBootImage Rules and targets to build a boot CD iso... use: 2008-03-02 04:38:29 +00:00
ConfigRules * Added JAMFILE to the config variables. 2008-03-30 15:34:30 +00:00
DocumentationRules This finishes my docbook infrastructure. 2006-09-05 15:52:15 +00:00
FileRules Use LC_ALL=C to really make sure the locale isn't used on svn info. 2007-12-14 21:21:55 +00:00
FloppyBootImage Reordered boot module list as well, it works much better when scsi_cd is here! 2008-03-04 01:05:50 +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
HaikuImage * Replaced the dummy implementations of the <grp.h> and <pwd.h> 2008-04-02 14:02:52 +00:00
HeadersRules Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
HelperRules Made the compatibility level for target libbe_test depend on the compatibility 2007-08-05 01:13:27 +00:00
ImageRules * Replaced the dummy implementations of the <grp.h> and <pwd.h> 2008-04-02 14:02:52 +00:00
KernelRules Merged branch haiku/branches/developer/bonefish/optimization revision 2008-01-11 00:36:44 +00:00
MainBuildRules * BuildPlatformMain supports overriding HOST_LIBROOT on the target now, 2008-03-22 21:05:03 +00:00
MathRules Added rules for performing basic integer arithmetics (+, -, *). The rules 2007-04-06 02:37:12 +00:00
MiscRules * Added JAMFILE to the config variables. 2008-03-30 15:34:30 +00:00
NetBootArchive Added ipro100 driver. Tested on real hardware and it seems to work fine. 2008-02-05 22:18:14 +00:00
OptionalPackages * Added optional package OpenSSL. 2008-03-30 20:01:25 +00:00
OverriddenJamRules Build configurations shouldn't be done in svn controlled files, so I 2008-03-27 22:01:38 +00:00
PackageRules The Copy rule respects an already set SEARCH path now. 2006-02-06 23:04:01 +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 * Replaced the dummy implementations of the <grp.h> and <pwd.h> 2008-04-02 14:02:52 +00:00
UserBuildConfig.sample * Added new rule CopyDirectoryToHaikuImage which recursively copies a 2008-03-26 04:14:25 +00:00