From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/jpeg
Date: Sat, 13 Oct 2007 16:08:02 -0700 (PDT) [thread overview]
Message-ID: <20071013230802.20AADA6151@busybox.net> (raw)
Author: ulf
Date: 2007-10-13 16:08:01 -0700 (Sat, 13 Oct 2007)
New Revision: 20245
Log:
Create dir before use in jpeg pkg
Modified:
trunk/buildroot/package/jpeg/jpeg.mk
Changeset:
Modified: trunk/buildroot/package/jpeg/jpeg.mk
===================================================================
--- trunk/buildroot/package/jpeg/jpeg.mk 2007-10-13 23:07:04 UTC (rev 20244)
+++ trunk/buildroot/package/jpeg/jpeg.mk 2007-10-13 23:08:01 UTC (rev 20245)
@@ -73,6 +73,7 @@
touch -c $@
$(TARGET_DIR)/usr/lib/libjpeg.so: $(STAGING_DIR)/lib/libjpeg.a
+ mkdir -p $(TARGET_DIR)/usr/lib
cp -dpf $(STAGING_DIR)/lib/libjpeg.so* $(TARGET_DIR)/usr/lib/
-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libjpeg.so*
touch -c $@
next reply other threads:[~2007-10-13 23:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-13 23:08 ulf at uclibc.org [this message]
2007-10-13 23:52 ` [Buildroot] svn commit: trunk/buildroot/package/jpeg Cristian Ionescu-Idbohrn
-- strict thread matches above, loose matches on Subject: below --
2008-03-06 18:14 ninevoltz at uclibc.org
2008-03-06 23:56 ` Hamish Moffatt
2007-08-28 12:41 aldot at uclibc.org
2007-01-11 7:25 andersen at uclibc.org
2006-09-19 14:56 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=20071013230802.20AADA6151@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.