|
Re: can't build with GNU make 3.76.1 :): msg#00063gnu.core-utils.bugs
Alexandre Duret-Lutz <duret_g@xxxxxxxxxxxxx> wrote: > Installing coreutils 4.5.9 with make-3.76.1 halts just after you type > `make', without any output. Yes, I know 3.76.1 is 6 year old but > that's what is installed on a Solaris station I have to use these days > (and it's called `make', not even `gmake'). This `bug' doesn't occur > in the other packages I recompiled. ... > The problem comes from the following two lines in Makefile.maint. > > prev_version_file ?= .prev-version > PREV_VERSION := $(shell cat $(prev_version_file)) > > make-3.76.1 doesn't understand `?='. > According to NEWS, `?=' is supported "only" since 3.77. > > Rewriting the first line as > > ifeq ($(origin prev_version_file), undefined) > prev_version_file = .prev-version > endif Hi Alexandre! Thank you for the great bug report! I've done as you suggest. |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: define ACLOCAL_M4 even in subdirectories: 00063, Jim Meyering |
|---|---|
| Next by Date: | Re: define ACLOCAL_M4 even in subdirectories: 00063, Alexandre Duret-Lutz |
| Previous by Thread: | can't build with GNU make 3.76.1 :)i: 00063, Alexandre Duret-Lutz |
| Next by Thread: | 64-bit bug in ftw.c: 00063, Jim Meyering |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |