[OpenWrt-Devel] [PATCH] packages/utils: fbtest fix Makefile

mail at adrianschmutzler.de mail at adrianschmutzler.de
Thu May 21 13:28:31 EDT 2020


> -----Original Message-----
> From: openwrt-devel [mailto:openwrt-devel-bounces at lists.openwrt.org]
> On Behalf Of Thibaut VARÈNE
> Sent: Donnerstag, 21. Mai 2020 17:45
> To: openwrt-devel at lists.openwrt.org
> Cc: Thibaut VARÈNE <hacks at slashdirt.org>
> Subject: [OpenWrt-Devel] [PATCH] packages/utils: fbtest fix Makefile
> 
> The clean target tries to remove what looks like a bogus 'rbcfg', probably
> carried over copy-pasta. Remove the name of the generated executable

It's there since the beginning. I'd therefore add a

Fixes: 8099f4e0d3af ("fbtest utility ")

Best

Adrian

> ('fbtest') instead.
> 
> Signed-off-by: Thibaut VARÈNE <hacks at slashdirt.org>
> ---
>  package/utils/fbtest/src/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/utils/fbtest/src/Makefile
> b/package/utils/fbtest/src/Makefile
> index 075bc0ecbf..f7c9f86a87 100644
> --- a/package/utils/fbtest/src/Makefile
> +++ b/package/utils/fbtest/src/Makefile
> @@ -11,4 +11,4 @@ fbtest: $(OBJS)
>  	$(CC) -o $@ $(OBJS)
> 
>  clean:
> -	rm -f rbcfg *.o
> +	rm -f fbtest *.o
> --
> 2.11.0
> 
> 
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openpgp-digital-signature.asc
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20200521/631a31c8/attachment.sig>
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list