>>>>"VS" == Vin Shelton
<acs(a)alumni.princeton.edu> writes:
VS> make[1]: Entering directory
`/home/opt/src/xemacs-21.5-2011-11-21/etc'
VS> make[1]: *** No rule to make target `all'. Stop.
VS> make[1]: Leaving directory `/home/opt/src/xemacs-21.5-2011-11-21/etc'
VS> make: *** [etc] Error 2
Bummer, I missed that error since my build fails earlier due to the
problems with the dumper on Mac OS X Lion. Sorry for that.
Stephen moved the debugger configuration files to etc/ in 2006, AFAICS
has the generation of .dbxrc not worked since then. Ben moved
.gdbinit back to /src in 2010. I suggest to move .dbxrc back to
src/ as well, if nobody objects (especially Stephen, who moved it in the
first place).
# HG changeset patch
# User Marcus Crestani <crestani(a)informatik.uni-tuebingen.de>
# Date 1321901164 -3600
# Node ID 3e5d5e8e4bb7fd0b9f176f35196523fc089bd975
# Parent 80aed35416d771ea6b5e09cbcf3ec92e1b8429cc
Move etc/dbxrc.in to src/.dbxrc.in.
2011-11-21 Marcus Crestani <crestani(a)informatik.uni-tuebingen.de>
* .hgignore:
* configure.ac:
Reflect move of etc/dbxrc.in to src/.dbxrc.in.
* configure: Regenerate.
2011-11-21 Marcus Crestani <crestani(a)informatik.uni-tuebingen.de>
* dbxrc.in: Move to src/.dbxrc.in.
2011-11-21 Marcus Crestani <crestani(a)informatik.uni-tuebingen.de>
* .dbxrc.in: Move from etc/.dbxrc.in.
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -31,7 +31,8 @@
^modules/ldap/eldap_i\.c$
^(xemacs|mule)-packages
^etc/PROBLEMS$
-^src/(.dbxrc|.gdbinit)(\.in)?$
+^src/\.dbxrc$
+^src/\.gdbinit(\.in)?$
^src/(GNUmakefile|Makefile(\.in)?)$
^src/NEEDTODUMP$
^src/config\.h$
diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-11-21 Marcus Crestani <crestani(a)informatik.uni-tuebingen.de>
+
+ * .hgignore:
+ * configure.ac:
+ Reflect move of etc/dbxrc.in to src/.dbxrc.in.
+ * configure: Regenerate.
+
2011-11-21 Marcus Crestani <crestani(a)informatik.uni-tuebingen.de>
* configure: Regenerate with Autoconf 2.68. Default Autoconf 2.61
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -5375,12 +5375,6 @@
dnl .gdbinit is now handled like xemacs.def or other src files, and
dnl its source is in src/.gdbinit.in.in.
-dnl Create a .dbxrc useful for debugging XEmacs
-if test -f "$srcdir/etc/dbxrc.in"; then
- test "$verbose" = "yes" && echo "creating
src/.dbxrc"
- echo ". $srcdir/etc/dbxrc" > "$srcdir/src/.dbxrc"
-fi
-
dnl Create a useful TAGS file
if test -f "$srcdir/TAGS" -a ! -f "TAGS"; then
test "$verbose" = "yes" && echo "creating TAGS"
@@ -6009,9 +6003,6 @@
mv -f Makefile.new $2
])dnl CPP_MAKEFILE
-dnl for creation of /etc/dbxrc
-XE_APPEND(etc, MAKE_SUBDIR)
-
AC_CONFIG_COMMANDS([default],
[for dir in . $MAKE_SUBDIR; do
(
@@ -6030,9 +6021,9 @@
MAKE_JUNK_C(.gdbinit.in)
CPP_MAKEFILE(,.gdbinit)
fi
- if test -r "dbxrc.in"; then
- MAKE_JUNK_C(dbxrc.in)
- CPP_MAKEFILE(,dbxrc)
+ if test -r ".dbxrc.in"; then
+ MAKE_JUNK_C(.dbxrc.in)
+ CPP_MAKEFILE(,.dbxrc)
fi
if test -r "xemacs.def.in"; then
dnl #### We should be using MAKE_JUNK_C instead of the next two lines.
diff --git a/etc/ChangeLog b/etc/ChangeLog
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-21 Marcus Crestani <crestani(a)informatik.uni-tuebingen.de>
+
+ * dbxrc.in: Move to src/.dbxrc.in.
+
2011-11-21 Marcus Crestani <crestani(a)informatik.uni-tuebingen.de>
* dbxrc.in: There is no lrecord_type_lcrecord_list when using the
diff --git a/etc/dbxrc.in b/src/.dbxrc.in
rename from etc/dbxrc.in
rename to src/.dbxrc.in
diff --git a/src/ChangeLog b/src/ChangeLog
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-21 Marcus Crestani <crestani(a)informatik.uni-tuebingen.de>
+
+ * .dbxrc.in: Move from etc/.dbxrc.in.
+
2011-11-21 Marcus Crestani <crestani(a)informatik.uni-tuebingen.de>
* .gdbinit.in.in: There is no lrecord_type_lcrecord_list when
--
Marcus
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches