From owner-freebsd-current Wed Oct 25 05:59:30 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA12600 for current-outgoing; Wed, 25 Oct 1995 05:59:30 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id FAA12593 ; Wed, 25 Oct 1995 05:59:24 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.12/8.6.9) id FAA06888; Wed, 25 Oct 1995 05:59:22 -0700 Date: Wed, 25 Oct 1995 05:59:22 -0700 Message-Id: <199510251259.FAA06888@silvia.HIP.Berkeley.EDU> To: current@freebsd.org CC: jfieber@freebsd.org Subject: bsd.doc.mk and ${PRINTER} From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-current@freebsd.org Precedence: bulk I finally figured out the make world failure that only I was seeing. It turned out that the new bsd.doc.mk picked up the environment variable PRINTER and tried to format the documents according to it. Now, sorry if this has been discussed before, but PRINTER is a standard environment variable used on BSD systems (it's called LPDEST on SysV) to denote the default printer name. For instance, the "lpr" command shipped with FreeBSD reads it. Of course, if the user has this set to "myprinter" or something, lpr will work but make world will fail. Comments? Will it be a huge headache to change this? Satoshi