From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/jpeg
Date: Tue, 28 Aug 2007 05:41:56 -0700 (PDT) [thread overview]
Message-ID: <20070828124156.1882FA65F0@busybox.net> (raw)
Author: aldot
Date: 2007-08-28 05:41:56 -0700 (Tue, 28 Aug 2007)
New Revision: 19712
Log:
- use correct include dir (Simon Pasch)
- cleanup while at it
Modified:
trunk/buildroot/package/jpeg/jpeg.mk
Changeset:
Modified: trunk/buildroot/package/jpeg/jpeg.mk
===================================================================
--- trunk/buildroot/package/jpeg/jpeg.mk 2007-08-28 11:23:23 UTC (rev 19711)
+++ trunk/buildroot/package/jpeg/jpeg.mk 2007-08-28 12:41:56 UTC (rev 19712)
@@ -35,7 +35,7 @@
$(JPEG_CAT) $(DL_DIR)/$(JPEG_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
toolchain/patch-kernel.sh $(JPEG_DIR) package/jpeg/ jpeg\*.patch
$(CONFIG_UPDATE) $(JPEG_DIR)
- touch $(JPEG_DIR)/.unpacked
+ touch $@
$(JPEG_DIR)/.configured: $(JPEG_DIR)/.unpacked
(cd $(JPEG_DIR); rm -rf config.cache; \
@@ -54,28 +54,28 @@
--sysconfdir=/etc \
--datadir=/usr/share \
--localstatedir=/var \
- --includedir=/include \
+ --includedir=/usr/include \
--mandir=/usr/man \
--infodir=/usr/info \
--enable-shared \
--enable-static \
--without-x \
)
- touch $(JPEG_DIR)/.configured
+ touch $@
$(JPEG_DIR)/.libs/libjpeg.a: $(JPEG_DIR)/.configured
$(MAKE) -C $(JPEG_DIR) all
- touch -c $(JPEG_DIR)/.libs/libjpeg.a
+ touch -c $@
$(STAGING_DIR)/lib/libjpeg.a: $(JPEG_DIR)/.libs/libjpeg.a
$(MAKE) DESTDIR=$(STAGING_DIR) -C $(JPEG_DIR) install-headers install-lib
rm $(STAGING_DIR)/lib/libjpeg.la
- touch -c $(STAGING_DIR)/lib/libjpeg.a
+ touch -c $@
$(TARGET_DIR)/usr/lib/libjpeg.so: $(STAGING_DIR)/lib/libjpeg.a
cp -dpf $(STAGING_DIR)/lib/libjpeg.so* $(TARGET_DIR)/usr/lib/
-$(STRIP) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libjpeg.so*
- touch -c $(TARGET_DIR)/usr/lib/libjpeg.so
+ touch -c $@
jpeg: uclibc $(TARGET_DIR)/usr/lib/libjpeg.so
next reply other threads:[~2007-08-28 12:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-28 12:41 aldot at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-03-06 18:14 [Buildroot] svn commit: trunk/buildroot/package/jpeg ninevoltz at uclibc.org
2008-03-06 23:56 ` Hamish Moffatt
2007-10-13 23:08 ulf at uclibc.org
2007-10-13 23:52 ` Cristian Ionescu-Idbohrn
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=20070828124156.1882FA65F0@busybox.net \
--to=aldot@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