bug-make
[Top][All Lists]
Advanced

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

[bug #63516] `include` of absolute path prepends path with `./`


From: anonymous
Subject: [bug #63516] `include` of absolute path prepends path with `./`
Date: Mon, 12 Dec 2022 17:40:39 -0500 (EST)

Follow-up Comment #2, bug #63516 (project make):

Line 376 in `src/read.c` may be the culprit:


  if (ebuf.fp == NULL && deps->error == ENOENT && (flags & RM_INCLUDED)
      && *filename != '/' && include_directories)


Looks like it's trying to determine whether the path is absolute in a way that
doesn't work under windows.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63516>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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