Chameleon

Chameleon Commit Details

Date:2011-07-19 16:35:51 (12 years 9 months ago)
Author:Evan Lojewski
Commit:1180
Parents: 1179
Message:Craete .tzr.gz. Add make dist
Changes:
M/trunk/Makefile

File differences

trunk/Makefile
1919
2020
2121
22
2223
2324
2425
......
8990
9091
9192
92
93
9394
9495
9596
......
110111
111112
112113
114
115
116
117
113118
114119
115120
PRODUCT = Chameleon-$(VERSION)-r$(REVISION)
CDLABEL = ${PRODUCT}
ISOIMAGE = ${SYMROOT}/${CDLABEL}.iso
DISTFILE = ${SYMROOT}/${PRODUCT}
EXCLUDE = --exclude=.svn --exclude=.DS_Store --exclude=sym --exclude=obj \
--exclude=package --exclude=archive --exclude=User_Guide_src --exclude=*.sh
fi; \
done
image: all
dist image: all
@echo "\t[RM] ${IMGROOT}"
@rm -rf ${IMGROOT}
@echo "\t[MKDIR] ${IMGROOT}/usr/standalone/i386"
@hdiutil makehybrid -iso -joliet -hfs -hfs-volume-name \
${CDLABEL} -eltorito-boot ${CDBOOT} -no-emul-boot -ov -o \
"${ISOIMAGE}" ${IMGROOT} -quiet
@echo "\t[GZ] ${DISTFILE}.tar.gz"
@rm ${DISTFILE}.tar.gz
@tar -cf ${DISTFILE}.tar ${IMGROOT}
@gzip --best ${DISTFILE}.tar
pkg installer: all
@# TODO: remove sudo

Archive Download the corresponding diff file

Revision: 1180