chicken-hackers
[Top][All Lists]
Advanced

[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.





reply via email to

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