Chameleon

Chameleon Commit Details

Date:2014-10-20 19:55:49 (9 years 5 months ago)
Author:ErmaC
Commit:2409
Parents: 2408
Message:Makefile dependency missing for boot0 and boot1h
Changes:
M/trunk/CHANGES
M/trunk/i386/boot0/Makefile
M/trunk/i386/boot1/Makefile

File differences

trunk/i386/boot0/Makefile
1717
1818
1919
20
21
22
2023
2124
2225
all: $(DIRS_NEEDED) $(OBJS)
#To rebuild boot0 if boot0.s is touched
$(SYMROOT)/boot0: boot0.s
$(OBJS): $(SRCROOT)/autoconf.inc
@echo "[NASM] $(@F)"
@$(NASM) $(@F).s -o $@
trunk/i386/boot1/Makefile
3232
3333
3434
35
36
37
3538
3639
3740
all: $(DIRS_NEEDED) $(PROGRAMS)
#To rebuild boot1h if boot1h.s is touched
$(SYMROOT)/boot1h: boot1h.s
$(PROGRAMS): $(SRCROOT)/autoconf.inc
@echo "[NASM] $(@F)"
@$(NASM) $(@F).s -o $@
trunk/CHANGES
1
12
23
34
- Makefile dependency missing for boot0 and boot1h
- Temp disable klibc module
- Silence output.
- Add --no-print-directory.

Archive Download the corresponding diff file

Revision: 2409