mirror of
https://github.com/PDP-10/its.git
synced 2026-03-25 01:47:08 +00:00
Build faster.
This commit is contained in:
2
Makefile
2
Makefile
@@ -67,7 +67,7 @@ $(OUT)/sources.tape: $(ITSTAR) build/$(EMULATOR)/stamp $(OUT)/syshst/$(H3TEXT)
|
||||
mkdir -p $(OUT)
|
||||
rm -f src/*/*~
|
||||
cd src; $(ITSTAR) -cf ../$@ $(SRC)
|
||||
cd doc; $(ITSTAR) -rf ../$@ $(DOC)
|
||||
#cd doc; $(ITSTAR) -rf ../$@ $(DOC)
|
||||
cd bin; $(ITSTAR) -rf ../$@ $(BIN)
|
||||
cd $(OUT); $(ITSTAR) -rf ../../$@ system syshst
|
||||
-cd user; $(ITSTAR) -rf ../$@ *
|
||||
|
||||
@@ -479,8 +479,8 @@ if {$env(BASICS)!="yes"} {
|
||||
source $build/scheme.tcl
|
||||
}
|
||||
|
||||
source $build/muddle.tcl
|
||||
source $build/sail.tcl
|
||||
#source $build/muddle.tcl
|
||||
#source $build/sail.tcl
|
||||
|
||||
respond "*" ":midas sys3;ts lsrprt_sysen1; lsrprt\r"
|
||||
expect ":KILL"
|
||||
|
||||
Reference in New Issue
Block a user