Skip to content

Commit 7719789

Browse files
committed
depends: Fix $(package)_fetched target
Ensure the download timestamp is created only after a successful download.
1 parent d8fe258 commit 7719789

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

depends/funcs.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ endif
247247
$($(1)_fetched):
248248
mkdir -p $$(@D) $(SOURCES_PATH)
249249
rm -f $$@
250-
touch $$@
251250
cd $$(@D); $($(1)_fetch_cmds)
252251
cd $($(1)_source_dir); $(foreach source,$($(1)_all_sources),$(build_SHA256SUM) $(source) >> $$(@);)
253252
touch $$@

0 commit comments

Comments
 (0)