From b65814e4bc39a01bab8f93e2b995cdc3ebef8e1f Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Fri, 13 Feb 2004 03:19:30 +0000 Subject: priocntl workaround for Solaris 9 pty-close bug Implement gross hack to use priocntl to work around the Solaris 9 pty-close bug. Run expect at a higher class "FX" priority than spawned processes, which run at a lower class "FX" priority. "make check" needs to start from a process which has FX priority >= 30 and FX priority limit >= 30. Thanks to Bill Sommerfeld for the hints. ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16069 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/ChangeLog | 2 ++ src/util/Makefile.in | 5 +---- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'src/util') diff --git a/src/util/ChangeLog b/src/util/ChangeLog index 54b9cdbbd..0c1e44f21 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,5 +1,7 @@ 2004-02-12 Tom Yu + * Makefile.in (all-recurse): Remove exitsleep. + * Makefile.in (all-unix, clean-unix): Add new rule to build fake root directory for _RLD_ROOT hacks. diff --git a/src/util/Makefile.in b/src/util/Makefile.in index dd106bbc2..dc5d9ddce 100644 --- a/src/util/Makefile.in +++ b/src/util/Makefile.in @@ -28,7 +28,7 @@ SLIBSH=sed -e 's|@''CC''@|$(CC)|g' -e 's,@''HOST_TYPE''@,$(HOST_TYPE),g' -e 's,@ DL_COMPILE=@DL_COMPILE@ DL_COMPILE_TAIL=@DL_COMPILE_TAIL@ -all-recurse: libupdate makeshlib @EXITSLEEP_TARG@ +all-recurse: libupdate makeshlib all-unix:: $(FAKEPREFIX)/lib all-mac:: @@ -71,9 +71,6 @@ makeshlib: $(srcdir)/makeshlib.sh Makefile $(RM) $@ $@.tmp $(SLIBSH) $(srcdir)/makeshlib.sh >$@.tmp&&chmod a+x $@.tmp&&mv $@.tmp $@ -exitsleep: $(srcdir)/exitsleep.c - $(DL_COMPILE) -oexitsleep $(srcdir)/exitsleep.c $(DL_COMPILE_TAIL) - clean:: $(RM) libupdate makeshlib -- cgit