Skip to content

Commit

Permalink
Bump the vendor directory modification date
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
greg0ire committed Jun 3, 2020
1 parent 77a45d4 commit 294364e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ update-compatibility-patch:

vendor: composer.json
composer update
touch vendor

0 comments on commit 294364e

Please sign in to comment.