Commit ff668088 authored by Brandon Casey's avatar Brandon Casey

Makefile: checkout all missing files for repo target

Rather than try to maintain a list of the file differences between the
git repository and the source distribution tarball, just get a listing from
git itself and use it to check out the missing files.
parent cc20297d
......@@ -13,7 +13,7 @@ TMPDIR = .repo_tmp
cd $(TMPDIR) && git reset -q "$(shell cat .gitrev)"
mv $(TMPDIR)/.git .
rm -rf $(TMPDIR)
git checkout -- .hgtags .hgignore Doc/s5
git ls-files -d | xargs git checkout --
repo: .git
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment