1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 21:16:51 +00:00

verilog: don't destroy() when module changes

This commit is contained in:
Steven Hugg
2019-04-22 10:09:33 -04:00
parent d8016ff718
commit 8af1c5d3c5
4 changed files with 1367 additions and 6 deletions
-2
View File
@@ -19,8 +19,6 @@ echo "Extracting to $TMPDIR..."
rm -fr $TMPDIR
mkdir -p $TMPDIR
git archive $VERSION | tar x -C $TMPDIR
ls $TMPDIR
pause
echo "Copying to $DESTPATH..."
rsync --stats --exclude '.*' --exclude 'scripts/*' --exclude=node_modules --copy-dest=$DEVPATH -rilz --chmod=a+rx -e "ssh -p 2222" $TMPDIR/ $SUBMODS $DESTPATH
rsync --stats -rpilvz --chmod=a+rx -e "ssh -p 2222" --copy-dest=$DEVPATH ./gen $DESTPATH/