Skip to content

Commit 334e1d9

Browse files
committed
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.
1 parent 86eb322 commit 334e1d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ update-compatibility-patch:
2424

2525
vendor: composer.json
2626
composer update
27+
touch -c vendor

0 commit comments

Comments
 (0)