From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/lvm2
Date: Thu, 21 Dec 2006 03:57:36 -0800 (PST) [thread overview]
Message-ID: <20061221115736.8460B4858B@busybox.net> (raw)
Author: aldot
Date: 2006-12-21 03:57:35 -0800 (Thu, 21 Dec 2006)
New Revision: 17026
Log:
- use DESTDIR for install. Thanks to Stuart Longland. Closes #926
Modified:
trunk/buildroot/package/lvm2/lvm2.mk
Changeset:
Modified: trunk/buildroot/package/lvm2/lvm2.mk
===================================================================
--- trunk/buildroot/package/lvm2/lvm2.mk 2006-12-21 10:36:40 UTC (rev 17025)
+++ trunk/buildroot/package/lvm2/lvm2.mk 2006-12-21 11:57:35 UTC (rev 17026)
@@ -56,7 +56,7 @@
$(LVM2_TARGET_SBINS): $(LVM2_DIR)/.configured
$(MAKE) CC=$(TARGET_CC) -C $(LVM2_DIR) DESTDIR=$(STAGING_DIR)
- $(MAKE) CC=$(TARGET_CC) -C $(LVM2_DIR) install prefix=$(STAGING_DIR) exec_prefix=$(STAGING_DIR)
+ $(MAKE) CC=$(TARGET_CC) -C $(LVM2_DIR) DESTDIR=$(STAGING_DIR) install
for binary in $(LVM2_SBIN); do echo $$binary; cp -a $(STAGING_DIR)/sbin/$$binary $(TARGET_DIR)/sbin; done
lvm2: uclibc dm $(LVM2_TARGET_SBINS)
next reply other threads:[~2006-12-21 11:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-21 11:57 aldot at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-08-12 23:38 [Buildroot] svn commit: trunk/buildroot/package/lvm2 ulf at uclibc.org
2007-10-30 21:58 ulf at uclibc.org
2009-01-01 14:00 nkukard at uclibc.org
2009-01-01 19:30 nkukard at uclibc.org
2009-01-04 6:02 nkukard at uclibc.org
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=20061221115736.8460B4858B@busybox.net \
--to=aldot@uclibc.org \
--cc=buildroot@busybox.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox