From 349a845bbab84d3678c3aa106d6a7b0fdab4e5bd Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Fri, 19 Jul 2019 10:38:06 +0800 Subject: add submodule clean --- scripts/makeself/build-runfile.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/makeself/build-runfile.sh b/scripts/makeself/build-runfile.sh index 0c8af3587..56eca4c4e 100755 --- a/scripts/makeself/build-runfile.sh +++ b/scripts/makeself/build-runfile.sh @@ -15,6 +15,7 @@ mkdir -p $temproot cp -Tr $xmakeroot $temproot/xmake-repo cd $temproot/xmake-repo git clean -dfX +git submodule foreach git clean -dfX # copy files to temproot/xmake mkdir -p $temproot/xmake/scripts -- cgit v1.3.1