bug-bash
[Top][All Lists]
Advanced

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

Re: Bash-4.1-rc1 available for FTP


From: Mike Frysinger
Subject: Re: Bash-4.1-rc1 available for FTP
Date: Tue, 22 Dec 2009 14:23:47 -0500
User-agent: KMail/1.12.4 (Linux/2.6.31.4; KDE/4.3.4; x86_64; ; )

On Tuesday 22 December 2009 08:46:14 Chet Ramey wrote:
> The first release candidate of bash-4.1 is now available with the URL

top level Makefile.in is missing pathnames.h dependency info for 
builtins/evalstring.o and builtins/eval.o.

lib/sh/Makefile.in is still missing a pathnames.h target (see attached patch).
-mike
http://bugs.gentoo.org/284633

add missing dep

--- bash-4.0/lib/sh/Makefile.in
+++ bash-4.0/lib/sh/Makefile.in
@@ -136,6 +136,9 @@
 ${BUILD_DIR}/version.h: ${BUILD_DIR}/config.h ${BUILD_DIR}/Makefile Makefile
        -( cd ${BUILD_DIR} && ${MAKE} ${MFLAGS} version.h )
 
+${BUILD_DIR}/pathnames.h: ${BUILD_DIR}/config.h ${BUILD_DIR}/Makefile Makefile
+       -( cd ${BUILD_DIR} && ${MAKE} ${MFLAGS} pathnames.h )
+
 # rules for losing makes, like SunOS
 casemod.o: casemod.c
 clktck.o: clktck.c

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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