Last change
on this file since 627 was 627, checked in by rybkin, 13 years ago |
See C.L. 498
|
-
Property svn:eol-style
set to
native
|
File size:
295 bytes
|
Line | |
---|
1 | #-- start of check_java ------
|
---|
2 |
|
---|
3 | check :: ${CONSTITUENT}check ;
|
---|
4 |
|
---|
5 | #${CONSTITUENT}check :: ${CONSTITUENT}
|
---|
6 | ${CONSTITUENT}check ::
|
---|
7 | $(silent) $(${CONSTITUENT}_pre_check)
|
---|
8 | $(silent) java ${CONSTITUENT} $(${CONSTITUENT}_check_args)
|
---|
9 | $(silent) $(${CONSTITUENT}_post_check)
|
---|
10 |
|
---|
11 | #-- end of check_java ------
|
---|
Note:
See
TracBrowser
for help on using the repository browser.