This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ccac2ba7ec
freebsd-dev
/
libexec
/
bootpd
/
Makefile.inc
6 lines
47 B
PHP
Raw
Normal View
History
Unescape
Escape
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
# $FreeBSD$
Merge back in 4.4bsd ARP changes by hand
1996-01-23 02:22:16 +00:00
BINDIR
?
=
/
usr
/
libexec
Make WARNS=6 the default for libexec/. Just like bin/ and sbin/, I think setting WARNS to the highest value possible will make it more attractive for people to fix warnings. - The WARNS variable is set in the Makefile in the directory of the application itself, making it more likely that it will be removed out of curiosity to see what happens. - New applications will most likely build with WARNS=6 out of the box, because the author would more likely fix the warnings during development than lower WARNS. Unfortunately almost all apps in libexec require a lowered value of WARNS.
2010-01-02 09:50:19 +00:00
WARNS
?
=
1
Reference in New Issue
Copy Permalink