hrev43638 adds 2 changesets to branch 'master' old head: 4506b3385f59442f862ffc012b99de86f72b1255 new head: 17e82349a7dd58e6b09773ce081f7099d5615969 ---------------------------------------------------------------------------- 31c110b: Remaining subdirs that cannot be compiled with DEBUG=1 Signed-off-by: Michael Lotz <mmlr@xxxxxxxx> [ Urias McCullough <umccullough@xxxxxxxxx> ] 17e8234: Remove coreutils and tcpdump from the DEBUG blacklist. The DEBUG build for these has been fixed in hrev43636 and hrev43637 respectively. [ Michael Lotz <mmlr@xxxxxxxx> ] ---------------------------------------------------------------------------- 1 files changed, 15 insertions(+), 0 deletions(-) build/jam/BuildSetup | 15 +++++++++++++++ ############################################################################ Commit: 31c110be6eb8cad06da28299622f013059dac75c URL: http://cgit.haiku-os.org/haiku/commit/?id=31c110b Author: Urias McCullough <umccullough@xxxxxxxxx> Date: Wed Dec 28 18:34:13 2011 UTC Committer: Michael Lotz <mmlr@xxxxxxxx> Commit-Date: Sat Jan 7 02:45:56 2012 UTC Remaining subdirs that cannot be compiled with DEBUG=1 Signed-off-by: Michael Lotz <mmlr@xxxxxxxx> ---------------------------------------------------------------------------- diff --git a/build/jam/BuildSetup b/build/jam/BuildSetup index 08bd75c..17d7bb9 100644 --- a/build/jam/BuildSetup +++ b/build/jam/BuildSetup @@ -1369,3 +1369,20 @@ if $(HAIKU_NO_WERROR) != 1 { EnableWerror src system runtime_loader ; } +# The following directories cannot currently be compiled with DEBUG=1 +SetConfigVar DEBUG : HAIKU_TOP src add-ons disk_systems bfs : 0 : local ; +SetConfigVar DEBUG : HAIKU_TOP src add-ons kernel drivers audio hda : 0 : local ; +SetConfigVar DEBUG : HAIKU_TOP src add-ons kernel drivers audio ac97 auich : 0 : local ; # fails with gcc4 only +SetConfigVar DEBUG : HAIKU_TOP src add-ons kernel drivers audio ac97 auvia : 0 : local ; # fails with gcc4 only +SetConfigVar DEBUG : HAIKU_TOP src add-ons kernel drivers audio ac97 sis7018 : 0 : local ; +SetConfigVar DEBUG : HAIKU_TOP src add-ons kernel file_systems btrfs : 0 : local ; +SetConfigVar DEBUG : HAIKU_TOP src add-ons kernel file_systems ntfs libntfs : 0 : local ; +SetConfigVar DEBUG : HAIKU_TOP src add-ons kernel file_systems udf : 0 : local ; +SetConfigVar DEBUG : HAIKU_TOP src add-ons media media-add-ons dvb : 0 : local ; +SetConfigVar DEBUG : HAIKU_TOP src add-ons print drivers gutenprint : 0 : local ; +SetConfigVar DEBUG : HAIKU_TOP src bin coreutils src : 0 : local ; # fails with gcc2 only +SetConfigVar DEBUG : HAIKU_TOP src bin network tcpdump : 0 : local ; +SetConfigVar DEBUG : HAIKU_TOP src servers input : 0 : local ; +SetConfigVar DEBUG : HAIKU_TOP src servers media_addon : 0 : local ; +SetConfigVar DEBUG : HAIKU_TOP src system boot loader file_systems bfs : 0 : local ; +SetConfigVar DEBUG : HAIKU_TOP src system boot loader file_systems tarfs : 0 : local ; ############################################################################ Revision: hrev43638 Commit: 17e82349a7dd58e6b09773ce081f7099d5615969 URL: http://cgit.haiku-os.org/haiku/commit/?id=17e8234 Author: Michael Lotz <mmlr@xxxxxxxx> Date: Sat Jan 7 02:47:46 2012 UTC Remove coreutils and tcpdump from the DEBUG blacklist. The DEBUG build for these has been fixed in hrev43636 and hrev43637 respectively. ---------------------------------------------------------------------------- diff --git a/build/jam/BuildSetup b/build/jam/BuildSetup index 17d7bb9..c46977e 100644 --- a/build/jam/BuildSetup +++ b/build/jam/BuildSetup @@ -1380,8 +1380,6 @@ SetConfigVar DEBUG : HAIKU_TOP src add-ons kernel file_systems ntfs libntfs : 0 SetConfigVar DEBUG : HAIKU_TOP src add-ons kernel file_systems udf : 0 : local ; SetConfigVar DEBUG : HAIKU_TOP src add-ons media media-add-ons dvb : 0 : local ; SetConfigVar DEBUG : HAIKU_TOP src add-ons print drivers gutenprint : 0 : local ; -SetConfigVar DEBUG : HAIKU_TOP src bin coreutils src : 0 : local ; # fails with gcc2 only -SetConfigVar DEBUG : HAIKU_TOP src bin network tcpdump : 0 : local ; SetConfigVar DEBUG : HAIKU_TOP src servers input : 0 : local ; SetConfigVar DEBUG : HAIKU_TOP src servers media_addon : 0 : local ; SetConfigVar DEBUG : HAIKU_TOP src system boot loader file_systems bfs : 0 : local ;