Cc: Sam Ravnborg <sam@...>, Indan Zupancic <indan@...>, <linux-tiny@...>, Michael Opdenacker <michael@...>, CE Linux Developers List <celinux-dev@...>, linux kernel <linux-kernel@...>
On Monday 24 September 2007 1:13:07 pm Adrian Bunk wrote:
The way I've been building various packages out-of-tree (including the Linux
kernel) is:
cp -sR /path/to/actual/source/tree newdir
cd newdir
configure
make
install
cd ..
rm -rf newdir
The cp -sR creates a new tree of symlinks to the original source, and
everything I've tried so far happily builds in such a directory.
(Yes, this breaks on cygwin. Ask me if I care.)
Rob
--
"One of my most productive days was throwing away 1000 lines of code."
- Ken Thompson.
-