[pve-devel] applied: [PATCH ha-manager 01/12] build: remove leftover PHONY declaration
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Sep 28 15:35:37 CEST 2018
On 9/28/18 12:48 PM, Fabian Grünbichler wrote:
> simdeb is already declared PHONY on its own
>
> Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
> ---
> note: the whole simdeb target gets dropped anyway later on
>
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 51eb9ef..b406f3f 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -13,7 +13,7 @@ SIMDEB=${SIMPACKAGE}_${VERSION}-${PKGREL}_all.deb
>
> all: deb
>
> -.PHONY: dinstall simdeb
> +.PHONY: dinstall
> dinstall: $(DEB) $(SIMDEB)
> dpkg -i ${DEB} ${SIMDEB}
>
>
applied
More information about the pve-devel
mailing list