Re: Bluez build problem
"Mumia W.." <[email protected]> Mon, 16 Jun 2008 17:41:41 -0500
| Newsgroups | gmane.linux.bluez.user |
|---|---|
| Message-ID | <[email protected]> |
On 06/16/2008 07:05 AM, Voni Hakau wrote: > On Fri, Jun 13, 2008 at 6:25 PM, Mumia W.. > <[email protected]> wrote: >> [...] >> make --prefix=/usr >> >> When you "install" the package, you'll use this command: >> >> make install DESTDIR=/tmp/buildplace >> [...] > > Wow this is an amazing idea !! Thank you so much !! > > I didn't know I can give --prefix to make. Or did you mean to ./configure ? > > and I didn't know there is DESTDIR for make install. great great tip !!! > > So I can just do make install DESTDIR with the prefix of my platform > root filesystem, > right ? I don't have to do the package, right ? > > Thank you so much for this!! it's a really great idea.. > > Voni > You're welcome Voni. Yes, I meant "./configure --prefix=/usr" But DESTDIR is used during "make install," and as you figured, you can use the platform's prefix. Note that some programs don't use the DESTDIR variable, but almost all do. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php