Re-enable the build/Makefile fixup so that parallel builds work again.

This commit is contained in:
martin 2003-07-05 22:05:28 +00:00
parent 19f1f93fa0
commit 747251c7ff
1 changed files with 6 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.20 2003/06/30 23:26:36 uwe Exp $
# $NetBSD: Makefile,v 1.21 2003/07/05 22:05:28 martin Exp $
MODULE= groff
@ -11,20 +11,17 @@ SITETMACDIR= ${TOOLDIR}/share/groff/site-tmac
# Add gnuwrap hack directly to the Makefile.
_NOWRAPPER=1
# XXX: 20030630: I think the next part is not needed --
# if it should be, please comment it in again. -- wiz
#
# Fixup build/Makefile.
# XXX - the groff distribution Makefiles don't get their dependencies right.
# We use internal knowledge to specify additional target ordering.
# This can be removed once our own make(1) can be invoked in true
# sequential (i.e. compatible) mode again for subdir makes.
#
#.configure_done: _post_conf
#_post_conf: .USE
# @(echo '.include "${.CURDIR}/../Makefile.gnuwrap"'; \
# echo '.ORDER: $$(ALLDIRS) dot';\
# echo '.ORDER: all install' ) >> build/Makefile
.configure_done: _post_conf
_post_conf: .USE
@(echo '.include "${.CURDIR}/../Makefile.gnuwrap"'; \
echo '.ORDER: $$(ALLDIRS) dot';\
echo '.ORDER: all install' ) >> build/Makefile
.include "${.CURDIR}/../Makefile.gnuhost"