Skip to content

Commit

Permalink
ignore failed read on submit tar
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Oct 9, 2017
1 parent ba7a881 commit 7ca7915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ clean:

SUBMITTO=/submit
submit: clean $(USER)-data.img
tar -czvf $(USER).tgz --exclude=.gitkeep --exclude=.*.sw? --exclude=*~ LICENSE README Makefile Makefile.config sys bin crt libc include $(ROOTFS) $(USER)-data.img
tar -czvf $(USER).tgz --exclude=.gitkeep --exclude=.*.sw? --exclude=*~ --ignore-failed-read LICENSE README Makefile Makefile.config sys bin crt libc include $(ROOTFS) $(USER)-data.img
mv -v $(USER).tgz $(SUBMITTO)/$(USER)-$(ASSIGNMENT)=`date +%F=%T`.tgz

0 comments on commit 7ca7915

Please sign in to comment.