Commit 68c66c560d56842cfe0276f37417a118f7053c6c
1 parent
e69badd7
Exists in
master
and in
3 other branches
skip rsync
`bundle instal` will already update vendor/cache, it seems.
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
Makefile
@@ -28,8 +28,6 @@ update: clean | @@ -28,8 +28,6 @@ update: clean | ||
28 | 28 | ||
29 | bundle: | 29 | bundle: |
30 | bundle install $(BUNDLE_OPTS) --path vendor/bundle | 30 | bundle install $(BUNDLE_OPTS) --path vendor/bundle |
31 | - mkdir -p vendor/cache | ||
32 | - rsync -avp --delete --quiet vendor/bundle/*/*/cache/ vendor/cache/ | ||
33 | 31 | ||
34 | clean: | 32 | clean: |
35 | $(RM) -r .bundle/ vendor/bundle/ $(TARBALL) | 33 | $(RM) -r .bundle/ vendor/bundle/ $(TARBALL) |