Distributed Replicated Block Device (DRBD) development
 help / color / mirror / Atom feed
* Re: [Drbd-dev] [DRBD-user] drbd-8.3.7rc2.tar.gz
       [not found] <201001071350.25981.philipp.reisner@linbit.com>
@ 2010-01-08 22:56 ` Ante Karamatić
  0 siblings, 0 replies; only message in thread
From: Ante Karamatić @ 2010-01-08 22:56 UTC (permalink / raw)
  To: drbd-user, drbd-dev

On 07.01.2010 13:50, Philipp Reisner wrote:

> The second release candidate of 8.3.7 is intended to be the least RC.

Am I missing something in the build process? By default, when 
configured, prefix is /usr/local. Yet, files get installed even in 
/sbin/. Example:

./configure --prefix=/tmp/DRBD
make
make install

and the problem:

make[1]: Entering directory `/tmp/drbd-8.3.7rc2/user'
install -d //sbin/

in user/Makefile.in, there's:

install -d $(DESTDIR)/sbin/

while DESTDIR is defined as:

DESTDIR ?= /

So, prefix is ignored and DESTDIR can be overridden by:

DESTDIR=/tmp/DRBD make install

that creates /tmp/DRBD with arch dependent files and /tmp/DRBD/tmp/DRBD 
with arch independent files.

Take care

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-08 22:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <201001071350.25981.philipp.reisner@linbit.com>
2010-01-08 22:56 ` [Drbd-dev] [DRBD-user] drbd-8.3.7rc2.tar.gz Ante Karamatić

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox