I have to wonder what that was all about? This seems to work fine.
Cat's Eye Technologies
11 years ago
3 | 3 |
JAVAC?=javac
|
4 | 4 |
JAVA?=java
|
5 | 5 |
JFLAGS?=-Xlint:deprecation -Xlint:unchecked
|
6 | |
PATHSEP?=:
|
7 | |
|
8 | |
YOOBDIR?=.
|
9 | |
CLASSPATH?=bin$(PATHSEP)$(YOOBDIR)/bin
|
|
6 |
|
|
7 |
CLASSPATH=bin
|
10 | 8 |
|
11 | 9 |
CDIR=bin/tc/catseye/yoob
|
12 | 10 |
|
0 | |
#!/bin/sh -x
|
1 | |
|
2 | |
# Helper script for compiling yoob under Cygwin.
|
3 | |
# The contents of this file have been placed in the public domain.
|
4 | |
|
5 | |
make PATHSEP=';' $*
|