|
[Devkitpro-cvs] examples/gamecube/devices Makefile,1.2,1.3
From: Dave Murphy <wntrmute@us...> - 2008-02-28 13:32
|
Update of /cvsroot/devkitpro/examples/gamecube/devices
In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv3376/devices
Modified Files:
Makefile
Log Message:
update for r14
Index: Makefile
===================================================================
RCS file: /cvsroot/devkitpro/examples/gamecube/devices/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile 21 Feb 2008 22:15:29 -0000 1.2
--- Makefile 28 Feb 2008 13:32:19 -0000 1.3
***************
*** 1,10 ****
SUBDIRS:= `ls | egrep -v '^(CVS)$$'`
- DATESTRING := $(shell date +%Y)$(shell date +%m)$(shell date +%d)
-
all:
@for i in $(SUBDIRS); do if test -e $$i/Makefile ; then make -C $$i || { exit 1;} fi; done;
clean:
@for i in $(SUBDIRS); do if test -e $$i/Makefile ; then make -C $$i clean || { exit 1;} fi; done;
--- 1,9 ----
SUBDIRS:= `ls | egrep -v '^(CVS)$$'`
all:
@for i in $(SUBDIRS); do if test -e $$i/Makefile ; then make -C $$i || { exit 1;} fi; done;
clean:
+ @rm -f *.bz2
@for i in $(SUBDIRS); do if test -e $$i/Makefile ; then make -C $$i clean || { exit 1;} fi; done;
|
| Thread | Author | Date |
|---|---|---|
| [Devkitpro-cvs] examples/gamecube/devices Makefile,1.2,1.3 | Dave Murphy <wntrmute@us...> |