Skip to content

Commit

Permalink
Clean /tmp/tsc-release before building on release
Browse files Browse the repository at this point in the history
  • Loading branch information
Quintus committed Dec 16, 2019
1 parent 306be50 commit f77cd8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ release: $(TSC_TARFILE)
@echo ">>>>> Checking syntax of translation PO files"
$(MAKE) -C data/translations checkpo
@echo ">>>>> Compiling from the release tarball"
rm -rf /tmp/tsc-release
mkdir /tmp/tsc-release
tar -C /tmp/tsc-release -xf $<
mkdir /tmp/tsc-release/TSC-$(TSC_VERSION)/tsc/build
Expand Down

0 comments on commit f77cd8c

Please sign in to comment.