Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/httpd avoid warnings from the previous when using ob...



details:   https://anonhg.NetBSD.org/src/rev/c6f3b46df1fc
branches:  trunk
changeset: 959896:c6f3b46df1fc
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Feb 28 04:18:46 2021 +0000

description:
avoid warnings from the previous when using objdirs.

diffstat:

 libexec/httpd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 25cedd79f160 -r c6f3b46df1fc libexec/httpd/Makefile
--- a/libexec/httpd/Makefile    Sun Feb 28 03:59:28 2021 +0000
+++ b/libexec/httpd/Makefile    Sun Feb 28 04:18:46 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.30 2021/02/28 02:39:15 mrg Exp $
+#      $NetBSD: Makefile,v 1.31 2021/02/28 04:18:46 mrg Exp $
 #
 #      $eterna: Makefile,v 1.30 2010/07/11 00:34:27 mrg Exp $
 #
@@ -84,7 +84,7 @@
 .if empty(BOZOVER)
 BOZOVER!=      sed -n \
                    -e s/\"$$// -e \
-                   's/\#define[        ]*SERVER_SOFTWARE[      ]*\"bozohttpd\///p'  bozohttpd.c
+                   's/\#define[        ]*SERVER_SOFTWARE[      ]*\"bozohttpd\///p'  ${.PARSEDIR}/bozohttpd.c
 .endif
 
 # Create a distfile: uses /tmp



Home | Main Index | Thread Index | Old Index