Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/fbv
Date: Mon, 23 Jul 2007 05:20:00 -0700 (PDT)	[thread overview]
Message-ID: <20070723122000.87D12A687C@busybox.net> (raw)

Author: ulf
Date: 2007-07-23 05:19:59 -0700 (Mon, 23 Jul 2007)
New Revision: 19225

Log:
cleanup fbv package

Modified:
   trunk/buildroot/package/fbv/fbv.mk


Changeset:
Modified: trunk/buildroot/package/fbv/fbv.mk
===================================================================
--- trunk/buildroot/package/fbv/fbv.mk	2007-07-23 12:03:24 UTC (rev 19224)
+++ trunk/buildroot/package/fbv/fbv.mk	2007-07-23 12:19:59 UTC (rev 19225)
@@ -3,10 +3,10 @@
 # fbv
 #
 #############################################################
-FBV_VER:=1.0b
-FBV_SOURCE:=fbv-$(FBV_VER).tar.gz
+FBV_VERSION:=1.0b
+FBV_SOURCE:=fbv-$(FBV_VERSION).tar.gz
 FBV_SITE:=http://s-tech.elsat.net.pl/fbv
-FBV_DIR:=$(BUILD_DIR)/fbv-$(FBV_VER)
+FBV_DIR:=$(BUILD_DIR)/fbv-$(FBV_VERSION)
 FBV_CAT:=$(ZCAT)
 FBV_BINARY:=fbv
 FBV_TARGET_BINARY:=usr/bin/$(FBV_BINARY)
@@ -16,19 +16,19 @@
 
 $(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_VER)\*.patch\*
-	@touch $@
+	toolchain/patch-kernel.sh $(FBV_DIR) package/fbv/ fbv-$(FBV_VERSION)\*.patch\*
+	touch $@
 
 $(FBV_DIR)/.configured: $(FBV_DIR)/.unpacked
 	(cd $(FBV_DIR); \
-		CFLAGS="$(TARGET_CFLAGS)" \
-		LDFLAGS="$(TARGET_LDFLAGS)" \
+		($(TARGET_CONFIGURE_OPTS) \
+		($(TARGET_CONFIGURE_ARGS) \
 		./configure \
 		--prefix=/usr \
 		--cc=$(TARGET_CC) \
 		--libs="-lz -lm" \
 	);
-	@touch $@
+	touch $@
 
 $(FBV_DIR)/$(FBV_BINARY): $(FBV_DIR)/.configured
 	$(MAKE) CC=$(TARGET_CC) -C $(FBV_DIR)

             reply	other threads:[~2007-07-23 12:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-23 12:20 ulf at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-07-23 12:22 [Buildroot] svn commit: trunk/buildroot/package/fbv ulf at uclibc.org
2007-08-01  8:37 ulf at uclibc.org
2008-04-24  9:03 jacmet 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=20070723122000.87D12A687C@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