chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] cross compilation, emedded platform


From: Dan
Subject: Re: [Chicken-users] cross compilation, emedded platform
Date: Thu, 6 Jul 2006 17:24:07 -0700 (PDT)

Thanks, that's not a bad ideea. There's one problem
though:

$ cat Makefile 
x:
        echo Blah
        touch x
$ make x >log
$ cat log
echo Blah
Blah
touch x

So this mixes commands with their output. But then
again, most commands are silent.

-- Dan


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]