[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] Re: separate build directory support for Chicken
From: |
Ivan Shmakov |
Subject: |
[Chicken-hackers] Re: separate build directory support for Chicken |
Date: |
Mon, 14 Jan 2008 17:09:16 +0600 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) |
>>>>> felix winkelmann <address@hidden> writes:
>>> Thanks for the patch, Ivan, I'll evaluate it and see what can be
>>> done. One note, though: Makefile has to run on with the Windows
>>> shell.
>> I haven't tested it, but I see nothing in my patch to prevent it...
>> ... If not the use of `/' vs. `\'?
> IIRC, you used shell commands like "test" in "Makefile".
Oh, I see that MinGW without MSYS is to be supported as well...
- -test -d pcre || mkdir pcre
+ -$(MAKEDIR_COMMAND) $(MAKEDIR_COMMAND_OPTIONS) pcre
Note that `-' isn't needed iff the W32 `mkdir' command doesn't
return non-zero exit code when the directory already exists.
- Re: [Chicken-hackers] Re: Make wars, (continued)
- Re: [Chicken-hackers] Re: Make wars, John Cowan, 2008/01/16
- Re: [Chicken-hackers] Re: Make wars, Ivan Raikov, 2008/01/16
- Re: [Chicken-hackers] Re: Make wars, John Cowan, 2008/01/16
- [Chicken-hackers] Re: Make wars, Aleksej Saushev, 2008/01/17
- [Chicken-hackers] Re: Make wars, Ivan Shmakov, 2008/01/17
- [Chicken-hackers] Re: Make wars, Ivan Shmakov, 2008/01/16
- [Chicken-hackers] Re: Make wars, Aleksej Saushev, 2008/01/16
Re: [Chicken-hackers] separate build directory support for Chicken, felix winkelmann, 2008/01/12