From: egtvedt at uclibc.org <egtvedt@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/audio/aumix
Date: Thu, 18 Sep 2008 01:42:56 -0700 (PDT) [thread overview]
Message-ID: <20080918084256.E277B3C64F@busybox.net> (raw)
Author: egtvedt
Date: 2008-09-18 01:42:56 -0700 (Thu, 18 Sep 2008)
New Revision: 23423
Log:
aumix: fix install rule to target to support multiple projects
This patch will let aumix depend on an installed file on the target root file
system instead of touched file.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Modified:
trunk/buildroot/package/audio/aumix/aumix.mk
Changeset:
Modified: trunk/buildroot/package/audio/aumix/aumix.mk
===================================================================
--- trunk/buildroot/package/audio/aumix/aumix.mk 2008-09-18 06:48:20 UTC (rev 23422)
+++ trunk/buildroot/package/audio/aumix/aumix.mk 2008-09-18 08:42:56 UTC (rev 23423)
@@ -41,11 +41,10 @@
$(AUMIX_DIR)/src/aumix: $(AUMIX_DIR)/.configured
$(MAKE) CC=$(TARGET_CC) -C $(AUMIX_DIR)
-$(AUMIX_DIR)/.installed: $(AUMIX_DIR)/src/aumix
+$(TARGET_DIR)/usr/bin/aumix: $(AUMIX_DIR)/src/aumix
$(MAKE) -C $(AUMIX_DIR) DESTDIR=$(TARGET_DIR) install
- touch $@
-aumix: uclibc ncurses $(AUMIX_DIR)/.installed
+aumix: uclibc ncurses $(TARGET_DIR)/usr/bin/aumix
aumix-source: $(DL_DIR)/$(AUMIX_SOURCE)
next reply other threads:[~2008-09-18 8:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-18 8:42 egtvedt at uclibc.org [this message]
2008-09-18 8:57 ` [Buildroot] svn commit: trunk/buildroot/package/audio/aumix Peter Korsgaard
2008-09-18 8:58 ` Hans-Christian Egtvedt
2008-09-18 9:11 ` Peter Korsgaard
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=20080918084256.E277B3C64F@busybox.net \
--to=egtvedt@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