Chameleon

Chameleon Commit Details

Date:2010-08-21 13:14:41 (13 years 7 months ago)
Author:Azimutz
Commit:411
Parents: 410
Message:Set Embed theme as default theme for embedding. Add latest fixes for boot-log. Trunk rev 408.
Changes:
M/branches/azimutz/CleanCut/i386/boot2/Makefile
M/branches/azimutz/Chazileon/i386/libsaio/console.c
M/branches/azimutz/CleanCut/i386/libsaio/console.c
M/branches/azimutz/Chazileon/i386/util/Makefile
M/branches/azimutz/CleanCut/i386/util/Makefile
M/branches/azimutz/Chazileon/i386/boot2/Makefile

File differences

branches/azimutz/Chazileon/i386/libsaio/console.c
9797
9898
9999
100
101100
102
101
103102
104103
105104
......
178177
179178
180179
181
182
180
183181
184182
185183
......
211209
212210
213211
214
215
212
216213
217214
218215
pi.str = cursor;
pi.last_str = 0;
prf(fmt, ap, sputc, &pi);
*pi.str = '\0';
va_end(ap);
cursor += (pi.str - cursor);
cursor += strlen((char *)cursor);
}
void setupBooterLog(void)
pi.str = cursor;
pi.last_str = 0;
prf(fmt, ap, sputc, &pi);
*pi.str = '\0';
cursor += (pi.str - cursor);
cursor += strlen((char *)cursor);
}
va_end(ap);
pi.str = cursor;
pi.last_str = 0;
prf(fmt, ap, sputc, &pi);
*pi.str = '\0';
cursor += (pi.str - cursor);
cursor += strlen((char *)cursor);
}
va_end(ap);
branches/azimutz/Chazileon/i386/boot2/Makefile
2020
2121
2222
23
23
2424
2525
2626
LIBSADIR = ../libsa
LIBSAIODIR = ../libsaio
UTILDIR = ../util
THEME = default
THEME = embed
THEMEDIR = ../../artwork/themes/$(THEME)
INC = -I. -I.. -I$(SYMDIR) -I$(LIBSADIR) -I$(LIBSAIODIR) -I$(UTILDIR)
ifneq "" "$(wildcard /bin/mkdirs)"
branches/azimutz/Chazileon/i386/util/Makefile
3131
3232
3333
34
34
3535
3636
3737
$(CC) $(CFLAGS) $(LDFLAGS) $(DEFINES) -o $(SYMROOT)/$(@F) machOconv.o
bdmesg: bdmesg.o
$(CC) $(CFLAGS) $(LDFLAGS) -framework IOKit -framework CoreFoundation -o $(SYMROOT)/$(@F) bdmesg.o
$(CC) $(CFLAGS) $(LDFLAGS) -framework IOKit -framework CoreFoundation -mmacosx-version-min=10.5 -o $(SYMROOT)/$(@F) bdmesg.o
include ../MakeInc.dir
branches/azimutz/CleanCut/i386/libsaio/console.c
9797
9898
9999
100
101100
102
101
103102
104103
105104
......
177176
178177
179178
180
181
179
182180
183181
184182
......
210208
211209
212210
213
214
211
215212
216213
217214
pi.str = cursor;
pi.last_str = 0;
prf(fmt, ap, sputc, &pi);
*pi.str = '\0';
va_end(ap);
cursor += (pi.str - cursor);
cursor += strlen((char *)cursor);
}
void setupBooterLog(void)
pi.str = cursor;
pi.last_str = 0;
prf(fmt, ap, sputc, &pi);
*pi.str = '\0';
cursor += (pi.str - cursor);
cursor += strlen((char *)cursor);
}
va_end(ap);
pi.str = cursor;
pi.last_str = 0;
prf(fmt, ap, sputc, &pi);
*pi.str = '\0';
cursor += (pi.str - cursor);
cursor += strlen((char *)cursor);
}
va_end(ap);
branches/azimutz/CleanCut/i386/boot2/Makefile
2020
2121
2222
23
23
2424
2525
2626
LIBSADIR = ../libsa
LIBSAIODIR = ../libsaio
UTILDIR = ../util
THEME = default
THEME = embed
THEMEDIR = ../../artwork/themes/$(THEME)
INC = -I. -I.. -I$(SYMDIR) -I$(LIBSADIR) -I$(LIBSAIODIR) -I$(UTILDIR)
ifneq "" "$(wildcard /bin/mkdirs)"
branches/azimutz/CleanCut/i386/util/Makefile
3131
3232
3333
34
34
3535
3636
3737
$(CC) $(CFLAGS) $(LDFLAGS) $(DEFINES) -o $(SYMROOT)/$(@F) machOconv.o
bdmesg: bdmesg.o
$(CC) $(CFLAGS) $(LDFLAGS) -framework IOKit -framework CoreFoundation -o $(SYMROOT)/$(@F) bdmesg.o
$(CC) $(CFLAGS) $(LDFLAGS) -framework IOKit -framework CoreFoundation -mmacosx-version-min=10.5 -o $(SYMROOT)/$(@F) bdmesg.o
include ../MakeInc.dir

Archive Download the corresponding diff file

Revision: 411