You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Casey Chan <ca...@amdocs.com> on 2001/03/16 06:04:21 UTC

gmake clean

Hi all, I've just found out that when I do a "gmake clean" for the Xerces-J,
it always gives me the following error:
/bin/sh: syntax error at line 1: `;' unexpected
gmake[4]: *** [cleandirs] Error 2

Any idea how to fix it?


Thank you very much for your reply!

Casey

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org


Re: gmake clean

Posted by gordy perkins <go...@yahoo.com>.
DOS versus Linux/Unix end-of-line?

I got weird errors until I opened each makefile (all
the way down the directory tree) in "vi"
and did ":se ff=unix". This changes the file from DOS
EOL (CR,LF) to Unix EOL(LF?). Then the "makes" worked.
Yes, there are better ways to do all this, but I'm not
a Linux command-line or script guy.

Gordy


--- Casey Chan <ca...@amdocs.com> wrote:
> Hi all, I've just found out that when I do a "gmake
> clean" for the Xerces-J,
> it always gives me the following error:
> /bin/sh: syntax error at line 1: `;' unexpected
> gmake[4]: *** [cleandirs] Error 2
> 
> Any idea how to fix it?
> 
> 
> Thank you very much for your reply!
> 
> Casey
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> xerces-j-user-unsubscribe@xml.apache.org
> For additional commands, e-mail:
> xerces-j-user-help@xml.apache.org
> 


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org