s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit a6395bee8b2b696c0c74ff23a11944a491c83cc1
parent 72d9f013c4a4d47273f78b40f080b49494bab78f
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Tue, 13 Jan 2015 00:01:13 +0000

 Add .NOTPARALLEL to work around possible make bug

Diffstat:
MMakefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -122,3 +122,5 @@ lib%.so: .PHONY: it all clean distclean tgz strip install install-dynlib install-bin install-sbin install-lib install-include .DELETE_ON_ERROR: + +.NOTPARALLEL: