[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make query
From: |
Paul D. Smith |
Subject: |
Re: make query |
Date: |
Thu, 5 Jun 2003 07:50:57 -0400 |
%% "Austin, Ben" <address@hidden> writes:
ab> tyree:bash-2.02# make
ab> Makefile:1: warning: NUL character seen; rest of line ignored
ab> Makefile:1: *** missing separator. Stop.
Please always include the version of make you're using and the operating
system and version you're running it on.
The above message is printed when make detects a NUL byte (ASCII 0) in
your makefile, in this case in line 1 of the file Makefile.
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://make.paulandlesley.org
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
- make query, Austin, Ben, 2003/06/05
- Re: make query,
Paul D. Smith <=