1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:44:58 +00:00

Meta: Remove references to Userland/Libraries/LibELF/exec_elf.h

This commit is contained in:
Brendan Coles 2021-04-19 00:09:31 +00:00 committed by Andreas Kling
parent df916c9738
commit 3c4dc5cb11
4 changed files with 2 additions and 6 deletions

View file

@ -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 \