:)
This commit is contained in:
parent
44faa1cc1e
commit
7929b4a409
2
deps/lua/Makefile
vendored
2
deps/lua/Makefile
vendored
@ -9,7 +9,7 @@ LUA_ARCHIVE = lua-dist.tar.gz
|
|||||||
all: build $(LUA_DESTDIR) $(LUA_ARCHIVE)
|
all: build $(LUA_DESTDIR) $(LUA_ARCHIVE)
|
||||||
|
|
||||||
$(LUA_TARBALL):
|
$(LUA_TARBALL):
|
||||||
curl -fsSL -o "$(LUA_TARBALL)" "$(LUA_SOURCES)"
|
xbps-fetch -o "$(LUA_TARBALL)" "$(LUA_SOURCES)"
|
||||||
|
|
||||||
$(LUA_BUILDIR): $(LUA_TARBALL)
|
$(LUA_BUILDIR): $(LUA_TARBALL)
|
||||||
@if ! [ -d "$(LUA_BUILDIR)" ]; then mkdir -v "$(LUA_BUILDIR)"; fi
|
@if ! [ -d "$(LUA_BUILDIR)" ]; then mkdir -v "$(LUA_BUILDIR)"; fi
|
||||||
|
2
deps/pcre2/Makefile
vendored
2
deps/pcre2/Makefile
vendored
@ -9,7 +9,7 @@ PCRE2_ARCHIVE = pcre2-dist.tar.gz
|
|||||||
all: build $(PCRE2_DESTDIR) $(PCRE2_ARCHIVE)
|
all: build $(PCRE2_DESTDIR) $(PCRE2_ARCHIVE)
|
||||||
|
|
||||||
$(PCRE2_TARBALL):
|
$(PCRE2_TARBALL):
|
||||||
curl -fsSL -o "$(PCRE2_TARBALL)" "$(PCRE2_SOURCES)"
|
xbps-fetch -o "$(PCRE2_TARBALL)" "$(PCRE2_SOURCES)"
|
||||||
|
|
||||||
$(PCRE2_BUILDIR): $(PCRE2_TARBALL)
|
$(PCRE2_BUILDIR): $(PCRE2_TARBALL)
|
||||||
@if ! [ -d "$(PCRE2_BUILDIR)" ]; then mkdir -v "$(PCRE2_BUILDIR)"; fi
|
@if ! [ -d "$(PCRE2_BUILDIR)" ]; then mkdir -v "$(PCRE2_BUILDIR)"; fi
|
||||||
|
2
deps/quictls/Makefile
vendored
2
deps/quictls/Makefile
vendored
@ -12,7 +12,7 @@ QUICTLS_ARCHIVE = quictls-dist.tar.gz
|
|||||||
all: build $(QUICTLS_DESTDIR) $(QUICTLS_ARCHIVE)
|
all: build $(QUICTLS_DESTDIR) $(QUICTLS_ARCHIVE)
|
||||||
|
|
||||||
$(QUICTLS_TARBALL):
|
$(QUICTLS_TARBALL):
|
||||||
curl -sfS -o "$(QUICTLS_TARBALL)" "$(QUICTLS_SOURCES)"
|
xbps-fetch -o "$(QUICTLS_TARBALL)" "$(QUICTLS_SOURCES)"
|
||||||
|
|
||||||
$(QUICTLS_BUILDIR): $(QUICTLS_TARBALL)
|
$(QUICTLS_BUILDIR): $(QUICTLS_TARBALL)
|
||||||
@if ! [ -d "$(QUICTLS_BUILDIR)" ]; then mkdir -v "$(QUICTLS_BUILDIR)"; fi
|
@if ! [ -d "$(QUICTLS_BUILDIR)" ]; then mkdir -v "$(QUICTLS_BUILDIR)"; fi
|
||||||
|
2
deps/vtest/Makefile
vendored
2
deps/vtest/Makefile
vendored
@ -7,7 +7,7 @@ VTEST_DESTDIR = dist
|
|||||||
all: build $(VTEST_DESTDIR) $(VTEST_DESTDIR)
|
all: build $(VTEST_DESTDIR) $(VTEST_DESTDIR)
|
||||||
|
|
||||||
$(VTEST_TARBALL):
|
$(VTEST_TARBALL):
|
||||||
curl -sfS -o "$(VTEST_TARBALL)" "$(VTEST_SOURCES)"
|
xbps-fetch -o "$(VTEST_TARBALL)" "$(VTEST_SOURCES)"
|
||||||
|
|
||||||
$(VTEST_BUILDIR): $(VTEST_TARBALL)
|
$(VTEST_BUILDIR): $(VTEST_TARBALL)
|
||||||
@if ! [ -d "$(VTEST_BUILDIR)" ]; then mkdir -v "$(VTEST_BUILDIR)"; fi
|
@if ! [ -d "$(VTEST_BUILDIR)" ]; then mkdir -v "$(VTEST_BUILDIR)"; fi
|
||||||
|
@ -66,7 +66,7 @@ dist-bin: build $(HAPROXY_DESTDIR) $(HAPROXY_ARCHIVE)
|
|||||||
dist-deb: build-deb
|
dist-deb: build-deb
|
||||||
|
|
||||||
$(HAPROXY_TARBALL):
|
$(HAPROXY_TARBALL):
|
||||||
curl -sfS -o "$(HAPROXY_TARBALL)" "$(HAPROXY_SOURCES)"
|
xbps-fetch -o "$(HAPROXY_TARBALL)" "$(HAPROXY_SOURCES)"
|
||||||
|
|
||||||
$(HAPROXY_BUILDIR): $(HAPROXY_TARBALL)
|
$(HAPROXY_BUILDIR): $(HAPROXY_TARBALL)
|
||||||
@if ! [ -d "$(HAPROXY_BUILDIR)" ]; then mkdir -v "$(HAPROXY_BUILDIR)"; fi
|
@if ! [ -d "$(HAPROXY_BUILDIR)" ]; then mkdir -v "$(HAPROXY_BUILDIR)"; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user