mirror of
https://github.com/postgres/postgres.git
synced 2025-08-19 23:22:23 +03:00
Remove cvs keywords from all files.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$PostgreSQL: pgsql/src/tools/pginclude/README,v 1.10 2008/03/21 13:23:29 momjian Exp $
|
||||
src/tools/pginclude/README
|
||||
|
||||
pginclude
|
||||
=========
|
||||
|
@@ -17,7 +17,7 @@
|
||||
# them. We try to process all .c files, even those not intended for the
|
||||
# current platform, so there will be some phony failures.
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/tools/pginclude/pgcheckdefines,v 1.1 2006/07/15 03:27:42 tgl Exp $
|
||||
# src/tools/pginclude/pgcheckdefines
|
||||
#
|
||||
|
||||
use Cwd;
|
||||
|
@@ -1,7 +1,7 @@
|
||||
:
|
||||
# report which #include files can not compile on their own
|
||||
# takes -v option to display compile failure message and line numbers
|
||||
# $PostgreSQL: pgsql/src/tools/pginclude/pgcompinclude,v 1.8 2006/07/14 01:05:13 momjian Exp $
|
||||
# src/tools/pginclude/pgcompinclude
|
||||
|
||||
trap "rm -f /tmp/$$.c /tmp/$$.o /tmp/$$ /tmp/$$a" 0 1 2 3 15
|
||||
find . \( -name CVS -a -prune \) -o -name '*.h' -type f -print | while read FILE
|
||||
|
@@ -1,7 +1,7 @@
|
||||
:
|
||||
# create macro calls for all defines in the file
|
||||
|
||||
# $PostgreSQL: pgsql/src/tools/pginclude/pgdefine,v 1.4 2006/07/13 16:39:20 momjian Exp $
|
||||
# src/tools/pginclude/pgdefine
|
||||
|
||||
trap "rm -f /tmp/$$" 0 1 2 3 15
|
||||
for FILE
|
||||
|
@@ -1,6 +1,6 @@
|
||||
:
|
||||
# change #include's to <> or ""
|
||||
# $PostgreSQL: pgsql/src/tools/pginclude/pgfixinclude,v 1.6 2006/07/10 16:07:24 momjian Exp $
|
||||
# src/tools/pginclude/pgfixinclude
|
||||
|
||||
trap "rm -f /tmp/$$.c /tmp/$$.o /tmp/$$ /tmp/$$a /tmp/$$b" 0 1 2 3 15
|
||||
find . \( -name CVS -a -prune \) -o -type f -name '*.[chyls]' -print |
|
||||
|
@@ -1,7 +1,7 @@
|
||||
:
|
||||
# remove extra #include's
|
||||
|
||||
# $PostgreSQL: pgsql/src/tools/pginclude/pgrminclude,v 1.16 2006/07/14 01:05:14 momjian Exp $
|
||||
# src/tools/pginclude/pgrminclude
|
||||
|
||||
trap "rm -f /tmp/$$.c /tmp/$$.o /tmp/$$ /tmp/$$a /tmp/$$b" 0 1 2 3 15
|
||||
find . \( -name CVS -a -prune \) -o -type f -name '*.[ch]' -print |
|
||||
|
Reference in New Issue
Block a user