* [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
* [Buildroot] [PATCH] xfsprogs: Add missing timestamp files
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
0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2012-03-16 10:56 UTC (permalink / raw)
To: buildroot
>>>>> "Markos" == Markos Chandras <markos.chandras@imgtec.com> writes:
Markos> Added a compiled and an installed timestamp files for compilation and
Markos> installation phases respectively.
But these files don't do anything if you don't refer to them
anywhere. I would rather like to see a conversion to AUTOTARGET.
Markos> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Markos> ---
Markos> package/xfsprogs/xfsprogs.mk | 2 ++
Markos> 1 files changed, 2 insertions(+), 0 deletions(-)
Markos> diff --git a/package/xfsprogs/xfsprogs.mk b/package/xfsprogs/xfsprogs.mk
Markos> index 68db2f7..ba06d4a 100644
Markos> --- a/package/xfsprogs/xfsprogs.mk
Markos> +++ b/package/xfsprogs/xfsprogs.mk
Markos> @@ -68,6 +68,7 @@ else
Markos> $(STRIPCMD) $(XFSPROGS_DIR)/lib*/lib*.so.*.*
Markos> endif
Markos> touch -c $(XFSPROGS_DIR)/$(XFSPROGS_BINARY)
Markos> + touch $(XFSPROGS_DIR)/.compiled
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] xfsprogs: Add missing timestamp files
2012-03-16 10:56 ` Peter Korsgaard
@ 2012-03-16 11:00 ` Markos Chandras
0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras @ 2012-03-16 11:00 UTC (permalink / raw)
To: buildroot
On 03/16/2012 10:56 AM, Peter Korsgaard wrote:
>>>>>> "Markos" == Markos Chandras <markos.chandras@imgtec.com> writes:
>
> Markos> Added a compiled and an installed timestamp files for
> compilation and
> Markos> installation phases respectively.
>
> But these files don't do anything if you don't refer to them
> anywhere. I would rather like to see a conversion to AUTOTARGET.
>
> Markos> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
> Markos> ---
> Markos> package/xfsprogs/xfsprogs.mk | 2 ++
> Markos> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> Markos> diff --git a/package/xfsprogs/xfsprogs.mk
> b/package/xfsprogs/xfsprogs.mk
> Markos> index 68db2f7..ba06d4a 100644
> Markos> --- a/package/xfsprogs/xfsprogs.mk
> Markos> +++ b/package/xfsprogs/xfsprogs.mk
> Markos> @@ -68,6 +68,7 @@ else
> Markos> $(STRIPCMD) $(XFSPROGS_DIR)/lib*/lib*.so.*.*
> Markos> endif
> Markos> touch -c $(XFSPROGS_DIR)/$(XFSPROGS_BINARY)
> Markos> + touch $(XFSPROGS_DIR)/.compiled
>
> --
> Bye, Peter Korsgaard
>
Ok I will have a look and see if I can convert it to AUTOTARGET
--
markos
^ permalink raw reply [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