[pve-devel] applied: [PATCH apiclient] buildsys: also cleanup *.buildinfo files
Wolfgang Bumiller
w.bumiller at proxmox.com
Fri Dec 15 12:10:21 CET 2017
applied
On Thu, Dec 14, 2017 at 11:38:17AM +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 5b2a1a6..9dcbdde 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -34,7 +34,7 @@ upload: ${DEB}
> distclean: clean
>
> clean:
> - rm -rf ./build *.deb *.changes
> + rm -rf ./build *.deb *.changes *.buildinfo
> find . -name '*~' -exec rm {} ';'
>
> .PHONY: dinstall
> --
> 2.11.0
More information about the pve-devel
mailing list