diff options
author | Bruce Momjian | 2020-10-27 18:00:38 +0000 |
---|---|---|
committer | Bruce Momjian | 2020-10-27 18:00:50 +0000 |
commit | 8e5d1aef8eed26977739b662cddcea2de5efe834 (patch) | |
tree | 38a275566fe57eee7ac58607743ec860208ffe88 | |
parent | 403a3d91c841beabf3efd7bffddb47a2bce4481f (diff) |
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/[email protected]
Backpatch-through: 9.5
-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 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" |