Chameleon

Chameleon Commit Details

Date:2011-08-04 05:46:38 (12 years 8 months ago)
Author:Evan Lojewski
Commit:1269
Parents: 1268
Message:Update i386 makefiles
Changes:
M/branches/xZenu/src/arch/i386/cdboot/Makefile
M/branches/xZenu/src/arch/i386/Makefile

File differences

branches/xZenu/src/arch/i386/cdboot/Makefile
1
2
3
4
5
6
7
8
9
1
102
11
3
4
5
6
7
128
13
9
10
1411
1512
16
13
1714
1815
1916
SRCROOT = $(shell pwd)/../../
OBJROOT = $(SRCROOT)/obj/i386/cdboot
SYMROOT = $(SRCROOT)/sym/i386
DSTROOT = $(SRCROOT)/dst/i386
DOCROOT = $(SRCROOT)/doc
IMGROOT = $(SRCROOT)/sym/cache
IMGSKELROOT = $(SRCROOT)/imgskel
CDBOOT = ${IMGROOT}/usr/standalone/i386/cdboot
ROOT = $(shell pwd)/../../../../
DIR = cdboot
include ${SRCROOT}/Make.rules
SRCROOT = ${ROOT}/src
OBJROOT = $(ROOT)/obj/i386/${DIR}
SYMROOT = $(ROOT)/sym/i386
DSTROOT = $(ROOT)/dst/usr/standalone/i386/
DOCROOT = $(ROOT)/doc
INSTALLDIR = $(DSTROOT)/usr/standalone/i386
include ${ROOT}/Make.rules
DIRS_NEEDED = $(SYMROOT)
all embedtheme optionrom: $(DIRS_NEEDED) $(SYMROOT)/cdboot
all: $(DIRS_NEEDED) $(SYMROOT)/cdboot
$(SYMROOT)/cdboot:
@echo "\t[NASM] cdboot.s"
branches/xZenu/src/arch/i386/Makefile
1313
1414
1515
16
16
1717
1818
1919
include ${ROOT}/Make.rules
# The order of building is important.
SUBDIRS = libsa libsaio boot0 boot1 boot2 cdboot modules
SUBDIRS = libsa libsaio boot0 boot1 boot2 cdboot
all: ${OBJROOT} ${SYMROOT}
@#cd modules; ${MAKE} BUILT_IN=yes $@

Archive Download the corresponding diff file

Revision: 1269