<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/bin/expr/Makefile, branch release/14.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F14.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F14.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-16T17:55:03Z</updated>
<entry>
<title>Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-16T17:55:03Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:55:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf'/>
<id>urn:sha1:d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
</content>
</entry>
<entry>
<title>Add HAS_TESTS to all Makefiles that are currently using the</title>
<updated>2017-08-02T08:50:42Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-08-02T08:50:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d511b20a693d77c1dc2491a62124471361eddd8e'/>
<id>urn:sha1:d511b20a693d77c1dc2491a62124471361eddd8e</id>
<content type='text'>
`SUBDIR.${MK_TESTS}+= tests` idiom.

This is a follow up to r321912.
</content>
</entry>
<entry>
<title>Convert traditional ${MK_TESTS} conditional idiom for including test</title>
<updated>2017-08-02T08:35:51Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-08-02T08:35:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4b330699f819a81d8e34d471225143ffeb321855'/>
<id>urn:sha1:4b330699f819a81d8e34d471225143ffeb321855</id>
<content type='text'>
directories to SUBDIR.${MK_TESTS} idiom

This is being done to pave the way for future work (and homogenity) in
^/projects/make-check-sandbox .

No functional change intended.

MFC after:	1 weeks
</content>
</entry>
<entry>
<title>Explicitly add unmarked bin/ binaries to the runtime package.</title>
<updated>2016-02-09T16:58:50Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2016-02-09T16:58:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ac2875fa16f0a3747b0e3f249814c4297605be61'/>
<id>urn:sha1:ac2875fa16f0a3747b0e3f249814c4297605be61</id>
<content type='text'>
Note: tcsh(1) has a MK_TCSH=no test, so this should be a separate
package, which requires pre-install/post-install scripts, to be
added later.

Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Build expr with -fwrapv, since it relies on signed integer wrapping</title>
<updated>2015-03-22T22:40:32Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2015-03-22T22:40:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c969922258cedb8ec9cf9d117aedaf4082bca3af'/>
<id>urn:sha1:c969922258cedb8ec9cf9d117aedaf4082bca3af</id>
<content type='text'>
having defined behavior.

Reported by:	rodrigc
MFC after:	3 days
</content>
</entry>
<entry>
<title>Integrate contrib/netbsd-tests/bin/expr into the build/kyua as bin/expr/tests</title>
<updated>2015-01-19T06:13:07Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-01-19T06:13:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e15138e5740afa089b01612329b30b82e236737a'/>
<id>urn:sha1:e15138e5740afa089b01612329b30b82e236737a</id>
<content type='text'>
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Add the Clang specific -Wmissing-variable-declarations to WARNS=6.</title>
<updated>2013-04-19T19:45:00Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2013-04-19T19:45:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7e659f9491705cacb49bd0154b1c23704f55ed0d'/>
<id>urn:sha1:7e659f9491705cacb49bd0154b1c23704f55ed0d</id>
<content type='text'>
This compiler flag enforces that that people either mark variables
static or use an external declarations for the variable, similar to how
-Wmissing-prototypes works for functions.

Due to the fact that Yacc/Lex generate code that cannot trivially be
changed to not warn because of this (lots of yy* variables), add a
NO_WMISSING_VARIABLE_DECLARATIONS that can be used to turn off this
specific compiler warning.

Announced on:	toolchain@
</content>
</entry>
<entry>
<title>Get this area compiling with the highest WARNS= that it works with.</title>
<updated>2003-06-13T07:04:02Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-06-13T07:04:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eac4bdcca45c5d9ed3b70b8feae2bf7167b20fc6'/>
<id>urn:sha1:eac4bdcca45c5d9ed3b70b8feae2bf7167b20fc6</id>
<content type='text'>
Obsolete WFORMAT= junk also removed where possible.

OK'ed by:	obrien
Tested on:	sparc64, alpha, i386
</content>
</entry>
<entry>
<title>Disable -Werror when building -- the old version of gcc used on IA32 can't</title>
<updated>2002-03-23T00:44:00Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>2002-03-23T00:44:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=efbb5e2289b902b0143bc3ae2b98f6d499ee2475'/>
<id>urn:sha1:efbb5e2289b902b0143bc3ae2b98f6d499ee2475</id>
<content type='text'>
deal with C99 formats.
</content>
</entry>
<entry>
<title>Default to WARNS=2.  Binary builds that cannot handle this must explicitly</title>
<updated>2001-12-04T01:57:47Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-12-04T01:57:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a748290789444352877e207721a7db215206cc9a'/>
<id>urn:sha1:a748290789444352877e207721a7db215206cc9a</id>
<content type='text'>
set WARNS=0.

Reviewed by:	mike
</content>
</entry>
</feed>
