Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] xfsprogs: Add missing timestamp files
@ 2012-03-16 10:37 Markos Chandras
  2012-03-16 10:56 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Markos Chandras @ 2012-03-16 10:37 UTC (permalink / raw)
  To: buildroot

Added a compiled and an installed timestamp files for compilation and
installation phases respectively.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
---
 package/xfsprogs/xfsprogs.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/xfsprogs/xfsprogs.mk b/package/xfsprogs/xfsprogs.mk
index 68db2f7..ba06d4a 100644
--- a/package/xfsprogs/xfsprogs.mk
+++ b/package/xfsprogs/xfsprogs.mk
@@ -68,6 +68,7 @@ else
 	$(STRIPCMD) $(XFSPROGS_DIR)/lib*/lib*.so.*.*
 endif
 	touch -c $(XFSPROGS_DIR)/$(XFSPROGS_BINARY)
+	touch $(XFSPROGS_DIR)/.compiled
 
 $(TARGET_DIR)/$(XFSPROGS_TARGET_BINARY): $(XFSPROGS_DIR)/$(XFSPROGS_BINARY)
 	$(MAKE1) PATH=$(TARGET_PATH) \
@@ -76,6 +77,7 @@ $(TARGET_DIR)/$(XFSPROGS_TARGET_BINARY): $(XFSPROGS_DIR)/$(XFSPROGS_BINARY)
 	    -C $(XFSPROGS_DIR) install
 	rm -rf $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc
 	touch -c $(TARGET_DIR)/$(XFSPROGS_TARGET_BINARY)
+	touch $(XFSPROGS_DIR)/.installed
 
 xfsprogs: util-linux $(TARGET_DIR)/$(XFSPROGS_TARGET_BINARY)
 
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-16 11:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-16 10:37 [Buildroot] [PATCH] xfsprogs: Add missing timestamp files Markos Chandras
2012-03-16 10:56 ` Peter Korsgaard
2012-03-16 11:00   ` Markos Chandras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox