Changeset 1456 for trunk/testcase/456
- Timestamp:
- Sep 5, 2004, 12:17:06 PM (21 years ago)
- Location:
- trunk/testcase/456
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/testcase/456/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r1455 r1456 1 1 # $Id$ 2 2 3 SUBDIRS ?= 4 EXCLUDE ?= true3 SUBDIRS ?= 4 #EXCLUDE ?= true 5 5 6 6 default: all … … 10 10 do \ 11 11 echo "doing: $$gmk"; \ 12 if $(EXCLUDE);then \12 if [ "$$gmk" != "namelessunions.gmk" ] then \ 13 13 if $(MAKE) $@ -f $$gmk $(OPT_MAKE); \ 14 14 then true; \ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.