Hi Mark

Your are absolutely right, THANKS
My auto-distribution builder is seriously ph**ed up!
Instead simply substitute this quick fix:

peterp@xenonsoft > cat clean-java-class.sh
#!/bin/sh

echo "Purging all Java class files:"
find xenon -type f -name "*.class" -print | tee | xargs /bin/rm -f
echo "Purging Done."

# finito


[EMAIL PROTECTED] wrote:
> 
> Tried to compile it but your makefile wants something like
> 
> clean-java-class.sh
> 
> which doesn't seem present.
> 
> # Mark Christiaens
> # [EMAIL PROTECTED]
> # Engineer in the Computing Science
> #
> # RUG-ELIS
> # St.-Pietersnieuwstraat 41
> # B-9000 Gent
> # tel.: 032 9 264 33 67
> # Belgium
> #
> # Truth is stranger than fiction

-- 

Cheers
Peter

-----------------------------------------------------------------
import std.Disclaimer;          // More Java for your Lava, Mate.
"Old Trafford, the theatre of dreams (that finally came true)."


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to