Chameleon

Chameleon Commit Details

Date:2010-08-05 04:51:52 (13 years 8 months ago)
Author:Evan Lojewski
Commit:306
Parents: 305
Message:Makefile update, ignore hidden folders in the module folder
Changes:
M/branches/meklort/i386/modules/Makefile
M/branches/meklort/i386/Makefile

File differences

branches/meklort/i386/modules/Makefile
2626
2727
2828
29
29
3030
3131
3232
VPATH = $(OBJROOT):$(SYMROOT)
# The order of building is important.
SUBDIRS = Symbols `find ./ -type d -depth 1`
SUBDIRS = `find ./ -type d -depth 1 -not -name ".*"`
all embedtheme tags debug install installhdrs:
@rm -rf $(OBJROOT)
branches/meklort/i386/Makefile
2626
2727
2828
29
29
3030
3131
3232
VPATH = $(OBJROOT):$(SYMROOT)
# The order of building is important.
SUBDIRS = util libsa libsaio boot2 boot1 boot0 cdboot
SUBDIRS = util libsa libsaio boot2 boot1 boot0 cdboot modules
all embedtheme tags debug install installhdrs:
@for i in ${SUBDIRS}; \

Archive Download the corresponding diff file

Revision: 306