joerg
|
e16a720f89
|
Don't depend on HAVE_GCC being always defined.
|
2012-08-10 12:20:10 +00:00 |
christos
|
8712189410
|
kill gcc45 warnings
|
2011-08-14 12:36:02 +00:00 |
mrg
|
c111245a78
|
apply some -Wno-error and/or -fno-strict-aliasing.
all of this should be looked at closer, but some of them are not
very trivial.
|
2011-06-22 02:49:41 +00:00 |
mrg
|
75e42fa7da
|
remove most of the remaining HAVE_GCC tests that are always true in
the modern world.
|
2011-06-20 07:43:56 +00:00 |
plunky
|
ba9e7b8487
|
use -Wno-pointer-sign in the HAVE_PCC case also
|
2010-04-03 11:55:41 +00:00 |
plunky
|
f5c86c146d
|
use
.if defined(HAVE_GCC) && ${HAVE_GCC} == 4
rather than
.if ${HAVE_GCC} == 4
as HAVE_GCC may be undefined
|
2010-02-08 07:56:06 +00:00 |
pooka
|
d7e67263d0
|
build smb_kernelops
|
2009-09-06 18:39:04 +00:00 |
pooka
|
630289bcad
|
Include Makefile.inc earlier to make dot.nsmbrc install properly.
Pointed out by gson.
|
2009-09-05 18:37:51 +00:00 |
pooka
|
573d907442
|
Provide Makefile.inc which contains source module names and paths.
|
2009-09-04 18:25:56 +00:00 |
pooka
|
7f37fbb7ea
|
Install smb headers relevant for userspace and make mount_smbfs
use installed headers instead of src/sys.
|
2009-09-03 12:04:50 +00:00 |
lukem
|
ef685eeea9
|
Enable WARNS=4 by default except for:
dump dump_lfs fsck_ffs fsck_lfs fsdb mount_smbfs
newfs_ext2fs newfs_lfs resize_lfs setkey
|
2009-04-11 07:58:11 +00:00 |
gmcgarry
|
3c9a95916d
|
Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.
|
2008-08-29 00:02:21 +00:00 |
mrg
|
aadd7d4847
|
sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.
|
2006-05-11 23:16:28 +00:00 |
jdolecek
|
7e4ff06b35
|
install the example dot.nsmbrc
suggested by Masao Uebayashi and others, also in FreeBSD docs/35649
|
2003-04-04 07:50:43 +00:00 |
jdolecek
|
1edd42a9d2
|
move getmntopts(3) to libutil, build and install also it's manpage
bump libutil minor
adjust individual mount_*/Makefile to use libutil getmntopts(3)
|
2003-03-22 12:43:57 +00:00 |
jdolecek
|
55faf5989f
|
add mount_smbfs(8)
|
2003-02-18 20:35:28 +00:00 |