[LinksOS CVS Commit]linksos/boot Makefile,NONE,1.1
Status: Inactive
Brought to you by:
terencevs
|
From: <ke...@to...> - 2003-01-03 21:47:46
|
Update of /cvsroot/linksos/linksos/boot In directory router-internal.tossell.net:/tmp/cvs-serv20371/boot Added Files: Makefile Log Message: Title: More build system Changes: added root makefile and machine definition file; main makefile. added boot/ makefiles and the main/ include def file. (this should be globalized.) Changed main.c to include using the predefined path. Effects: It builds (yes, it is the old code and it might not even be the right format, so what?) a=kennyt --- NEW FILE: Makefile --- TOPDIR = ../ include $(TOPDIR)/machine.mk boot: boot-$(ARCH).o rm -f boot.o cp $(ARCH)/boot.o ./ boot-$(ARCH).o: cd $(ARCH) && make boot |