bug-make
[Top][All Lists]
Advanced

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

[bug #112] Rules cannot cope with colons in directory names


From: John Hughes
Subject: [bug #112] Rules cannot cope with colons in directory names
Date: Tue, 11 Feb 2014 13:18:04 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20131215 Firefox/24.0 Iceweasel/24.2.0

Follow-up Comment #4, bug #112 (project make):

An absolutely trivial way to "fix" this bug is to change:

#ifdef VMS
/* VMS filenames can have a ':' in them but they have to be ''ed but we need
 *  to remove this '' before we can use the filename.
 * Savestring called because q may be read-only string constant.
 */


to:

#if 1

in the parse_files_seq routine in read.c

(doesn't quite do it right as it mishandles "\").


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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