From 17e82349a7dd58e6b09773ce081f7099d5615969 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Sat, 7 Jan 2012 03:47:46 +0100 Subject: [PATCH] Remove coreutils and tcpdump from the DEBUG blacklist. The DEBUG build for these has been fixed in hrev43636 and hrev43637 respectively. --- build/jam/BuildSetup | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/jam/BuildSetup b/build/jam/BuildSetup index 17d7bb945c..c46977e685 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 ;