mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
57e2957e8b
- adjust makefile - refresh patch Signed-off-by: nantayo <sora1924@outlook.com>
21 lines
575 B
Diff
21 lines
575 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -234,7 +234,7 @@ GVPROXY_VERSION=$(shell $(GO) list -m -f
|
|
default: all
|
|
|
|
.PHONY: all
|
|
-all: binaries docs
|
|
+all: binaries
|
|
|
|
.PHONY: binaries
|
|
ifeq ($(GOOS),freebsd)
|
|
@@ -868,7 +868,7 @@ rpm-install: package ## Install rpm pac
|
|
/usr/bin/podman info # will catch a broken conmon
|
|
|
|
.PHONY: install
|
|
-install: install.bin install.remote install.man install.systemd ## Install binaries to system locations
|
|
+install: install.bin install.remote install.systemd ## Install binaries to system locations
|
|
|
|
.PHONY: install.remote
|
|
install.remote:
|