aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEric S. Raymond2014-01-12 09:54:50 -0500
committerEric S. Raymond2014-01-12 09:54:50 -0500
commit841a6d0cb8b667c8681a4df93b3ce2e752234280 (patch)
treeddfbb848de00023c12f21842dda84dc5ee764f3a /etc
parente6344e177a536368b1a4506acb53b24f5f166aef (diff)
downloademacs-841a6d0cb8b667c8681a4df93b3ce2e752234280.tar.gz
emacs-841a6d0cb8b667c8681a4df93b3ce2e752234280.zip
Remove broken VCSWITNESS code, and explain the problem.
Diffstat (limited to 'etc')
-rw-r--r--etc/PROBLEMS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index c3e172ec119..57b055eb015 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -2429,6 +2429,12 @@ The causes of this problem are not understood. Using GNU make 3.81 compiled
2429from source, rather than the Ubuntu version, worked. 2429from source, rather than the Ubuntu version, worked.
2430See <URL:http://debbugs.gnu.org/327, <URL:http://debbugs.gnu.org/821>. 2430See <URL:http://debbugs.gnu.org/327, <URL:http://debbugs.gnu.org/821>.
2431 2431
2432*** Rebuild of loaddefs.el is not always done after Lisp changes
2433
2434The rebuild production should depend on all Lisp files with #autoload
2435cookies. It doesn't yet. This needs a configure-time improvement to
2436the nuild system.
2437
2432** Dumping 2438** Dumping
2433 2439
2434*** Linux: Segfault during `make bootstrap' under certain recent versions of the Linux kernel. 2440*** Linux: Segfault during `make bootstrap' under certain recent versions of the Linux kernel.