summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-04-11 02:36:36 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-11 02:36:36 +0200
commit6e1e6559453187f36e060d02589f4b21a459139d (patch)
treeee663ced67f8133c66eca5c551b5f14c848dc2db
parent0766cc053272f7f157f3de180ca8716039bd32e4 (diff)
dist.mk: dist-bz2: Use a timestamp newer than the .tar
Otherwise, make(1) goes crazy. Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--lib/dist.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dist.mk b/lib/dist.mk
index 89df69833..15eacbfdc 100644
--- a/lib/dist.mk
+++ b/lib/dist.mk
@@ -50,6 +50,7 @@ $(DISTFILE): $(_DISTFILES) | $$(@D)/
$(DISTFILE).bz2: %.bz2: % | $$(@D)/
$(info BZIP2 $@)
$(BZIP2) -kf $<
+ touch $@
$(DISTFILE).gz: %.gz: % | $$(@D)/
$(info GZIP $@)