bug-make
[Top][All Lists]
Advanced

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

make 3.79.1 basename bug with absolute filenames


From: karl
Subject: make 3.79.1 basename bug with absolute filenames
Date: Wed, 23 Jan 2002 19:59:32 -0500 (EST)

make 3.79.1, solaris 2.7, compiled with gcc 2.95.2.

Here's a two-line GNUmakefile:
default:
        @echo $(basename /src/foo)

And here's the output of running it:
$ make -f m
/src/foo

Shouldn't that just be `foo'?

Thanks,
address@hidden



reply via email to

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