From: "Ante Karamatić" <ivoks@ubuntu.com>
To: drbd-user@lists.linbit.com, drbd-dev@lists.linbit.com
Subject: Re: [Drbd-dev] [DRBD-user] drbd-8.3.7rc2.tar.gz
Date: Fri, 08 Jan 2010 23:56:36 +0100 [thread overview]
Message-ID: <4B47B824.4040701@ubuntu.com> (raw)
In-Reply-To: <201001071350.25981.philipp.reisner@linbit.com>
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
prev parent reply other threads:[~2010-01-08 22:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-07 12:50 [DRBD-announce] drbd-8.3.7rc2.tar.gz Philipp Reisner
2010-01-08 22:56 ` Ante Karamatić [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B47B824.4040701@ubuntu.com \
--to=ivoks@ubuntu.com \
--cc=drbd-dev@lists.linbit.com \
--cc=drbd-user@lists.linbit.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.