- add 'tar file changed while reading' remark and a commented workaround

This commit is contained in:
Hans Lambermont 2004-05-03 08:12:40 +00:00
parent bac4439d6a
commit b2d1b7cf89

@ -157,6 +157,8 @@ endif
pkg: install pkg: install
@echo "----> Create distribution file $(BLENDNAME)$(EXT1)" @echo "----> Create distribution file $(BLENDNAME)$(EXT1)"
@#enable the next sleep if you get 'tar file changed while reading'
@#sleep 10
@cd $(NAN_OBJDIR) && \ @cd $(NAN_OBJDIR) && \
rm -f $(VERSION)/$(BLENDNAME)$(EXT1)* && \ rm -f $(VERSION)/$(BLENDNAME)$(EXT1)* && \
$(TAR) $(VERSION)/$(BLENDNAME)$(EXT1) $(BLENDNAME) $(TAR) $(VERSION)/$(BLENDNAME)$(EXT1) $(BLENDNAME)