From: andersen@uclibc.org <andersen@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot: toolchain/uClibc
Date: Tue Jul 18 16:43:59 2006 [thread overview]
Message-ID: <20060718234358.E860C48B55@busybox.net> (raw)
Author: andersen
Date: 2006-07-18 16:43:58 -0700 (Tue, 18 Jul 2006)
New Revision: 15722
Log:
configuring uClibc depends on first having kernel headers in place
Modified:
trunk/buildroot/Makefile
trunk/buildroot/toolchain/uClibc/uclibc.mk
Changeset:
Modified: trunk/buildroot/Makefile
===================================================================
--- trunk/buildroot/Makefile 2006-07-18 23:42:03 UTC (rev 15721)
+++ trunk/buildroot/Makefile 2006-07-18 23:43:58 UTC (rev 15722)
@@ -43,7 +43,7 @@
# along with the packages to build for the target.
#
##############################################################
-TARGETS:=kernel-headers uclibc-configured binutils gcc uclibc-target-utils
+TARGETS:=uclibc-configured binutils gcc uclibc-target-utils
include toolchain/Makefile.in
include package/Makefile.in
Modified: trunk/buildroot/toolchain/uClibc/uclibc.mk
===================================================================
--- trunk/buildroot/toolchain/uClibc/uclibc.mk 2006-07-18 23:42:03 UTC (rev 15721)
+++ trunk/buildroot/toolchain/uClibc/uclibc.mk 2006-07-18 23:43:58 UTC (rev 15722)
@@ -68,7 +68,7 @@
touch $(UCLIBC_DIR)/.unpacked
uclibc-configured: $(UCLIBC_DIR)/.configured
-$(UCLIBC_DIR)/.configured: dependencies $(UCLIBC_DIR)/.unpacked
+$(UCLIBC_DIR)/.configured: dependencies kernel-headers $(UCLIBC_DIR)/.unpacked
cp $(UCLIBC_CONFIG_FILE) $(UCLIBC_DIR)/.config
$(SED) 's,^CROSS_COMPILER_PREFIX=.*,CROSS_COMPILER_PREFIX="$(TARGET_CROSS)",g' \
-e 's,# TARGET_$(UCLIBC_TARGET_ARCH) is not set,TARGET_$(UCLIBC_TARGET_ARCH)=y,g' \
next reply other threads:[~2006-07-18 16:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-18 16:43 andersen [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-07-27 15:10 [Buildroot] svn commit: trunk/buildroot: toolchain/uClibc aldot at uclibc.org
2007-08-13 20:22 ulf at uclibc.org
2007-09-17 12:49 ulf 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=20060718234358.E860C48B55@busybox.net \
--to=andersen@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