Skip to content

Commit

Permalink
Meta: Remove references to Userland/Libraries/LibELF/exec_elf.h
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoles authored and awesomekling committed Apr 19, 2021
1 parent df916c9 commit 3c4dc5c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion Meta/check-debug-flags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ done < <(
'*.h' \
'*.in' \
':!:Kernel/FileSystem/ext2_fs.h' \
':!:Userland/Libraries/LibELF/exec_elf.h' \
| xargs grep -P '(_DEBUG|DEBUG_)' \
| sed -re 's,^.*[^a-zA-Z0-9_]([a-zA-Z0-9_]*DEBUG[a-zA-Z0-9_]*).*$,\1,' \
| sort \
Expand Down
3 changes: 1 addition & 2 deletions Meta/check-newlines-at-eof.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ def run():
"CMake*.txt",
"**/CMake*.txt",
":!:AK/Tests/*.json",
":!:Kernel/FileSystem/ext2_fs.h",
":!:Userland/Libraries/LibELF/exec_elf.h"
":!:Kernel/FileSystem/ext2_fs.h"
],
check=True,
capture_output=True
Expand Down
1 change: 0 additions & 1 deletion Meta/check-style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ done < <(git ls-files -- \
'*.h' \
':!:Base' \
':!:Kernel/FileSystem/ext2_fs.h' \
':!:Userland/Libraries/LibELF/exec_elf.h' \
)

exit_status=0
Expand Down
3 changes: 1 addition & 2 deletions Meta/lint-clang-format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ if [ "$#" -eq "1" ]; then
'*.h' \
':!:Base' \
':!:Kernel/FileSystem/ext2_fs.h' \
':!:Userland/Libraries/LibC/syslog.h' \
':!:Userland/Libraries/LibELF/exec_elf.h'
':!:Userland/Libraries/LibC/syslog.h'
)
else
files=()
Expand Down

0 comments on commit 3c4dc5c

Please sign in to comment.