mirror of
https://github.com/mintty/wsltty.git
synced 2025-04-19 01:00:29 +01:00
ensure rebuild of version-specific check and message (#85)
This commit is contained in:
parent
64c2d04b56
commit
4c7eb01b93
3
makefile
3
makefile
@ -115,6 +115,9 @@ wslbuild=LDFLAGS="-static -static-libgcc -s"
|
|||||||
wslversion=VERSION_SUFFIX="– wsltty $(ver)" WSLTTY_VERSION="$(ver)"
|
wslversion=VERSION_SUFFIX="– wsltty $(ver)" WSLTTY_VERSION="$(ver)"
|
||||||
|
|
||||||
mintty-build:
|
mintty-build:
|
||||||
|
# ensure rebuild of version-specific check and message
|
||||||
|
rm -f mintty-$(minttyver)/bin/*/windialog.o
|
||||||
|
# build mintty
|
||||||
cd mintty-$(minttyver)/src; make $(wslbuild) $(wslversion)
|
cd mintty-$(minttyver)/src; make $(wslbuild) $(wslversion)
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
cp mintty-$(minttyver)/bin/mintty.exe bin/
|
cp mintty-$(minttyver)/bin/mintty.exe bin/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user