Skip to content

Commit 275688a

Browse files
dmitrylyzoTheOneric
authored andcommitted
make: remove redundant 'touch configured'
PREPARE_SRC_VPATH is supposed to prepare the source, so leave the creation of the 'configured' file to the actual Makefile target. Cherry picked from: jellyfin@6fb7311
1 parent b76dd16 commit 275688a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

functions.mk

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ endef
2121
define PREPARE_SRC_VPATH
2222
rm -rf build/lib/$(1)
2323
mkdir -p build/lib/$(1)
24-
touch build/lib/$(1)/configured
2524
endef
2625

2726
# All projects we build have autogen.sh, otherwise we could also fallback to `autoreconf -ivf .`

0 commit comments

Comments
 (0)