mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 03:28:07 +00:00
b592dbe61a
- Cleanup Makefile - Refresh patches - Simplify go tags - Separate go tags with space due to upstream change - Remove vars which are indentical to upstream or empty - Invoke built-in go vars instead of duplicating one by one Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> Tested-by: Dirk Buchwalder <buchwalder@posteo.de>
21 lines
568 B
Diff
21 lines
568 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -230,7 +230,7 @@ GV_VERSION=v0.7.4
|
|
default: all
|
|
|
|
.PHONY: all
|
|
-all: binaries docs
|
|
+all: binaries
|
|
|
|
.PHONY: binaries
|
|
ifeq ($(shell uname -s),FreeBSD)
|
|
@@ -853,7 +853,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.catatonit
|
|
install.catatonit:
|