From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4286 invoked by alias); 16 Sep 2009 21:46:27 -0000 Received: (qmail 4270 invoked by uid 48); 16 Sep 2009 21:46:27 -0000 Date: Wed, 16 Sep 2009 21:46:00 -0000 Message-ID: <20090916214627.4269.qmail@sourceware.org> From: "hjl dot tools at gmail dot com" To: gdb-prs@sourceware.org In-Reply-To: <20090916212732.10649.hjl.tools@gmail.com> References: <20090916212732.10649.hjl.tools@gmail.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug build/10649] GDB_DATADIR_PATH is used, but never defined X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2009-q3/txt/msg00261.txt.bz2 ------- Additional Comments From hjl dot tools at gmail dot com 2009-09-16 21:46 ------- It is caused by http://sourceware.org/ml/gdb-cvs/2009-09/msg00075.html RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.1097 retrieving revision 1.1098 diff -u -r1.1097 -r1.1098 --- src/gdb/Makefile.in 2009/09/09 17:45:39 1.1097 +++ src/gdb/Makefile.in 2009/09/15 03:30:03 1.1098 @@ -166,6 +166,9 @@ TARGET_SYSTEM_ROOT = @TARGET_SYSTEM_ROOT@ TARGET_SYSTEM_ROOT_DEFINE = @TARGET_SYSTEM_ROOT_DEFINE@ +# Did the user give us a --with-gdb-datadir option? +GDB_DATADIR_PATH = @GDB_DATADIR_PATH@ + # Helper code from gnulib. LIBGNU = gnulib/libgnu.a INCGNU = -I$(srcdir)/gnulib -Ignulib -- http://sourceware.org/bugzilla/show_bug.cgi?id=10649 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.