-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from Martyrshot/upgrade-v9.19.17
Upgrade v9.19.17
- Loading branch information
Showing
4,644 changed files
with
208,681 additions
and
204,356 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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 |
---|---|---|
|
@@ -49,6 +49,10 @@ | |
(expand-file-name | ||
(concat directory-of-current-dir-locals-file "lib/bind9/include")) | ||
|
||
;; libtest | ||
(expand-file-name | ||
(concat directory-of-current-dir-locals-file "tests/include")) | ||
|
||
;; bin | ||
(expand-file-name | ||
(concat directory-of-current-dir-locals-file "bin/check")) | ||
|
@@ -57,7 +61,7 @@ | |
(expand-file-name | ||
(concat directory-of-current-dir-locals-file "bin/confgen")) | ||
(expand-file-name | ||
(concat directory-of-current-dir-locals-file "bin/confgen/include")) | ||
(concat directory-of-current-dir-locals-file "bin/confgen/include")) | ||
(expand-file-name | ||
(concat directory-of-current-dir-locals-file "bin/dig/include")) | ||
(expand-file-name | ||
|
@@ -73,6 +77,9 @@ | |
(expand-file-name | ||
(concat directory-of-current-dir-locals-file "bin/rndc/include")) | ||
|
||
(expand-file-name "/usr/include/libxml2") | ||
(expand-file-name "/usr/include/json-c") | ||
|
||
(expand-file-name "/usr/local/opt/[email protected]/include") | ||
(expand-file-name "/usr/local/opt/libxml2/include/libxml2") | ||
(expand-file-name "/usr/local/opt/json-c/include/json-c/") | ||
|
@@ -103,8 +110,9 @@ | |
"--enable=all" | ||
"--suppress=missingIncludeSystem" | ||
"--suppress=nullPointerRedundantCheck" | ||
(concat "--suppressions-list=" (expand-file-name | ||
(concat directory-of-current-dir-locals-file "util/suppressions.txt"))) | ||
"--suppress=preprocessorErrorDirective" | ||
"--suppress=unknownMacro" | ||
"--suppress=unmatchedSuppression" | ||
(concat "-include=" (expand-file-name | ||
(concat directory-of-current-dir-locals-file "config.h"))) | ||
) | ||
|
Oops, something went wrong.