In pgrminclude, add code to skip includes with a marker comment.
This commit is contained in:
parent
4399e81749
commit
6f9afc351b
@ -22,6 +22,7 @@ do
|
||||
|
||||
# loop through all includes
|
||||
cat "$FILE" | grep "^#include" |
|
||||
grep -v '/\* *pgrminclude *ignore *\*/' |
|
||||
sed 's/^#include[ ]*[<"]\([^>"]*\).*$/\1/g' |
|
||||
while read INCLUDE
|
||||
do
|
||||
|
Loading…
x
Reference in New Issue
Block a user