mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-29 15:44:04 +00:00
autotools: add list of fake paths to tools
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>
This commit is contained in:
parent
ffd7c05aa7
commit
c52d938481
@ -26,6 +26,8 @@ AM_TOOL_PATHS:= \
|
|||||||
AUTOPOINT=true \
|
AUTOPOINT=true \
|
||||||
GTKDOCIZE=true
|
GTKDOCIZE=true
|
||||||
|
|
||||||
|
AM_TOOL_PATHS_FAKE:=$(subst = ,=,$(patsubst "%,"$(TRUE)",$(subst =,= ",$(AM_TOOL_PATHS))))
|
||||||
|
|
||||||
# 1: build dir
|
# 1: build dir
|
||||||
# 2: remove files
|
# 2: remove files
|
||||||
# 3: automake paths
|
# 3: automake paths
|
||||||
|
Loading…
x
Reference in New Issue
Block a user