projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffd7c05
)
autotools: add list of fake paths to tools
author
Michael Pratt
<mcpratt@pm.me>
Fri, 14 Apr 2023 06:06:53 +0000
(
02:06
-0400)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Thu, 4 May 2023 04:07:26 +0000
(06:07 +0200)
A list that can be used by some packages in order
to force the skipping of every execution of autoreconf.
Signed-off-by: Michael Pratt <mcpratt@pm.me>
include/autotools.mk
patch
|
blob
|
history
diff --git
a/include/autotools.mk
b/include/autotools.mk
index c378efe6f9d89f03ac8ca4e47fbfeb8b5afaea1e..d0e4b3642f5371a7418578e9eb761a1ba5461966 100644
(file)
--- a/
include/autotools.mk
+++ b/
include/autotools.mk
@@
-26,6
+26,8
@@
AM_TOOL_PATHS:= \
AUTOPOINT=true \
GTKDOCIZE=true
+AM_TOOL_PATHS_FAKE:=$(subst = ,=,$(patsubst "%,"$(TRUE)",$(subst =,= ",$(AM_TOOL_PATHS))))
+
# 1: build dir
# 2: remove files
# 3: automake paths