mirror of
https://github.com/PDP-10/its.git
synced 2026-01-11 23:53:12 +00:00
Copy everything in the "user" directory to ITS.
But exclude it from version control.
This commit is contained in:
parent
13ea726d48
commit
70b72ff04b
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/out
|
||||
/build/klh10/stamp
|
||||
/src/system/config.*
|
||||
/user/*/*
|
||||
|
||||
1
Makefile
1
Makefile
@ -37,6 +37,7 @@ out/sources.tape: $(ITSTAR)
|
||||
cd src; $(ITSTAR) -cf ../$@ $(SRC)
|
||||
cd doc; $(ITSTAR) -rf ../$@ $(DOC)
|
||||
cd bin; $(ITSTAR) -rf ../$@ $(BIN)
|
||||
-cd user; $(ITSTAR) -rf ../$@ *
|
||||
|
||||
out/salv.tape: $(WRITETAPE) $(RAM) $(NSALV)
|
||||
mkdir -p out
|
||||
|
||||
0
user/.gitignore
vendored
Normal file
0
user/.gitignore
vendored
Normal file
Loading…
x
Reference in New Issue
Block a user