mirror of
https://github.com/RGBCube/serenity
synced 2025-05-29 11:25:07 +00:00
Meta: Remove references to Userland/Libraries/LibELF/exec_elf.h
This commit is contained in:
parent
df916c9738
commit
3c4dc5cb11
4 changed files with 2 additions and 6 deletions
|
@ -26,7 +26,6 @@ done < <(
|
||||||
'*.h' \
|
'*.h' \
|
||||||
'*.in' \
|
'*.in' \
|
||||||
':!:Kernel/FileSystem/ext2_fs.h' \
|
':!:Kernel/FileSystem/ext2_fs.h' \
|
||||||
':!:Userland/Libraries/LibELF/exec_elf.h' \
|
|
||||||
| xargs grep -P '(_DEBUG|DEBUG_)' \
|
| xargs grep -P '(_DEBUG|DEBUG_)' \
|
||||||
| sed -re 's,^.*[^a-zA-Z0-9_]([a-zA-Z0-9_]*DEBUG[a-zA-Z0-9_]*).*$,\1,' \
|
| sed -re 's,^.*[^a-zA-Z0-9_]([a-zA-Z0-9_]*DEBUG[a-zA-Z0-9_]*).*$,\1,' \
|
||||||
| sort \
|
| sort \
|
||||||
|
|
|
@ -22,8 +22,7 @@ def run():
|
||||||
"CMake*.txt",
|
"CMake*.txt",
|
||||||
"**/CMake*.txt",
|
"**/CMake*.txt",
|
||||||
":!:AK/Tests/*.json",
|
":!:AK/Tests/*.json",
|
||||||
":!:Kernel/FileSystem/ext2_fs.h",
|
":!:Kernel/FileSystem/ext2_fs.h"
|
||||||
":!:Userland/Libraries/LibELF/exec_elf.h"
|
|
||||||
],
|
],
|
||||||
check=True,
|
check=True,
|
||||||
capture_output=True
|
capture_output=True
|
||||||
|
|
|
@ -41,7 +41,6 @@ done < <(git ls-files -- \
|
||||||
'*.h' \
|
'*.h' \
|
||||||
':!:Base' \
|
':!:Base' \
|
||||||
':!:Kernel/FileSystem/ext2_fs.h' \
|
':!:Kernel/FileSystem/ext2_fs.h' \
|
||||||
':!:Userland/Libraries/LibELF/exec_elf.h' \
|
|
||||||
)
|
)
|
||||||
|
|
||||||
exit_status=0
|
exit_status=0
|
||||||
|
|
|
@ -12,8 +12,7 @@ if [ "$#" -eq "1" ]; then
|
||||||
'*.h' \
|
'*.h' \
|
||||||
':!:Base' \
|
':!:Base' \
|
||||||
':!:Kernel/FileSystem/ext2_fs.h' \
|
':!:Kernel/FileSystem/ext2_fs.h' \
|
||||||
':!:Userland/Libraries/LibC/syslog.h' \
|
':!:Userland/Libraries/LibC/syslog.h'
|
||||||
':!:Userland/Libraries/LibELF/exec_elf.h'
|
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
files=()
|
files=()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue