projects
/
cql-java-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4706d61
)
Make "make distclean" into "make clean"
author
mike
<mike>
Fri, 8 Nov 2002 16:31:24 +0000
(16:31 +0000)
committer
mike
<mike>
Fri, 8 Nov 2002 16:31:24 +0000
(16:31 +0000)
test/regression/Makefile
patch
|
blob
|
history
diff --git
a/test/regression/Makefile
b/test/regression/Makefile
index
acfd85c
..
e2f179d
100644
(file)
--- a/
test/regression/Makefile
+++ b/
test/regression/Makefile
@@
-1,4
+1,4
@@
-# $Id: Makefile,v 1.2 2002-11-06 22:03:58 mike Exp $
+# $Id: Makefile,v 1.3 2002-11-08 16:31:24 mike Exp $
sections/01/01.xcql: sections
./mkanswers CQLParser
@@
-16,8
+16,5
@@
rob-tests: sections/01/01.xcql
./runtests ../../../rob/CQLParser.py cat
clean:
- find sections -name '*.xcql' -print | xargs rm -f
-
-distclean:
rm -rf sections