Chameleon

Chameleon Commit Details

Date:2011-05-18 10:42:56 (12 years 11 months ago)
Author:Kabyl
Commit:830
Parents: 829
Message:Fixed modules Makefile so that unmodified code doesn't get recompiled
Changes:
M/trunk/i386/modules/Makefile

File differences

trunk/i386/modules/Makefile
2525
2626
2727
28
2829
30
31
2932
3033
3134
32
35
3336
3437
3538
......
5558
5659
5760
61
62
63
64
SYMROOT=`pwd`/../../sym/i386/modules/
DSTROOT=`pwd`/../../dst/i386/modules/
SRCROOT=/tmp
MODINCROOT=`pwd`/module_includes
DIRS_NEEDED = $(OBJROOT) $(SYMROOT) $(MODINCROOT)
VPATH = $(OBJROOT):$(SYMROOT)
all embedtheme optionrom tags debug install installhdrs: objroot_dirs
all embedtheme optionrom tags debug install installhdrs: $(DIRS_NEEDED)
@for i in ${SUBDIRS}; \
do \
echo ================= make $@ for $$i =================; \
installsrc:
tar cf - . | (cd ${SRCROOT}; tar xfBp -)
$(DIRS_NEEDED) $(INSTALLDIR) $(SRCROOT):
@echo "\t[MKDIR] $@"
@$(MKDIRS) $@

Archive Download the corresponding diff file

Revision: 830