1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-27 01:09:49 +00:00

Ensure KLH10 build directory is cleaned. Just build KS10 for ITS.

This commit is contained in:
Lars Brinkhoff
2018-09-15 21:21:37 +02:00
parent a0fac2e5a7
commit 46f36b3b76

View File

@@ -167,12 +167,13 @@ $(OUT)/syshst/$(H3TEXT): build/$(H3TEXT)
$(KLH10):
cd tools/klh10; \
$(RM) -rf tmp; \
./autogen.sh; \
$(MKDIR) tmp; \
cd tmp; \
export CONFFLAGS_USR=-DKLH10_DEV_DPTM03=0; \
../configure --bindir="$(CURDIR)/build/klh10"; \
$(MAKE) base-ks-its; \
$(MAKE) -C bld-ks-its; \
$(MAKE) -C bld-ks-its install
$(SIMH):