Date: Thu, 16 Nov 1995 10:56:50 +0100 From: Wolfram Schneider <wosch@cs.tu-berlin.de> To: asami@cs.berkeley.edu (Satoshi Asami) Cc: current@freebsd.org Subject: Re: absolute pathnames in /usr/share/mk/bsd.*.mk Message-ID: <199511160956.KAA08085@caramba.cs.tu-berlin.de> In-Reply-To: <199511160208.SAA01076@silvia.HIP.Berkeley.EDU> References: <199510251635.RAA19353@localhost> <199511160208.SAA01076@silvia.HIP.Berkeley.EDU>
next in thread | previous in thread | raw e-mail | index | archive | help
Satoshi Asami writes: >This is intentional, at least for bsd.port.mk. We have gotten lots of >reports of bsd.port.mk failing because the user didn't have /usr/sbin >or /sbin in the search path. > >I'm sorry it doesn't work for you, but we have to take care of the >majority first.... ;< $ egrep /bin/ *.mk |wc -l 73 $ egrep /sbin/ *.mk |wc -l 6 $ egrep /sbin/ *.mk bsd.kmod.mk: /sbin/modload -o ${KMOD} -e${KMOD} ${PROG} bsd.kmod.mk: /sbin/modunload -n ${KMOD} bsd.port.mk:MD5?= /sbin/md5 bsd.port.mk:MTREE_CMD?= /usr/sbin/mtree bsd.port.mk:PKG_CMD?= /usr/sbin/pkg_create bsd.port.mk: if /sbin/ldconfig -r | grep -q -e "-l$$lib"; then \ Wolfram
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511160956.KAA08085>