i was noticed this behavior using make on freebsd and netbsd :

[EMAIL PROTECTED] cat Makefile
all:
        pwd
[EMAIL PROTECTED] make
pwd
/usr/home/ohmer
[EMAIL PROTECTED] mkdir obj
[EMAIL PROTECTED] make
pwd
/usr/home/ohmer/obj

it seems a hard coded make behavior so it rather looks like a feature
than a bug. why is that ?

-- 
Matthieu Michaud <[EMAIL PROTECTED]>
EPITA SRS 2007 - Adaptive Hacking

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to