Date: Sat, 17 Oct 1998 06:48:38 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/vinum Makefile Message-ID: <199810171348.GAA22577@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810171348.GAA22577>
