From: Bruce Momjian Date: Tue, 27 Oct 2020 18:00:38 +0000 (-0400) Subject: Makefile comment: remove reference to tools/thread/thread_test X-Git-Tag: REL9_6_20~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00e4788f206452168a1b9505c22956074722e930;p=thirdparty%2Fpostgresql.git 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 --- 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"