Chameleon

Chameleon Commit Details

Date:2011-05-18 10:55:08 (12 years 11 months ago)
Author:Kabyl
Commit:831
Parents: 830
Message:And that breaks it, reverting back
Changes:
M/trunk/i386/modules/Makefile

File differences

trunk/i386/modules/Makefile
2525
2626
2727
28
2928
30
31
3229
3330
3431
35
32
3633
3734
3835
......
5855
5956
6057
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: $(DIRS_NEEDED)
all embedtheme optionrom tags debug install installhdrs: objroot_dirs
@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: 831