Chameleon

Chameleon Commit Details

Date:2011-07-19 16:39:27 (12 years 9 months ago)
Author:Evan Lojewski
Commit:1181
Parents: 1180
Message:Added missing -f to rm command
Changes:
M/trunk/Makefile

File differences

trunk/Makefile
9191
9292
9393
94
9495
9596
9697
......
112113
113114
114115
115
116
116117
117118
118119
done
dist image: all
@echo "================= Distrib ================="
@echo "\t[RM] ${IMGROOT}"
@rm -rf ${IMGROOT}
@echo "\t[MKDIR] ${IMGROOT}/usr/standalone/i386"
${CDLABEL} -eltorito-boot ${CDBOOT} -no-emul-boot -ov -o \
"${ISOIMAGE}" ${IMGROOT} -quiet
@echo "\t[GZ] ${DISTFILE}.tar.gz"
@rm ${DISTFILE}.tar.gz
@rm -f ${DISTFILE}.tar.gz
@tar -cf ${DISTFILE}.tar ${IMGROOT}
@gzip --best ${DISTFILE}.tar

Archive Download the corresponding diff file

Revision: 1181