This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git

commit 513662732d060b2094e67edb4190a5edcd7853e6
Author: Petro Karashchenko <[email protected]>
AuthorDate: Sun Oct 23 12:07:06 2022 +0200

    Revert "Revert "system/libuv: minor style fixes in Makefile""
    
    This reverts commit f613d0549690156f0fa386ba32382218adae9afc.
---
 system/libuv/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/system/libuv/Makefile b/system/libuv/Makefile
index 515632f72..e20fb6c24 100644
--- a/system/libuv/Makefile
+++ b/system/libuv/Makefile
@@ -25,7 +25,7 @@ LIBUV_PATCHS ?= $(sort $(wildcard 000*.patch))
 LIBUV_VERSION  = 1.42.0
 LIBUV_UNPACK   = libuv
 LIBUV_TARBALL  = v$(LIBUV_VERSION).zip
-LIBUV_URL_BASE = https://github.com/libuv/libuv/archive/refs/tags/
+LIBUV_URL_BASE = https://github.com/libuv/libuv/archive/refs/tags
 LIBUV_URL      = $(LIBUV_URL_BASE)/$(LIBUV_TARBALL)
 
 
@@ -38,8 +38,7 @@ $(LIBUV_UNPACK): $(LIBUV_TARBALL)
        $(call DELDIR, $(LIBUV_UNPACK))
        $(Q) unzip $(LIBUV_TARBALL)
        $(Q) mv libuv-$(LIBUV_VERSION) $(LIBUV_UNPACK)
-       $(Q) cat $(LIBUV_PATCHS) | \
-               patch -s -N -d $(LIBUV_UNPACK) -p1
+       $(Q) cat $(LIBUV_PATCHS) | patch -s -N -d $(LIBUV_UNPACK) -p1
 
 $(LIBUV_UNPACK)/.patch: $(LIBUV_UNPACK)
        $(Q) touch $(LIBUV_UNPACK)/.patch

Reply via email to