[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xen-devel
Subject:    Re: [Xen-devel] [PATCH] tools: remove some .o and binary files on
From:       Ian Jackson <Ian.Jackson () eu ! citrix ! com>
Date:       2011-03-31 17:52:01
Message-ID: 19860.48961.681836.546816 () mariner ! uk ! xensource ! com
[Download RAW message or body]

Ian Campbell writes ("[Xen-devel] [PATCH] tools: remove some .o and binary files on clean"):
> diff -r 185126e8a813 -r d7d3aabffa1b tools/xenmon/Makefile
> --- a/tools/xenmon/Makefile	Wed Mar 23 16:30:00 2011 +0000
> +++ b/tools/xenmon/Makefile	Wed Mar 23 16:44:47 2011 +0000
> @@ -36,7 +36,9 @@ install: build
>  
>  .PHONY: clean
>  clean:
> -	rm -f  $(DEPS)
> +	$(RM) -f $(DEPS)
> +	$(RM) -f xenbaked xenbaked.o
> +	$(RM) -f xentrace_setmake setmask.o
>  
>  xenbaked: xenbaked.o Makefile

This patch is against something subtly different to xen-unstable.hg.

xen-unstable.hg contains this:

| clean:
|         rm -f $(BIN) $(DEPS)
|
|
| %: %.c Makefile

Differences include: presence of $(BIN) rather than two consecutive
spaces, and one or two blank lines.

Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic