forked from samba-team/samba
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wafsamba: Remove clangdb code which doesn't work
This generates an incomplete database where defines and includes are missing. Pair-Programmed-With: Andreas Schneider <[email protected]> Signed-off-by: Andreas Schneider <[email protected]> Signed-off-by: Stefan Metzmacher <[email protected]>
- Loading branch information
1 parent
82a2158
commit 85dbc02
Showing
5 changed files
with
5 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
from waflib import Logs | ||
|
||
if bld.__class__.__name__ != "ClangDbContext": | ||
Logs.info("\tSelected embedded Heimdal build") | ||
Logs.info("\tSelected embedded Heimdal build") | ||
bld.RECURSE('third_party/heimdal_build') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
from waflib import Logs | ||
|
||
if bld.__class__.__name__ != "ClangDbContext": | ||
Logs.info("\tSelected system Heimdal build") | ||
Logs.info("\tSelected system Heimdal build") | ||
bld.RECURSE('third_party/heimdal_build') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
from waflib import Logs | ||
|
||
if bld.__class__.__name__ != "ClangDbContext": | ||
Logs.info("\tSelected system MIT krb5 libraries, Heimdal use is disabled") | ||
Logs.info("\tSelected system MIT krb5 libraries, Heimdal use is disabled") |