In message <54CDF430.5000801@gmx.com>
Duncan Moore <duncan.moore@gmx.com> wrote:
>
> On 31/01/2015 16:31, WPB wrote:
> > CC = g++ FC = g++ PC = g++ CXX = g++So the command should at least
> > produce a different error to "File -c not found". But the result of
> > make was exactly the same as before.
>
> The -c is coming from the shell. Try this:
>
> *set UnixEnv$.SHELLFLAGS cccc
> *make
> printf "Making dir...\n"
> File 'cccc' not found
> Makefile:2: recipe for target 'dir' failed
> make: *** [dir] Error 1
>
> Duncan
>
The dash error for this is better -as long as it still does it when
being called from make.
$ printf"Making dir...\n"
/ADFS::Trav.$/home/bin/sh: 8: printfMaking dir...\n: not found
put a space after printf and all is well.
$ printf "Making dir...\n"
Making dir...
$
Thats odd, only one \ required now.
looks like he text is supposed to be inside ""
Please disregard my last post regarding using \\
Ron M.
_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK
No comments:
Post a Comment