1
0
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:
tim.newsham
2008-05-18 22:21:53 +00:00
parent d07237d303
commit 9987e1af69

View File

@@ -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 :