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

CUpdate README to suggest 'gmake distclean'. Add library typedefs.

parent 2a754d70
......@@ -9,7 +9,10 @@ running this on the pgsql/bin and pgsql/lib directories:
and update the list in pgindent. This requires the binaries have
_debug_ symbols.
2) From the top directory, run:
2) Run 'gmake distclean' from the top of the source tree to remove any
derived C files.
3) From the top directory, run:
find . -name '*.[ch]' -type f -print |
egrep -v '/s_lock.h|/ecpg/test/expected/|/snowball/libstemmer/' |
......
This diff is collapsed.
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