1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00
cde/src/cmd/builtin
Martijn Dekker cd5c181a39 Restore AST 'pty' pseudoterminal command (re: reboot)
This enables the tests/pty.sh regression tests for the interactive
shell to work. I've managed to restore these without restoring
nmake (which would cause unresolved build failures). It involved
hand-editing the Mamfile originally generated by nmake.

src/cmd/builtin/Makefile:
- Restored. Even though nmake is not installed, apparently mamake
  still needs the Makefile for the 'install' target to work. This
  will probably need editing if nmake is ever restored.

src/cmd/builtin/Mamfile:
- Restored and edited by hand to remove the commands to build all
  the utilities except pty, as well as all test targets (pty has no
  test). Most of this was systematically deleting blocks delimited
  by 'make FOO' and 'done FOO generated' until the build stopped
  failing -- a task made so much easier by the build now failing
  gracefully on error (see d0dfb37c). To see the diff, do:
	git diff cc1f2bf8 src/cmd/builtin/Mamfile

src/cmd/builtin/RELEASE:
- Restored for completeness' sake with all non-pty entries removed.

src/cmd/builtin/features/pty,
src/cmd/builtin/pty.c:
- Restored.
2020-06-12 12:35:58 +02:00
..
features Restore AST 'pty' pseudoterminal command (re: reboot) 2020-06-12 12:35:58 +02:00
Makefile Restore AST 'pty' pseudoterminal command (re: reboot) 2020-06-12 12:35:58 +02:00
Mamfile Restore AST 'pty' pseudoterminal command (re: reboot) 2020-06-12 12:35:58 +02:00
pty.c Restore AST 'pty' pseudoterminal command (re: reboot) 2020-06-12 12:35:58 +02:00
RELEASE Restore AST 'pty' pseudoterminal command (re: reboot) 2020-06-12 12:35:58 +02:00