On Mon, 13 May 2019 at 10:08, Daniel P. Berrangé <berra...@redhat.com> wrote: > > On Sun, May 12, 2019 at 03:47:49PM +0200, Thomas Huth wrote: > > Maybe try to clean the folder first: > > > > rm -r capstone > > mkdir capstone > > make git-submodule-update > > > > If that does not help, maybe try a completely fresh git checkout? > > Rather than deleting stuff like that, it is best to use git to put your > dir back to a clean state. > > git submodule deinit --all --force > git clean -f -x -d
That git clean line will blow away any untracked files in your entire tree, won't it? If so, better move anything you cared about somewhere else first... thanks -- PMM