From: andersen at uclibc.org <andersen@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/fakeroot
Date: Mon, 22 Jan 2007 10:16:04 -0800 (PST) [thread overview]
Message-ID: <20070122181604.EC06648585@busybox.net> (raw)
Author: andersen
Date: 2007-01-22 10:16:04 -0800 (Mon, 22 Jan 2007)
New Revision: 17471
Log:
fix dependancy to avoid needless rebuilds
Modified:
trunk/buildroot/package/fakeroot/fakeroot.mk
Changeset:
Modified: trunk/buildroot/package/fakeroot/fakeroot.mk
===================================================================
--- trunk/buildroot/package/fakeroot/fakeroot.mk 2007-01-22 18:15:35 UTC (rev 17470)
+++ trunk/buildroot/package/fakeroot/fakeroot.mk 2007-01-22 18:16:04 UTC (rev 17471)
@@ -44,12 +44,14 @@
$(FAKEROOT_DIR1)/faked: $(FAKEROOT_DIR1)/.configured
$(MAKE) -C $(FAKEROOT_DIR1)
+ touch -c $(FAKEROOT_DIR1)/faked
$(STAGING_DIR)/usr/bin/fakeroot: $(FAKEROOT_DIR1)/faked
$(MAKE) DESTDIR=$(STAGING_DIR) -C $(FAKEROOT_DIR1) install
$(SED) 's,^PREFIX=.*,PREFIX=$(STAGING_DIR)/usr,g' $(STAGING_DIR)/usr/bin/fakeroot
$(SED) 's,^BINDIR=.*,BINDIR=$(STAGING_DIR)/usr/bin,g' $(STAGING_DIR)/usr/bin/fakeroot
$(SED) 's,^PATHS=.*,PATHS=$(FAKEROOT_DIR1)/.libs:/lib:/usr/lib,g' $(STAGING_DIR)/usr/bin/fakeroot
+ touch -c $(STAGING_DIR)/usr/bin/fakeroot
host-fakeroot: uclibc $(STAGING_DIR)/usr/bin/fakeroot
@@ -90,6 +92,7 @@
$(FAKEROOT_DIR2)/faked: $(FAKEROOT_DIR2)/.configured
$(MAKE) CC=$(TARGET_CC) -C $(FAKEROOT_DIR2)
+ touch -c $(FAKEROOT_DIR2)/faked
$(TARGET_DIR)/usr/bin/fakeroot: $(FAKEROOT_DIR2)/faked
$(MAKE) DESTDIR=$(TARGET_DIR) -C $(FAKEROOT_DIR2) install
@@ -97,6 +100,7 @@
-mv $(TARGET_DIR)/usr/bin/$(ARCH)-linux-fakeroot $(TARGET_DIR)/usr/bin/fakeroot
rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/usr/info \
$(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc
+ touch -c $(TARGET_DIR)/usr/bin/fakeroot
fakeroot: uclibc $(TARGET_DIR)/usr/bin/fakeroot
next reply other threads:[~2007-01-22 18:16 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-22 18:16 andersen at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-12-01 9:08 [Buildroot] svn commit: trunk/buildroot/package/fakeroot jacmet at uclibc.org
2008-09-07 14:31 jacmet at uclibc.org
2008-03-13 7:38 jacmet at uclibc.org
2008-03-12 13:58 ninevoltz at uclibc.org
2008-03-11 19:31 jacmet at uclibc.org
2008-03-11 13:32 ninevoltz at uclibc.org
2008-03-11 13:45 ` Sunil Gupta
2008-03-11 13:11 ninevoltz at uclibc.org
2008-03-11 13:17 ` Nigel Kukard
2008-03-11 13:30 ` Sunil Gupta
2008-01-21 11:07 thomasez at uclibc.org
2007-12-27 11:23 thomasez at uclibc.org
2007-10-18 21:49 vanokuten at uclibc.org
2007-10-13 23:13 ulf at uclibc.org
2007-10-02 11:06 aldot at uclibc.org
2007-09-21 14:22 aldot at uclibc.org
2007-09-20 17:47 aldot at uclibc.org
2007-09-20 17:41 aldot at uclibc.org
2007-08-13 8:12 ulf at uclibc.org
2007-06-06 18:10 aldot at uclibc.org
2007-04-03 15:36 jacmet at uclibc.org
2007-04-03 18:09 ` Benedict, Michael
2007-03-05 11:06 jacmet at uclibc.org
2007-01-22 20:26 aldot at uclibc.org
2006-12-15 14:18 aldot 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=20070122181604.EC06648585@busybox.net \
--to=andersen@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