From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/fbv
Date: Wed, 1 Aug 2007 01:37:15 -0700 (PDT) [thread overview]
Message-ID: <20070801083715.75F87A493C@busybox.net> (raw)
Author: ulf
Date: 2007-08-01 01:37:14 -0700 (Wed, 01 Aug 2007)
New Revision: 19379
Log:
Cleanup fbv
Modified:
trunk/buildroot/package/fbv/fbv.mk
Changeset:
Modified: trunk/buildroot/package/fbv/fbv.mk
===================================================================
--- trunk/buildroot/package/fbv/fbv.mk 2007-08-01 08:36:11 UTC (rev 19378)
+++ trunk/buildroot/package/fbv/fbv.mk 2007-08-01 08:37:14 UTC (rev 19379)
@@ -14,6 +14,8 @@
$(DL_DIR)/$(FBV_SOURCE):
$(WGET) -P $(DL_DIR) $(FBV_SITE)/$(FBV_SOURCE)
+fbv-source: $(DL_DIR)/$(FBV_SOURCE)
+
$(FBV_DIR)/.unpacked: $(DL_DIR)/$(FBV_SOURCE)
$(FBV_CAT) $(DL_DIR)/$(FBV_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
toolchain/patch-kernel.sh $(FBV_DIR) package/fbv/ fbv-$(FBV_VERSION)\*.patch\*
@@ -21,7 +23,7 @@
$(FBV_DIR)/.configured: $(FBV_DIR)/.unpacked
(cd $(FBV_DIR); \
- ($(TARGET_CONFIGURE_OPTS) \
+ $(TARGET_CONFIGURE_OPTS) \
$(TARGET_CONFIGURE_ARGS) \
./configure \
--prefix=/usr \
@@ -31,7 +33,7 @@
touch $@
$(FBV_DIR)/$(FBV_BINARY): $(FBV_DIR)/.configured
- $(MAKE) CC=$(TARGET_CC) -C $(FBV_DIR)
+ $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(FBV_DIR)
$(TARGET_DIR)/$(FBV_TARGET_BINARY): $(FBV_DIR)/$(FBV_BINARY)
install -D $(FBV_DIR)/$(FBV_BINARY) $(TARGET_DIR)/$(FBV_TARGET_BINARY)
next reply other threads:[~2007-08-01 8:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-01 8:37 ulf at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-04-24 9:03 [Buildroot] svn commit: trunk/buildroot/package/fbv jacmet at uclibc.org
2007-07-23 12:22 ulf at uclibc.org
2007-07-23 12:20 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=20070801083715.75F87A493C@busybox.net \
--to=ulf@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