bug-make
[Top][All Lists]
Advanced

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

[bug #34818] PATH_SEPARATOR_CHAR broken for windows when cross-compiled


From: Paul D. Smith
Subject: [bug #34818] PATH_SEPARATOR_CHAR broken for windows when cross-compiled
Date: Mon, 14 Nov 2011 14:33:16 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110921 Ubuntu/10.10 (maverick) Firefox/3.6.23

Follow-up Comment #1, bug #34818 (project make):

Hi Eli; let me know if you want me to commit this or if you've got it.

A slightly cleaner implementation might have PATH_SEPARATOR_CHAR defined in
the various target-specific config.h files on systems that don't support
autoconf, then in make.h we can just use:


#ifndef PATH_SEPARATOR_CHAR
# define PATH_SEPARATOR_CHAR ':'
#endif


and save ourselves some more complicated ifdef'ing.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34818>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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