Date: Wed, 25 Oct 1995 05:59:22 -0700 From: asami@cs.berkeley.edu (Satoshi Asami) To: current@freebsd.org Cc: jfieber@freebsd.org Subject: bsd.doc.mk and ${PRINTER} Message-ID: <199510251259.FAA06888@silvia.HIP.Berkeley.EDU>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510251259.FAA06888>