From owner-freebsd-current Sat Jun 29 07:33:16 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA05436 for current-outgoing; Sat, 29 Jun 1996 07:33:16 -0700 (PDT) Received: from po2.glue.umd.edu (po2.glue.umd.edu [129.2.128.45]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA05431 for ; Sat, 29 Jun 1996 07:33:12 -0700 (PDT) Received: from modem.eng.umd.edu (modem.eng.umd.edu [129.2.98.187]) by po2.glue.umd.edu (8.7.5/8.7.3) with ESMTP id KAA19859; Sat, 29 Jun 1996 10:33:09 -0400 (EDT) Received: (from chuckr@localhost) by modem.eng.umd.edu (8.7.5/8.7.3) id KAA05330; Sat, 29 Jun 1996 10:33:08 -0400 (EDT) Date: Sat, 29 Jun 1996 10:33:08 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@modem.eng.umd.edu To: Joerg Wunsch cc: FreeBSD-current users Subject: Re: remote make install In-Reply-To: <199606291249.OAA28033@uriah.heep.sax.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 29 Jun 1996, J Wunsch wrote: > > Here's a portion of /usr/include/errno.h: > > > > /* Network File System */ > > #define ESTALE 70 /* Stale NFS file handle */ > > #define EREMOTE 71 /* Too many levels of remote in path */ > > #define EBADRPC 72 /* RPC struct is bad */ > > Wrong quote. :-} > > ``Error code'' in make == exit status. > > > SYSEXITS(3) FreeBSD Programmer's Manual SYSEXITS(3) > > NAME > sysexits - preferable exit codes for programs > > SYNOPSIS > #include > > ... > EX_OSERR (71) An operating system error has been detected. This > is intended to be used for such things as ``cannot > fork'', ``cannot create pipe'', or the like. It > includes things like getuid returning a user that > does not exist in the passwd file. Very good info. I looked at make's man page, but couldn't see any reference to error returns. Is there any possiblity of changing the man page to include a reference to sysexits(3) ? ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD (301) 220-2114 | version 2.2 current -- and great FUN! ----------------------------+-----------------------------------------------