Skip to content
Snippets Groups Projects
Commit 6f9afc35 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

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

parent 4399e817
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment