improve cleanup

This commit is contained in:
Joey Hess 2017-10-26 11:34:14 -04:00
parent 6e202b8dc9
commit 099ff702ea
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -31,6 +31,8 @@ export UPGRADE_LOCATION
# Don't allow build artifact from a past successful build to be extracted # Don't allow build artifact from a past successful build to be extracted
# if we fail. # if we fail.
rm -f git-annex-installer.exe rm -f git-annex-installer.exe
rm -f git-annex.exe
rm -rf dist
# Get extra programs to bundle with git-annex. # Get extra programs to bundle with git-annex.
# These are msys2 programs, from https://msys2.github.io/. # These are msys2 programs, from https://msys2.github.io/.
@ -66,7 +68,6 @@ withcygpreferred stack ghc --stack-yaml stack-windows.yaml --no-haddock \
--package nsis Build/NullSoftInstaller.hs --package nsis Build/NullSoftInstaller.hs
./Build/NullSoftInstaller ./Build/NullSoftInstaller
rm -f dist/build-version
mkdir -p dist mkdir -p dist
stack ghc --stack-yaml stack-windows.yaml --no-haddock Build/BuildVersion.hs stack ghc --stack-yaml stack-windows.yaml --no-haddock Build/BuildVersion.hs
./Build/BuildVersion > dist/build-version ./Build/BuildVersion > dist/build-version