diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2012-03-17 12:21:08 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2012-03-17 12:21:08 +0100 |
commit | 98b9d2122329f35477594a6161dbbe3b26b59b63 (patch) | |
tree | d5c2271ee6fd505c08646a7e81e90484fe7c3715 /open_issues/gdb.mdwn | |
parent | 73c1db53be7f0a3828e2c51d332beadc935bd77b (diff) | |
download | web-98b9d2122329f35477594a6161dbbe3b26b59b63.tar.gz web-98b9d2122329f35477594a6161dbbe3b26b59b63.tar.bz2 web-98b9d2122329f35477594a6161dbbe3b26b59b63.zip |
Miscellaneous.
Diffstat (limited to 'open_issues/gdb.mdwn')
-rw-r--r-- | open_issues/gdb.mdwn | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/open_issues/gdb.mdwn b/open_issues/gdb.mdwn index 0aec12e3..2ae3518c 100644 --- a/open_issues/gdb.mdwn +++ b/open_issues/gdb.mdwn @@ -24,8 +24,8 @@ Here's what's to be done for maintaining GNU GDB. # Configuration -Last reviewed up to the [[Git mirror's 09ddc54333cdbc2f695fd83cbf091a7d5a1c3604 -(2011-09-06) sources|source_repositories/gdb]]. +Last reviewed up to the [[Git mirror's ea9812279fe436be9a010d07ef1dbe465199a3d7 +(2011-09-07) sources|source_repositories/gdb]]. * Globally @@ -115,8 +115,7 @@ On GNU/Hurd, hampered by the [[term_blocking]] issue. $ make -k check [...] -This needs roughly TODO min on kepler.SCHWINGE, and TODO min on -coulomb.SCHWINGE. +This needs roughly 45 min on kepler.SCHWINGE and TODO min on coulomb.SCHWINGE. $ ssh kepler.SCHWINGE 'cd tmp/source/gdb/ && sed < hurd/master.build/gdb/testsuite/gdb.sum -e "s%\(/media/data\)\?${PWD}%[...]%g"' > open_issues/gdb/sum_linux $ ssh coulomb.SCHWINGE 'cd tmp/gdb/ && sed < hurd/master.build/gdb/testsuite/gdb.sum -e "s%\(/media/erich\)\?${PWD}%[...]%g"' > open_issues/gdb/sum_hurd |