* [Buildroot] unpopular whitespace in makefile
@ 2007-07-28 19:39 Cristian Ionescu-Idbohrn
2007-07-30 9:52 ` Bernhard Fischer
0 siblings, 1 reply; 2+ messages in thread
From: Cristian Ionescu-Idbohrn @ 2007-07-28 19:39 UTC (permalink / raw)
To: buildroot
Cheers,
--
Cristian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libid3tag.mk.patch
Type: text/x-diff
Size: 1099 bytes
Desc:
Url : http://busybox.net/lists/buildroot/attachments/20070728/2b902040/attachment.bin
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] unpopular whitespace in makefile
2007-07-28 19:39 [Buildroot] unpopular whitespace in makefile Cristian Ionescu-Idbohrn
@ 2007-07-30 9:52 ` Bernhard Fischer
0 siblings, 0 replies; 2+ messages in thread
From: Bernhard Fischer @ 2007-07-30 9:52 UTC (permalink / raw)
To: buildroot
On Sat, Jul 28, 2007 at 09:39:36PM +0200, Cristian Ionescu-Idbohrn wrote:
>Cheers,
>
>--
>Cristian
>Index: package/libid3tag/libid3tag.mk
>===================================================================
>--- package/libid3tag/libid3tag.mk (revision 19307)
>+++ package/libid3tag/libid3tag.mk (working copy)
>@@ -36,7 +36,7 @@
> touch $@
>
> $(LIBID3TAG_DIR)/src/.libs/$(LIBID3TAG_BIN): $(LIBID3TAG_DIR)/.configured
>- $(MAKE) -C $(LIBID3TAG_DIR)
>+ $(MAKE) -C $(LIBID3TAG_DIR)
> $(MAKE) DESTDIR=$(STAGING_DIR) -C $(LIBID3TAG_DIR) install
>
> $(STAGING_DIR)/$(LIBID3TAG_TARGET_BIN): $(LIBID3TAG_DIR)/src/.libs/$(LIBID3TAG_BIN)
>@@ -44,8 +44,8 @@
> $(SED) "s,^libdir=.*,libdir=\'$(STAGING_DIR)/usr/lib\',g" $(STAGING_DIR)/usr/lib/libid3tag.la
>
> $(TARGET_DIR)/$(LIBID3TAG_TARGET_BIN): $(STAGING_DIR)/$(LIBID3TAG_TARGET_BIN)
>- cp -dpf $(STAGING_DIR)/usr/lib/libid3tag.so* $(TARGET_DIR)/usr/lib/
>- -$(STRIP) --strip-unneeded $(TARGET_DIR)/usr/lib/libid3tag.so*
>+ cp -dpf $(STAGING_DIR)/usr/lib/libid3tag.so* $(TARGET_DIR)/usr/lib/
>+ -$(STRIP) --strip-unneeded $(TARGET_DIR)/usr/lib/libid3tag.so*
>
> libid3tag: uclibc libmad $(TARGET_DIR)/$(LIBID3TAG_TARGET_BIN)
Looks like this was already committed but not ACKed on the list.
Thanks for the patch, Christian.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-30 9:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-28 19:39 [Buildroot] unpopular whitespace in makefile Cristian Ionescu-Idbohrn
2007-07-30 9:52 ` Bernhard Fischer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox