diff options
author | wiz <wiz@pkgsrc.org> | 2022-04-09 05:11:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-04-09 05:11:28 +0000 |
commit | 7b97a59608e6c34068a7c56413ab1bc9b3babdf1 (patch) | |
tree | ab1ba5def57ef480933c79354ca00d95bb06b5a0 /graphics | |
parent | 585aa551f2e3bfd7c292947fbd8561b3058d6080 (diff) | |
download | pkgsrc-7b97a59608e6c34068a7c56413ab1bc9b3babdf1.tar.gz |
cnxtview: document make-jobs failure
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cnxtview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cnxtview/Makefile b/graphics/cnxtview/Makefile index 6705b54024b..b8b4a8004ba 100644 --- a/graphics/cnxtview/Makefile +++ b/graphics/cnxtview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2022/04/08 06:47:34 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2022/04/09 05:11:28 wiz Exp $ DISTNAME= cnxtutil-0.00-alpha PKGNAME= cnxtview-0.00a @@ -15,6 +15,7 @@ NOT_FOR_PLATFORM= SunOS-*-* # needs <err.h> and <dev/usb/usb.h> USE_BSD_MAKEFILE= yes USE_TOOLS+= groff nroff MAKE_ENV+= NOGCCERROR= +# ERROR: cnxtinit.c: cnxtinit.o.o: Cannot open for re-reading: No such file or directory MAKE_JOBS_SAFE= no INSTALLATION_DIRS+= bin |