diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-10-27 14:00:38 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-10-27 14:00:48 -0400 |
commit | 197014baa4128f4c35a9eca98f55b9655f3bd346 (patch) | |
tree | 65d871d087b10c4fb880bd4eb9f03e5a3bd11926 /src | |
parent | 9f829aeb3636830f60aeb8ef4f7872e5a5c9044a (diff) | |
download | postgresql-197014baa4128f4c35a9eca98f55b9655f3bd346.tar.gz postgresql-197014baa4128f4c35a9eca98f55b9655f3bd346.zip |
Makefile comment: remove reference to tools/thread/thread_test
You can't compile thread_test alone anymore, and the location moved too.
Reported-by: Tom Lane
Discussion: https://postgr.es/m/1062278.1603819969@sss.pgh.pa.us
Backpatch-through: 9.5
Diffstat (limited to 'src')
-rw-r--r-- | src/template/netbsd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/template/netbsd b/src/template/netbsd index d97f995c748..aaa560cd92c 100644 --- a/src/template/netbsd +++ b/src/template/netbsd @@ -1,5 +1,4 @@ # src/template/netbsd -# tools/thread/thread_test must be run # Extra CFLAGS for code that will go into a shared library CFLAGS_SL="-fPIC -DPIC" |