* [Buildroot] svn commit: trunk/buildroot/package/audio/aumix
@ 2008-09-18 8:42 egtvedt at uclibc.org
2008-09-18 8:57 ` Peter Korsgaard
0 siblings, 1 reply; 4+ messages in thread
From: egtvedt at uclibc.org @ 2008-09-18 8:42 UTC (permalink / raw)
To: buildroot
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)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/audio/aumix
2008-09-18 8:42 [Buildroot] svn commit: trunk/buildroot/package/audio/aumix egtvedt at uclibc.org
@ 2008-09-18 8:57 ` Peter Korsgaard
2008-09-18 8:58 ` Hans-Christian Egtvedt
0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2008-09-18 8:57 UTC (permalink / raw)
To: buildroot
>>>>> "egtvedt" == egtvedt <egtvedt@uclibc.org> writes:
Hi,
egtvedt> Log:
egtvedt> aumix: fix install rule to target to support multiple projects
egtvedt> This patch will let aumix depend on an installed file on the
egtvedt> target root file system instead of touched file.
How about converting it to Makefile.autotools.in while you're at it?
;)
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/audio/aumix
2008-09-18 8:57 ` Peter Korsgaard
@ 2008-09-18 8:58 ` Hans-Christian Egtvedt
2008-09-18 9:11 ` Peter Korsgaard
0 siblings, 1 reply; 4+ messages in thread
From: Hans-Christian Egtvedt @ 2008-09-18 8:58 UTC (permalink / raw)
To: buildroot
On Thu, 18 Sep 2008 10:57:42 +0200
Peter Korsgaard <jacmet@uclibc.org> wrote:
> >>>>> "egtvedt" == egtvedt <egtvedt@uclibc.org> writes:
>
> Hi,
>
> egtvedt> Log:
> egtvedt> aumix: fix install rule to target to support multiple
> egtvedt> projects
>
> egtvedt> This patch will let aumix depend on an installed file on the
> egtvedt> target root file system instead of touched file.
>
> How about converting it to Makefile.autotools.in while you're at it?
> ;)
>
I noticed that as well ;) But I do not really use the package, just
noticed the bug.
--
Best regards,
Hans-Christian Egtvedt
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/audio/aumix
2008-09-18 8:58 ` Hans-Christian Egtvedt
@ 2008-09-18 9:11 ` Peter Korsgaard
0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2008-09-18 9:11 UTC (permalink / raw)
To: buildroot
>>>>> "Hans-Christian" == Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> writes:
Hi,
>> How about converting it to Makefile.autotools.in while you're at it?
Hans-Christian> I noticed that as well ;) But I do not really use the
Hans-Christian> package, just noticed the bug.
There's lots of buildroot packages I don't use either, but that
doesn't stop me from working on them ;)
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-09-18 9:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-18 8:42 [Buildroot] svn commit: trunk/buildroot/package/audio/aumix egtvedt at uclibc.org
2008-09-18 8:57 ` Peter Korsgaard
2008-09-18 8:58 ` Hans-Christian Egtvedt
2008-09-18 9:11 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox