projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84f7a45
)
tools/findutils: define list of installed programs
author
Michael Pratt
<mcpratt@pm.me>
Tue, 30 May 2023 09:43:00 +0000
(
05:43
-0400)
committer
Petr Štetiar
<ynezz@true.cz>
Mon, 5 Jun 2023 06:31:54 +0000
(08:31 +0200)
Define the variable PKG_PROGRAMS for the list
of programs installed by findutils,
which will create a stampfile for each
through a new feature in host-build.mk.
Signed-off-by: Michael Pratt <mcpratt@pm.me>
tools/findutils/Makefile
patch
|
blob
|
history
diff --git
a/tools/findutils/Makefile
b/tools/findutils/Makefile
index ac1d5312c9da7ab81718a7f9e9306fdcee8070e3..fd0cde2145edea4d276c4bf7c727cc8335503578 100644
(file)
--- a/
tools/findutils/Makefile
+++ b/
tools/findutils/Makefile
@@
-14,6
+14,8
@@
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
PKG_HASH:=a2bfb8c09d436770edc59f50fa483e785b161a3b7b9d547573cb08065fd462fe
+PKG_PROGRAMS:=find locate updatedb xargs
+
HOST_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/host-build.mk