Date: Wed, 20 Feb 2002 08:30:03 -0800 (PST) From: "Crist J. Clark" <cjc@freebsd.org> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/11114: make(1) does not work as documented with .POSIX: target Message-ID: <200202201630.g1KGU3I89005@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/11114; it has been noted by GNATS.
From: "Crist J. Clark" <cjc@freebsd.org>
To: Jens Schweikhardt <schweikh@schweikhardt.net>
Cc: bug-followup@freebsd.org
Subject: Re: bin/11114: make(1) does not work as documented with .POSIX: target
Date: Wed, 20 Feb 2002 08:23:16 -0800
The issue here is that the .POSIX target will not have its effect
until the makefile containing it is read. /usr/share/mk/sys.mk is the
first file read. make(1) doesn't know about anything that you have set
in your makefile yet.
I have no idea if that is a bug or feature. What do the standards say
(if anything)?
--
Crist J. Clark | cjclark@alum.mit.edu
| cjclark@jhu.edu
http://people.freebsd.org/~cjc/ | cjc@freebsd.org
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202201630.g1KGU3I89005>
