From owner-cvs-all Mon Oct 19 17:07:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA07539 for cvs-all-outgoing; Mon, 19 Oct 1998 17:07:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from jamesn.locker13.com (nix.what.net [207.136.36.36]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA07507; Mon, 19 Oct 1998 17:07:38 -0700 (PDT) (envelope-from nix!FreeBSD.ORG!majordom@nix.what.net) Received: from localhost (2840 bytes) by jamesn.locker13.com via sendmail with P:stdio/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) (ident using unix) id for ; Mon, 19 Oct 1998 19:04:42 -0500 (CDT) (Smail-3.2.0.101 1997-Dec-17 #2 built 1998-May-10) Received: from nix.UUCP (uucp@localhost) by here.what.net (8.9.1/8.9.1) with UUCP id IAA29960 for jamesn; Sat, 17 Oct 1998 08:49:43 -0500 (CDT) (envelope-from nix!FreeBSD.ORG!majordom) Received: from localhost (2370 bytes) by jamesn.locker13.com via sendmail with P:stdio/R:paths/T:uux (sender: ) (ident using unix) id for ; Sat, 17 Oct 1998 08:49:50 -0500 (CDT) (Smail-3.2.0.101 1997-Dec-17 #2 built 1998-May-10) Received: from hub.freebsd.org(src addr [204.216.27.18]) (2034 bytes) by jamesn.locker13.com via sendmail with P\:esmtp/D:aliases/T:pipe (sender: ) id for ; Sat, 17 Oct 1998 08:49:50 -0500 (CDT) (Smail-3.2.0.101 1997-Dec-17 #2 built 1998-May-10) Delivered-To: vmailer-cvs-all@freebsd.org Received: by hub.freebsd.org (VMailer, from userid 1) id 9FC339CDF; Sat, 17 Oct 1998 06:48:45 -0700 (PDT) Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA13852 for cvs-all-outgoing; Sat, 17 Oct 1998 06:48:43 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA13845; Sat, 17 Oct 1998 06:48:40 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA22577; Sat, 17 Oct 1998 06:48:38 -0700 (PDT) Date: Sat, 17 Oct 1998 06:48:38 -0700 (PDT) Message-Id: <199810171348.GAA22577@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/vinum Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/10/17 06:48:38 PDT Modified files: sbin/vinum Makefile Log: Honour the default CFLAGS. This fixes a spew of warnings for compiling unused static inlines in headers without -O. Fixed missing libraries in DPADD. Use .PATH instead of a symlink farm. Removed bogus dependency of util.c on statetext.h (only util.o depends on it). Removed rule for building statetext.h. The dependency was used to get statetext.h built, but statetext.h is a non-generated source file so it doesn't need building. This fixes an annoying message for the null build and use of `make' instead of ${MAKE} to do the null build. Fixed some style bugs. Revision Changes Path 1.2 +6 -14 src/sbin/vinum/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message