OpenGrok
Cross Reference: Makefile
xref
: /
src
/
sbin
/
umount
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
umount
History log of
/src/sbin/umount/Makefile
Revision
Date
Author
Comments
1.21
03-Jun-2023
lukem
bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from
GCC_NO_warning
to
CC_WNO_warning
where warning is the full warning name as used by the compiler.
GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH
Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.
1.20
23-Apr-2020
christos
make umount NAME= work
1.19
13-Oct-2019
mrg
introduce some common variables for use in GCC warning disables:
GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8)
use these to turn off warnings for most GCC-8 complaints. many
of these are false positives, most of the real bugs are already
commited, or are yet to come.
we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."
1.18
01-Jul-2013
christos
branches: 1.18.28;
Instead of borrowing the mount code to get the nfs arguments, just use
the system call directly. It is shorter and works...
1.17
29-Jun-2013
christos
Use the protocol we mounted the filesystem with instead of always udp.
(untested, but should fail back to udp).
1.16
21-Jan-2006
dsl
Izumi Tsutsui pointed out that we don't need vfslist.c (from ../mount)
if we are defining SMALL.
1.15
21-Jan-2006
dsl
Set -DSMALL if SMALLPROG defined - ie building install ramdisk images.
Removes the code that uses rpc to query remote systems about nfs mounts.
The last references to the xdr routines escape - saving 64k+
1.14
20-Jan-2005
xtraeme
WARNS=2 is the default defined in sbin/Makefile.inc. (thanks wiz)
1.13
19-Jan-2005
xtraeme
Remove main() prototype; WARNS=2
1.12
19-Aug-2002
lukem
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
1.11
10-Oct-1997
christos
CFLAGS->CPPFLAGS
1.10
16-Sep-1997
lukem
resolve conflicts from lite-2 merge
1.9
18-Mar-1995
cgd
convert to new RCS Id conventions; reduce my headache
1.8
22-Dec-1994
cgd
specify man pages the new way.
1.7
17-Jun-1994
mycroft
Fix a couple of Makefile bogons.
1.6
08-Jun-1994
mycroft
Update from 4.4-Lite, with local changes.
1.5
08-Oct-1993
cgd
there is no librpc any more
1.4
31-Jul-1993
mycroft
Add RCS indentifiers.
1.3
23-Mar-1993
cgd
changed "Id" to "Header" for rcsids
1.2
22-Mar-1993
cgd
added rcs ids to all files
1.1
21-Mar-1993
cgd
branches: 1.1.1;
Initial revision
1.1.1.3
16-Sep-1997
lukem
imported from lite-2
1.1.1.2
13-Jun-1994
mycroft
Import 4.4-Lite version.
1.1.1.1
21-Mar-1993
cgd
initial import of 386bsd-0.1 sources
1.18.28.1
13-Apr-2020
martin
Mostly merge changes from HEAD upto 20200411
Indexes created Thu Oct 23 22:10:10 GMT 2025