[pve-devel] applied: [PATCH ha-manager] buildsys: also cleanup *.buildinfo files

Wolfgang Bumiller w.bumiller at proxmox.com
Thu Nov 16 11:33:52 CET 2017


applied

On Tue, Nov 07, 2017 at 03:29:01PM +0100, Thomas Lamprecht wrote:
> Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index 6f77a08..9778f44 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -45,7 +45,7 @@ ${DEB}:
>  .PHONY: clean
>  clean:
>  	make -C src clean
> -	rm -rf build *.deb ${PACKAGE}-*.tar.gz *.changes 
> +	rm -rf build *.deb ${PACKAGE}-*.tar.gz *.changes *.buildinfo
>  	find . -name '*~' -exec rm {} ';'
>  
>  .PHONY: distclean
> -- 
> 2.11.0




More information about the pve-devel mailing list