From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot: package/busybox target/device/x86/i386
Date: Wed, 13 Dec 2006 14:51:38 -0800 (PST) [thread overview]
Message-ID: <20061213225138.037A248567@busybox.net> (raw)
Author: aldot
Date: 2006-12-13 14:51:37 -0800 (Wed, 13 Dec 2006)
New Revision: 16907
Log:
- make sure to agree on the installation CONFIG_PREFIX
Modified:
trunk/buildroot/package/busybox/busybox.mk
trunk/buildroot/target/device/x86/i386/busybox.config
Changeset:
Modified: trunk/buildroot/package/busybox/busybox.mk
===================================================================
--- trunk/buildroot/package/busybox/busybox.mk 2006-12-13 20:26:27 UTC (rev 16906)
+++ trunk/buildroot/package/busybox/busybox.mk 2006-12-13 22:51:37 UTC (rev 16907)
@@ -71,6 +71,8 @@
$(BUSYBOX_DIR)/.config ;
endif
ifeq ($(strip $(BR2_PACKAGE_BUSYBOX_SNAPSHOT)),y)
+ $(SED) s,^CONFIG_PREFIX=.*,CONFIG_PREFIX=\"$(TARGET_DIR)\", \
+ $(BUSYBOX_DIR)/.config ;
$(SED) s,^CROSS_COMPILER_PREFIX=.*,CROSS_COMPILER_PREFIX=\"$(TARGET_CROSS)\", \
$(BUSYBOX_DIR)/.config ;
$(SED) s,^PREFIX=.*,CROSS_COMPILER_PREFIX=\"$(TARGET_CROSS)\", \
Modified: trunk/buildroot/target/device/x86/i386/busybox.config
===================================================================
--- trunk/buildroot/target/device/x86/i386/busybox.config 2006-12-13 20:26:27 UTC (rev 16906)
+++ trunk/buildroot/target/device/x86/i386/busybox.config 2006-12-13 22:51:37 UTC (rev 16907)
@@ -57,7 +57,7 @@
CONFIG_INSTALL_APPLET_SYMLINKS=y
# CONFIG_INSTALL_APPLET_HARDLINKS is not set
# CONFIG_INSTALL_APPLET_DONT is not set
-PREFIX="./_install"
+CONFIG_PREFIX="./_install"
#
# Busybox Library Tuning
next reply other threads:[~2006-12-13 22:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-13 22:51 aldot at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-12-13 9:14 [Buildroot] svn commit: trunk/buildroot: package/busybox target/device/x86/i386 andersen 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=20061213225138.037A248567@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