From: jacmet at uclibc.org <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/mpg123
Date: Thu, 31 May 2007 08:42:33 -0700 (PDT) [thread overview]
Message-ID: <20070531154233.EADB248584@busybox.net> (raw)
Author: jacmet
Date: 2007-05-31 08:42:33 -0700 (Thu, 31 May 2007)
New Revision: 18712
Log:
Cleanup, get rid of MPG123_WORKDIR, use $@, libmad not needed
Modified:
trunk/buildroot/package/mpg123/mpg123.mk
Changeset:
Modified: trunk/buildroot/package/mpg123/mpg123.mk
===================================================================
--- trunk/buildroot/package/mpg123/mpg123.mk 2007-05-31 15:27:05 UTC (rev 18711)
+++ trunk/buildroot/package/mpg123/mpg123.mk 2007-05-31 15:42:33 UTC (rev 18712)
@@ -12,8 +12,7 @@
MPG123_SOURCE=mpg123-$(MPG123_VERSION).tar.gz
MPG123_CAT:=$(ZCAT)
MPG123_SITE=http://www.mpg123.de/mpg123
-MPG123_DIR=$(BUILD_DIR)/${shell basename $(MPG123_SOURCE) .tar.gz}
-MPG123_WORKDIR=$(BUILD_DIR)/mpg123-$(MPG123_VERSION)
+MPG123_DIR=$(BUILD_DIR)/mpg123-$(MPG123_VERSION)
$(DL_DIR)/$(MPG123_SOURCE):
$(WGET) -P $(DL_DIR) $(MPG123_SITE)/$(MPG123_SOURCE)
@@ -21,37 +20,35 @@
$(MPG123_DIR)/.unpacked: $(DL_DIR)/$(MPG123_SOURCE)
$(MPG123_CAT) $(DL_DIR)/$(MPG123_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
toolchain/patch-kernel.sh $(MPG123_DIR) package/mpg123/ mpg123\*.patch
- touch $(MPG123_DIR)/.unpacked
+ touch $@
-$(MPG123_WORKDIR)/mpg123: $(MPG123_DIR)/.unpacked
+$(MPG123_DIR)/mpg123: $(MPG123_DIR)/.unpacked
rm -f $@
ifeq ($(BR2_ARCH),"i386")
- $(MAKE) CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" -C $(MPG123_WORKDIR) linux
+ $(MAKE) CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" -C $(MPG123_DIR) linux
else
ifeq ($(BR2_ENDIAN),"LITTLE")
- $(MAKE) CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" -C $(MPG123_WORKDIR) linux-littleend
+ $(MAKE) CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" -C $(MPG123_DIR) linux-littleend
else
- $(MAKE) CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" -C $(MPG123_WORKDIR) linux-bigend
+ $(MAKE) CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" -C $(MPG123_DIR) linux-bigend
endif
endif
-$(MPG123_WORKDIR)/.installed: $(MPG123_WORKDIR)/mpg123
+$(MPG123_DIR)/.installed: $(MPG123_DIR)/mpg123
mkdir -p $(TARGET_DIR)/usr/bin
- cp -f $(MPG123_WORKDIR)/mpg123 $(TARGET_DIR)/usr/bin
+ cp -f $(MPG123_DIR)/mpg123 $(TARGET_DIR)/usr/bin
$(STRIP) --strip-all $(TARGET_DIR)/usr/bin/mpg123
- touch $(MPG123_WORKDIR)/.installed
+ touch $(MPG123_DIR)/.installed
-mpg123: uclibc libmad $(MPG123_WORKDIR)/.installed
+mpg123: uclibc $(MPG123_DIR)/.installed
mpg123-source: $(DL_DIR)/$(MPG123_SOURCE)
mpg123-clean:
- @if [ -d $(MPG123_WORKDIR)/Makefile ] ; then \
- $(MAKE) -C $(MPG123_WORKDIR) clean ; \
- fi;
+ -$(MAKE) -C $(MPG123_DIR) clean
mpg123-dirclean:
- rm -rf $(MPG123_DIR) $(MPG123_WORKDIR)
+ rm -rf $(MPG123_DIR)
#############################################################
#
next reply other threads:[~2007-05-31 15:42 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-31 15:42 jacmet at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-09-23 14:24 [Buildroot] svn commit: trunk/buildroot/package/mpg123 ulf at uclibc.org
2007-08-28 19:36 ulf at uclibc.org
2007-08-28 18:18 ulf at uclibc.org
2007-08-01 8:54 ulf at uclibc.org
2007-07-28 17:05 ulf at uclibc.org
2007-07-30 9:50 ` Bernhard Fischer
2006-12-14 16:03 aldot at uclibc.org
2006-12-14 15:55 aldot at uclibc.org
2006-12-14 16:06 ` Ulrich Hecht
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=20070531154233.EADB248584@busybox.net \
--to=jacmet@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