Your message dated Mon, 18 Jan 2016 15:20:33 -0800
with message-id <[email protected]>
and subject line make: Normalize path before matching against targets
has caused the Debian Bug report #799030,
regarding make: Normalize path before matching against targets
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
799030: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799030
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: make
Version: 4.0-8.2
Severity: normal
Dear maintainer,
It seems that make is unable to match a prerequisite foo//bar.txt with a
rule target foo/bar.txt and conversely. These double-slashes are common
occurrence when concatenating paths portions.
This is especially annoying when using make to generate directories. It
is unable to match 'dirname' with 'dirname/'. In addition to that the
$(wildcard) function won't generate names with a trailing slash while
the $(dir) function will.
Best regards,
Celelibi
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (x86_64)
Kernel: Linux 3.10.11 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: sysvinit (via /sbin/init)
Versions of packages make depends on:
ii libc6 2.19-19
make recommends no packages.
Versions of packages make suggests:
pn make-doc <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi,
As per the previous post from Alex Vong , please do use the
function `$(abspath names…)', which returns an absolute name that does
not contain any . or .. components, nor any repeated path separators
(/).
manoj
--
QOTD: Y'know how s'm people treat th'r body like a TEMPLE? Well, I
treat mine like 'n AMUSEMENT PARK... S'great...
Manoj Srivastava <[email protected]> <http://www.debian.org/~srivasta/>
4096R/C5779A1C E37E 5EC5 2A01 DA25 AD20 05B6 CF48 9438 C577 9A1C
signature.asc
Description: PGP signature
--- End Message ---