From 8fde8966104c3e1d4644ed9d4aa0235abe75967f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 27 Oct 2020 14:00:38 -0400 Subject: [PATCH] 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 --- src/template/netbsd | 1 - 1 file changed, 1 deletion(-) diff --git a/src/template/netbsd b/src/template/netbsd index d97f995c74..aaa560cd92 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"