File tree 1 file changed +4
-2
lines changed 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
:
2
2
# remove extra #include's
3
3
4
- # $PostgreSQL: pgsql/src/tools/pginclude/pgrminclude,v 1.6 2006/07/11 19:25:41 momjian Exp $
4
+ # $PostgreSQL: pgsql/src/tools/pginclude/pgrminclude,v 1.7 2006/07/11 19:30:05 momjian Exp $
5
5
6
6
trap "rm -f /tmp/$$.c /tmp/$$.o /tmp/$$ /tmp/$$a /tmp/$$b" 0 1 2 3 15
7
7
find . \( -name CVS -a -prune \) -o -type f -name '*.[ch]' -print |
55
55
fi
56
56
echo "}" >>/tmp/$$.c
57
57
58
- cc -fsyntax-only -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -I/pg/include -I/pg/backend -c /tmp/$$.c -o /tmp/$$.o >/tmp/$$ 2>&1
58
+ cc -fsyntax-only -Werror -Wall -Wmissing-prototypes \
59
+ -Wmissing-declarations -I/pg/include -I/pg/backend \
60
+ -c /tmp/$$.c -o /tmp/$$.o >/tmp/$$ 2>&1
59
61
if [ "$?" -eq 0 ]
60
62
then echo "$FILE $INCLUDE"
61
63
if [ "$IS_INCLUDE" = "N" ]
You can’t perform that action at this time.
0 commit comments