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:
3
Makefile
3
Makefile
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user