Date: Wed, 20 Sep 2000 22:23:30 +0200 (CEST) From: Christian Weisgerber <naddy@mips.inka.de> To: FreeBSD-gnats-submit@freebsd.org Subject: docs/21430: doc/Makefile ignores SUPHOST Message-ID: <200009202023.e8KKNUH55755@ganerc.mips.inka.de>
next in thread | raw e-mail | index | archive | help
>Number: 21430 >Category: docs >Synopsis: doc/Makefile ignores SUPHOST >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 20 13:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: >Description: doc/Makefile is out of sync with the current conventions in ports/Makefile, src/Makefile, and src/etc/defaults/make.conf. Rather than specifying "-h host" in SUPFLAGS, there's now a SUPHOST variable. >How-To-Repeat: >Fix: --- doc/Makefile.orig Wed Sep 20 22:13:43 2000 +++ doc/Makefile Wed Sep 20 22:16:25 2000 @@ -17,6 +17,9 @@ DOC_PREFIX?= ${.CURDIR} +.if defined(SUPHOST) +SUPFLAGS+= -h ${SUPHOST} +.endif update: .if defined(SUP_UPDATE) .if !defined(DOCSUPFILE) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009202023.e8KKNUH55755>