From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markos Chandras Date: Fri, 16 Mar 2012 11:00:35 +0000 Subject: [Buildroot] [PATCH] xfsprogs: Add missing timestamp files In-Reply-To: <87zkbgq0er.fsf@macbook.be.48ers.dk> References: <1331894250-26337-1-git-send-email-markos.chandras@imgtec.com> <87zkbgq0er.fsf@macbook.be.48ers.dk> Message-ID: <4F631D53.4040704@imgtec.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 03/16/2012 10:56 AM, Peter Korsgaard wrote: >>>>>> "Markos" == Markos Chandras 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> --- > 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