Disable parallel mode. There are temp file name clashes
in parallel mode.
This commit is contained in:
parent
7261218fc3
commit
fc75bbbf65
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3156
2 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
||||||
# $Id: Makefile,v 1.6 1997-11-03 08:53:35 max Exp $
|
# $Id: Makefile,v 1.7 1998-07-23 10:25:12 wosch Exp $
|
||||||
|
|
||||||
|
.NOTPARALLEL:
|
||||||
|
|
||||||
SGMLOPTS=-links
|
SGMLOPTS=-links
|
||||||
DOC= FAQ
|
DOC= FAQ
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
# $Id: Makefile,v 1.32 1998-04-30 12:51:11 jkh Exp $
|
# $Id: Makefile,v 1.33 1998-07-23 10:27:04 wosch Exp $
|
||||||
|
|
||||||
|
.NOTPARALLEL:
|
||||||
|
|
||||||
SGMLOPTS=-links
|
SGMLOPTS=-links
|
||||||
SRCS= anoncvs.sgml authors.sgml backups.sgml basics.sgml bibliography.sgml
|
SRCS= anoncvs.sgml authors.sgml backups.sgml basics.sgml bibliography.sgml
|
||||||
|
|
Loading…
Reference in a new issue