Makefile comment: remove reference to tools/thread/thread_test
authorBruce Momjian <bruce@momjian.us>
Tue, 27 Oct 2020 18:00:38 +0000 (14:00 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 27 Oct 2020 18:00:50 +0000 (14:00 -0400)
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

src/template/netbsd

index d97f995c748dab2234406ec6a4d2b5ae2d1daca5..aaa560cd92c93cfd3de88f0c9e4bf19d7f8a34b3 100644 (file)
@@ -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"