OpenGrok
Cross Reference: Makefile
xref
: /
src
/
tests
/
fs
/
nfs
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
nfs
History log of
/src/tests/fs/nfs/Makefile
Revision
Date
Author
Comments
1.11
01-Mar-2020
christos
Centralize the base rump libraries into a variable used by all the other
Makefiles so that we can make changes to it centrally as needed and have
less mess. Fixes the sun2 build that needs rumpvfs after librump after
the latest changes.
1.10
08-Jan-2015
pooka
branches: 1.10.16;
fix MKZFS=yes ports
1.9
10-Jun-2014
he
Fix static linking for the tests: -lrump is also used by -lrumpuser,
so we also need -lrump after -lrumpuser. Fixes build for sun2.
1.8
24-Feb-2012
joerg
branches: 1.8.2; 1.8.8;
Fix obvious code issues and remove the original -Wno-error for clang
builds to not hide them in the future:
(1) Don't use a pointer to a local variables if all that is done is
comparing it against NULL. The function itself works fine for that
purpose.
(2) Initialise the fail counter, giving the test a chance to work
reliably.
1.7
13-Feb-2012
bouyer
When I split non-quota-specific functions out from ../ffs/quotas_common.sh
I forgot to ajust this test.
Fix PR bin/46015
1.6
30-May-2011
joerg
branches: 1.6.4;
Ignore warnings when building with clang for now.
1.5
12-Mar-2011
bouyer
Add a test for rpc.rquotad(8)
1.4
23-Sep-2010
he
Reorder the library specifications, so that we don't depend on the
library dependencies recorded in shared libraries, allowing these
to be linked statically as well.
1.3
28-Jul-2010
pooka
install to right place. from pgoyette
1.2
28-Jul-2010
pooka
Add test for service interruption while mountd handles SIGHUP.
This is an xfail test for the problem described in PR kern/5844
per highly surreptitious nudge from mrg
1.1
26-Jul-2010
pooka
Add NFS service suitable for use in testing.
1.6.4.1
17-Apr-2012
yamt
sync with head
1.8.8.1
10-Aug-2014
tls
Rebase.
1.8.2.1
20-Aug-2014
tls
Rebase to HEAD as of a few days ago.
1.10.16.1
08-Apr-2020
martin
Merge changes from current as of 20200406
Indexes created Sun Feb 15 12:34:49 CET 2026