From 294364e31b4f6193566808fcaa37ba6dfd78c1f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Wed, 3 Jun 2020 19:19:48 +0200 Subject: [PATCH] Bump the vendor directory modification date Make relies on modification dates to decide whether to rebuild a target or to skip it. Running make vendor twice now gives this message the second time: > make: 'vendor' is up to date. And of course, it is much faster. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1c888c2b..5e9d04c1 100644 --- a/Makefile +++ b/Makefile @@ -24,3 +24,4 @@ update-compatibility-patch: vendor: composer.json composer update + touch vendor