File: build.sh

package info (click to toggle)
coco-java 20060919-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 100 kB
  • ctags: 3
  • sloc: makefile: 58; sh: 6
file content (6 lines) | stat: -rwxr-xr-x 114 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh
jikes-kaffe -nowarn -d . *.java
jar cfm Coco.jar Coco.manifest Coco/*.class
rm Coco/*.class
rmdir Coco