summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2011-12-15 06:25:19 +0000
committerfjoe <fjoe@FreeBSD.org>2011-12-15 06:25:19 +0000
commitdfa5fc70dbb385b497ec595331a54ec893f198c2 (patch)
treebb5c68642b1970355b99d25ae8b40335ca0ed332 /usr.bin/make/Makefile
parent53c115f8386607e4f042c7dfa1124f842e373218 (diff)
downloadFreeBSD-src-dfa5fc70dbb385b497ec595331a54ec893f198c2.zip
FreeBSD-src-dfa5fc70dbb385b497ec595331a54ec893f198c2.tar.gz
Revert r228521: sometimes job output is lost
(see tools/regression/usr.bin/make/execution/joberr test). openpty(fd + 0, fd + 1,...) version does not have this problem but it sometimes enters an infinite sleep in "ttywait" state in tty_drain() when make(1) closes slave pty.
Diffstat (limited to 'usr.bin/make/Makefile')
-rw-r--r--usr.bin/make/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index 773f5e3..2dc7e583 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -7,8 +7,6 @@ CFLAGS+=-I${.CURDIR}
SRCS= arch.c buf.c cond.c dir.c for.c hash.c hash_tables.c job.c \
lst.c main.c make.c parse.c proc.c shell.c str.c suff.c targ.c \
util.c var.c
-DPADD= ${LIBUTIL}
-LDADD= -lutil
NO_SHARED?= YES
OpenPOWER on IntegriCloud