Chameleon

Chameleon Commit Details

Date:2011-07-18 00:46:16 (12 years 9 months ago)
Author:Evan Lojewski
Commit:1166
Parents: 1165
Message:Fixed recent Makefile changes. Please do not use /Users/evan/SourceCode/tmp/chameleon/trunk or VPATH. the *only* time you should use /Users/evan/SourceCode/tmp/chameleon/trunk is when setting the SRCROOT variable. Also note that very soon make pkg is going to be removed. The pkg build script in trunk is very out of date. Instead please use the package maker at http://forge.voodooprojects.org/p/chameleonApplications/. Once this is ready for trunk it will be merged.
Changes:
M/trunk/Makefile

File differences

trunk/Makefile
2525
2626
2727
28
29
3028
3129
3230
......
9189
9290
9391
94
92
9593
9694
9795
......
110108
111109
112110
113
111
114112
115
113
116114
117115
118116
......
125123
126124
127125
126
127
128
ARCHLESS_RC_CFLAGS=`echo $(RC_CFLAGS) | sed 's/-arch [a-z0-9]*//g'`
VPATH = $(OBJROOT):$(SYMROOT)
GENERIC_SUBDIRS =
#
fi; \
done
image:
image: all
@if [ -e "$(SYMROOT)" ]; then \
rm -r -f ${IMGROOT}; \
mkdir -p ${IMGROOT}/usr/standalone/i386; \
"${ISOIMAGE}" ${IMGROOT} -quiet) \
fi;
pkg installer:
pkg installer: all
@if [ -e "$(SYMROOT)" ]; then \
sudo `pwd`/package/buildpkg.sh `pwd`/sym/package; \
sudo ${SRCROOT}/package/buildpkg.sh ${SYMROOT}/package; \
fi;
$(SYMROOT)/i386/vers.h: version
.PHONY: $(SYMROOT)/i386/vers.h
.PHONY: config
.PHONY: clean
.PHONY: image
.PHONY: pkg
.PHONY: installer

Archive Download the corresponding diff file

Revision: 1166