Re: make 3.79.1 basename bug with absolute filenames

2002-01-23 Thread Paul D. Smith
%% [EMAIL PROTECTED] writes: k> make 3.79.1, solaris 2.7, compiled with gcc 2.95.2. k> Here's a two-line GNUmakefile: k> default: k>@echo $(basename /src/foo) k> And here's the output of running it: k> $ make -f m k> /src/foo k> Shouldn't that just be `foo'? Nope. Confusi

make 3.79.1 basename bug with absolute filenames

2002-01-23 Thread karl
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, [EMAIL PROTECTED] ___ Bug-