All of lore.kernel.org
 help / color / mirror / Atom feed
* [opkg-utils PATCH] Makefile: add opkg-feed to UTILS
@ 2020-02-17 23:57 Alex Stewart
  2020-02-18 21:47 ` [opkg-devel] " Alejandro del Castillo
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Stewart @ 2020-02-17 23:57 UTC (permalink / raw)
  To: opkg-devel, yocto; +Cc: Alex Stewart

* Add the opkg-feed script to UTILS so that it is installed with a `make
  install`.

* Clean up the UTILS variable declaration to be a little more diffable.

Signed-off-by: Alex Stewart <alex.stewart@ni.com>
---
 Makefile | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 817a8c1..4049654 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,17 @@
-UTILS = opkg-build opkg-unbuild opkg-make-index opkg.py opkg-list-fields \
-	arfile.py opkg-buildpackage opkg-diff opkg-extract-file opkg-show-deps \
-	opkg-compare-indexes update-alternatives
+UTILS = \
+	arfile.py \
+	opkg-build \
+	opkg-buildpackage \
+	opkg-compare-indexes \
+	opkg-diff \
+	opkg-extract-file \
+	opkg-feed \
+	opkg-list-fields \
+	opkg-make-index \
+	opkg-show-deps \
+	opkg-unbuild \
+	opkg.py \
+	update-alternatives
 
 MANPAGES = opkg-build.1
 
-- 
2.25.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [opkg-devel] [opkg-utils PATCH] Makefile: add opkg-feed to UTILS
  2020-02-17 23:57 [opkg-utils PATCH] Makefile: add opkg-feed to UTILS Alex Stewart
@ 2020-02-18 21:47 ` Alejandro del Castillo
  0 siblings, 0 replies; 2+ messages in thread
From: Alejandro del Castillo @ 2020-02-18 21:47 UTC (permalink / raw)
  To: opkg-devel, Alex Stewart, yocto

LGTM, merged!

On 2/17/20 5:57 PM, Alex Stewart wrote:
> * Add the opkg-feed script to UTILS so that it is installed with a `make
>    install`.
> 
> * Clean up the UTILS variable declaration to be a little more diffable.
> 
> Signed-off-by: Alex Stewart <alex.stewart@ni.com>
> ---
>   Makefile | 17 ++++++++++++++---
>   1 file changed, 14 insertions(+), 3 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index 817a8c1..4049654 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1,6 +1,17 @@
> -UTILS = opkg-build opkg-unbuild opkg-make-index opkg.py opkg-list-fields \
> -	arfile.py opkg-buildpackage opkg-diff opkg-extract-file opkg-show-deps \
> -	opkg-compare-indexes update-alternatives
> +UTILS = \
> +	arfile.py \
> +	opkg-build \
> +	opkg-buildpackage \
> +	opkg-compare-indexes \
> +	opkg-diff \
> +	opkg-extract-file \
> +	opkg-feed \
> +	opkg-list-fields \
> +	opkg-make-index \
> +	opkg-show-deps \
> +	opkg-unbuild \
> +	opkg.py \
> +	update-alternatives
>   
>   MANPAGES = opkg-build.1
>   
> 

-- 
Cheers,

Alejandro

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-19 21:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-17 23:57 [opkg-utils PATCH] Makefile: add opkg-feed to UTILS Alex Stewart
2020-02-18 21:47 ` [opkg-devel] " Alejandro del Castillo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.