On Mon, 31 Jan 2000, you wrote:
> On Sun, 30 Jan 2000, John Polstra wrote:
>
> > > > It's source-dir is called "xinstall" btw.
> > > Why is the source called "xinstall"?
> >
> > To avoid colliding with the standard make target "install". If we
> > had utilities named "all", "depend", and "clean" we'd have to do the
> > same thing for them.
>
> Mhmmm... Isn't this something that .PHONY target is supposed to handle?
How does that help? The problem is namespace pollution.
Consider
cd /usr/src/usr.bin
make install
Does this mean
cd /usr/src/usr.bin/install
make all
or
.for d in ${SUBDIRS}
(cd /usr/src/usr.bin/${d}; make install)
.endfor
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message