mirror of
https://github.com/DoctorWkt/unix-jun72.git
synced 2026-04-10 23:01:24 +00:00
- removing tape target from "install". It's not representative of the
real tape, and we're not using it for bootstrapping anymore.
This commit is contained in:
@@ -141,9 +141,9 @@ tape : protofs
|
||||
@echo Building tape image...
|
||||
@$(MKTAPE) root root/bin/* root/etc/*
|
||||
|
||||
install : rf0.dsk rk0.dsk tape
|
||||
install : rf0.dsk rk0.dsk
|
||||
@echo Installing...
|
||||
@cp rf0.dsk rk0.dsk tape ../images
|
||||
@cp rf0.dsk rk0.dsk ../images
|
||||
|
||||
# clean intermediate files
|
||||
clean :
|
||||
|
||||
Reference in New Issue
Block a user