[sheepdog] [PATCH] lib: clean up lib/*.o files for 'make clean'

Hitoshi Mitake mitake.hitoshi at lab.ntt.co.jp
Fri Apr 3 05:48:17 CEST 2015


At Fri,  3 Apr 2015 10:58:14 +0800,
Liu Yuan wrote:
> 
> From: Liu Yuan <liuyuan at cmss.chinamobile.com>
> 
> This will kill a hidden build problem because of stale .o in libsheepdog.a
> 
> Signed-off-by: Liu Yuan <liuyuan at cmss.chinamobile.com>
> ---
>  lib/Makefile.am | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Applied, thanks.
Hitoshi

> 
> diff --git a/lib/Makefile.am b/lib/Makefile.am
> index e1dfb1b..a630977 100644
> --- a/lib/Makefile.am
> +++ b/lib/Makefile.am
> @@ -53,5 +53,6 @@ check-style:
>  libisa.a:
>  	cd isa-l/ && $(MAKE) && cd ..
>  
> -clean:
> +clean-local:
> +	rm -f *.o gmon.out *.da *.bb *.bbg
>  	cd isa-l/ && $(MAKE) clean && cd ..
> -- 
> 1.9.1
> 
> -- 
> sheepdog mailing list
> sheepdog at lists.wpkg.org
> https://lists.wpkg.org/mailman/listinfo/sheepdog



More information about the sheepdog mailing list