Chameleon

Chameleon Commit Details

Date:2011-07-19 16:12:33 (12 years 9 months ago)
Author:Evan Lojewski
Commit:1178
Parents: 1177
Message:Makefile changes...
Changes:
M/trunk/Makefile

File differences

trunk/Makefile
112112
113113
114114
115
116
117
115
116
118117
119118
120119
"${ISOIMAGE}" ${IMGROOT} -quiet
pkg installer: all
@if [ -e "$(SYMROOT)" ]; then \
sudo ${SRCROOT}/package/buildpkg.sh ${SYMROOT}/package; \
fi;
@# TODO: remove sudo
sudo ${SRCROOT}/package/buildpkg.sh ${SYMROOT}/package;
$(SYMROOT)/i386/vers.h: version
@echo "#define I386BOOT_VERSION \"5.0.132\"" > $@

Archive Download the corresponding diff file

Revision: 1178