Commit 6f9afc35 authored by Bruce Momjian's avatar Bruce Momjian

In pgrminclude, add code to skip includes with a marker comment.

parent 4399e817
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment