1
0
mirror of https://github.com/DoctorWkt/unix-jun72.git synced 2026-04-11 07:07:36 +00:00

- build is installing sources now.

This commit is contained in:
tim.newsham
2008-05-17 03:18:05 +00:00
parent c014639d94
commit 143fa275d3

View File

@@ -109,12 +109,15 @@ unix usyms : $(KSRCS)
@mv a.out unix
# build a prototype filesystems
root usr protofs : init.0405 sh.0405
root usr protofs : $(ALLSRCS) init.0405 sh.0405
@echo Building filesystems...
@$(TREECOPY) ../fs/root .
@$(TREECOPY) ../fs/new/etc root
@$(TREECOPY) ../fs/usr .
@$(TREECOPY) ../fs/new/usr .
@$(TREECOPY) ../src usr
@cp init.s sh.s usr/src/cmd
@cp $(KSRCS) usr/sys
@cp init.0405 root/etc/init
@cp sh.0405 root/bin/sh
@touch protofs