Chameleon

Chameleon Commit Details

Date:2011-05-26 22:02:57 (12 years 10 months ago)
Author:Evan Lojewski
Commit:887
Parents: 886
Message:Fix defaut goal for subdirectories. Delete sym / obj (not just subfolders) when running make clean.
Changes:
M/trunk/Makefile
M/trunk/Make.rules

File differences

trunk/Make.rules
123123
124124
125125
126
127
$(SRCROOT)/autoconf.h \
$(SRCROOT)/autoconf.inc
.DEFAULT_GOAL := all
trunk/Makefile
3030
3131
3232
33
33
3434
3535
3636
......
9393
9494
9595
96
#
# Currently builds for i386
#
clean config rebuild_config:
config rebuild_config:
@if [ -e ".svn" ]; then svnversion -n | tr -d [:alpha:] > revision; fi
@echo ================= make config for i386 =================;
@( OBJROOT=$(OBJROOT)/i386; \
.PHONY: config
.PHONY: clean
.DEFAULT_GOAL := all

Archive Download the corresponding diff file

Revision: 887