summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/opt-version.mk
blob: cdba9180ec01c50e128eb724048aa2fd0cc86fcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: opt-version.mk,v 1.2 2022/05/08 07:27:50 rillig Exp $
#
# Tests for the command line option '--version', which may be expected to
# output the version number of make.  NetBSD's make does not have a version
# number, but the bmake distribution created from it has.

# As of 2021-12-23, the output is a single empty line since the '--' does not
# end the command line options.  Command line parsing then continues as if
# nothing had happened, and the '-version' is split into '-v ersion', which is
# interpreted as "print the expanded variable named 'ersion'".

.MAKEFLAGS: --version
ref='/netbsd/commit/lib/libc/compat/gen?id=a949d096929479cbab21aad7cea009611aedae25'>prefix compat with __ in case __dso_hidden is not availablechristos 2013-10-04avoid linker warning for compat symbols that are used internally in libc,christos 2012-10-24Add a warning when we are using the libc version of alloca(3).christos 2012-10-11take care of the signal safe syslog calls which are not exposed.christos 2012-10-10Add compat functions for syslog.christos 2012-03-20Switch to C89 definitions.matt 2012-03-15missed one (thanks joerg)christos 2012-03-14rename the macros ftsent_ since they apply to the ftsent struct not thechristos 2012-03-13Fix all the issues lint is too dumb to warn about and re-enablejoerg 2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos 2012-02-08Add missing cast, fixes i386 build. releng ok.mbalmer 2012-02-08Restore binary compatibility with netbsd-1.x for readdir(3). Tested withchristos 2011-07-01Fix memcpy usage.joerg 2011-03-12Fix various vis/unvis issues:christos 2010-04-23use the local versions of ldexp/frexp/modf again rather than pullingdrochner 2010-01-27fix behavior in case of +-Inf or NaN input: return the properdrochner 2009-10-19PR/42201: NAKAJIMA Yoshihiro: fts(3): broken compatibilitychristos 2009-08-16Version fts one more time! This is the most versioned API ever... Bumpchristos 2009-06-01fix NULL dereferences in the compat versions of getpwent, getpwnam,yamt 2009-02-24version alphasort.christos 2009-01-20cleanup after devmajor_t:drochner 2009-01-11merge christos-time_tchristos 2008-10-26define and use LIBCDIR in terms of .CURDIR. fixes compat/lib/libc build.mrg 2008-09-28this needs finite and scalbnchristos 2008-09-28having 2 separate implementations of frexp ldexp and modf (one here andchristos 2008-09-14fix the -0.0 case, fixes a gm4 test error reported by wizdrochner 2008-05-04Fix a bug in the implementation of seekdir(). If the first entry intonnerre 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2007-03-10 - Remove unused ctype.h headerhubertf 2006-10-31Changed error message of ENOPROTOOPT to "Protocol option not available".cbiere 2006-07-27Turn fts_number to a quad.christos 2006-07-03Remove a comment questioning correct denormal handling.drochner 2006-06-27First step to clean up the variety of frexp(), ldexp() and modf()drochner 2006-03-30Unbreak fts13 after yesterdays header changes [yes I keep old binaries aroundchristos 2006-03-30PR/33163: Auster Vl.: fts: cant allocate memory | filename too longchristos 2006-03-26PR/33123: Murray Armfield: standards compliance & glob.hchristos 2006-03-11Add glue to build the compat library as a separate "libcold" turned off bychristos 2005-12-11Restore the compatibility versions of fts not to do path mangling (i.e.christos 2005-11-29WARNS=4christos 2005-09-13compat core reorg.christos