forked from TrueCloudLab/distribution
Merge pull request #2218 from aaronlehmann/restore-vendor-dir
Makefile: Restore vendor directory after dep-validate
This commit is contained in:
commit
11c74e07e0
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -95,4 +95,5 @@ dep-validate:
|
||||||
@$(VNDR)
|
@$(VNDR)
|
||||||
@test -z "$$(diff -r vendor .vendor.bak 2>&1 | tee /dev/stderr)" || \
|
@test -z "$$(diff -r vendor .vendor.bak 2>&1 | tee /dev/stderr)" || \
|
||||||
(echo >&2 "+ inconsistent dependencies! what you have in vendor.conf does not match with what you have in vendor" && false)
|
(echo >&2 "+ inconsistent dependencies! what you have in vendor.conf does not match with what you have in vendor" && false)
|
||||||
@rm -Rf .vendor.bak
|
@rm -Rf vendor
|
||||||
|
@mv .vendor.bak vendor
|
||||||
|
|
Loading…
Reference in a new issue