mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
In pgrminclude, add code to skip includes with a marker comment.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user