Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Sep 2006 00:38:31 +0200
From:      Matthieu Michaud <matthieu.michaud@epita.info>
To:        questions@freebsd.org
Cc:        michael.cadilhac@gmail.com
Subject:   make behavior with obj directory
Message-ID:  <1159137511.81627.5.camel@moe.cload.net>

next in thread | raw e-mail | index | archive | help
i was noticed this behavior using make on freebsd and netbsd :

ohmer@moe$ cat Makefile
all:
        pwd
ohmer@moe$ make
pwd
/usr/home/ohmer
ohmer@moe$ mkdir obj
ohmer@moe$ 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 <matthieu.michaud@epita.info>
EPITA SRS 2007 - Adaptive Hacking




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1159137511.81627.5.camel>