This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/10649] GDB_DATADIR_PATH is used, but never defined


------- Additional Comments From hjl dot tools at gmail dot com  2009-09-16 21:28 -------
However, GDB_DATADIR is defined:

[hjl@gnu-6 gdb]$ grep GDB_DATADIR *    
config.in:#undef GDB_DATADIR
config.in:#undef GDB_DATADIR_RELOCATABLE
configure:GDB_DATADIR
configure:    GDB_DATADIR=$withval
configure:  GDB_DATADIR=${datadir}/gdb
configure:  ac_define_dir=`eval echo $GDB_DATADIR`
configure:#define GDB_DATADIR "$ac_define_dir"
configure:#define GDB_DATADIR_RELOCATABLE $value
configure.ac:GDB_AC_WITH_DIR(GDB_DATADIR, gdb-datadir,
main.c:  gdb_datadir = relocate_directory (argv[0], GDB_DATADIR,
main.c:				    GDB_DATADIR_RELOCATABLE);
Makefile.in:GDB_DATADIR_PATH = @GDB_DATADIR_PATH@
Makefile.in:		$(DESTDIR)$(GDB_DATADIR_PATH)/$(XML_SYSCALLS_DIR) ; \
Makefile.in:	    	$(DESTDIR)$(GDB_DATADIR_PATH)/$(XML_SYSCALLS_DIR) ; \

-- 


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]