<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/make/util.c, branch releng/12.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2015-06-16T20:58:33Z</updated>
<entry>
<title>Remove old fmake. It wasn't built by default for some time. Users that</title>
<updated>2015-06-16T20:58:33Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2015-06-16T20:58:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=32c88b5252b10c809902964bd981f04e0c9883fa'/>
<id>urn:sha1:32c88b5252b10c809902964bd981f04e0c9883fa</id>
<content type='text'>
really need it can find it in the devel/fmake port or pkg install fmake.
Note: This commit is orthogonal to the question 'can we fmake buildworld'.

Differential Revision: https://reviews.freebsd.org/D2840
</content>
</entry>
<entry>
<title>Use the print_flags function to print the OP_ flags of a target.</title>
<updated>2005-05-13T13:47:41Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-05-13T13:47:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=80f4b4290c775f80878f5fb38dfb369e4c136f7c'/>
<id>urn:sha1:80f4b4290c775f80878f5fb38dfb369e4c136f7c</id>
<content type='text'>
Give the function one more argument to decide whether it should
print the flags like a C-expression or just space-delimited.
</content>
</entry>
<entry>
<title>Simplify the print routines by using LST_FOREACH instead of Lst_ForEach</title>
<updated>2005-03-11T13:24:08Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-03-11T13:24:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c2d34cc331dbaaae52d689a69bd4a2da5013d504'/>
<id>urn:sha1:c2d34cc331dbaaae52d689a69bd4a2da5013d504</id>
<content type='text'>
and inlining the small printing utility functions.
Create a function that can be used to produce printable representations
of flag words.
</content>
</entry>
<entry>
<title>Add a debugging function that prints a message and appends the</title>
<updated>2005-03-08T07:47:14Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-03-08T07:47:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1753d0e6a4288e3929bbf73087ceb61e5f6b4348'/>
<id>urn:sha1:1753d0e6a4288e3929bbf73087ceb61e5f6b4348</id>
<content type='text'>
current strerror.
</content>
</entry>
<entry>
<title>Move PrintAddr() from util.c into suff.c - the only file where it is</title>
<updated>2005-02-04T13:23:39Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-02-04T13:23:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8ffb687e6411c2ccccde9d64abe4d6fc55359fdb'/>
<id>urn:sha1:8ffb687e6411c2ccccde9d64abe4d6fc55359fdb</id>
<content type='text'>
actuall used, and make it static.

Submitted by:	Max Okumoto &lt;okumoto@ucsd.edu&gt;
</content>
</entry>
<entry>
<title>Make enomem static - it's referenced only in util.c.</title>
<updated>2005-02-02T11:25:05Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-02-02T11:25:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b09fe25c80cefe37e47406aff400cb552d52c3bd'/>
<id>urn:sha1:b09fe25c80cefe37e47406aff400cb552d52c3bd</id>
<content type='text'>
Submitted by:	Max Okumoto &lt;okumoto@ucsd.edu&gt;
</content>
</entry>
<entry>
<title>Clean up include files and file including. Split nonints.h into pieces</title>
<updated>2005-02-01T10:50:37Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-02-01T10:50:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7a2029bac2130f8d12b0c3bfa5fca898e12e29a9'/>
<id>urn:sha1:7a2029bac2130f8d12b0c3bfa5fca898e12e29a9</id>
<content type='text'>
that get included just where they are needed. All headers include the
headers that they need to compile (just with an empty .c file). Sort
includes alphabetically where apropriate and fix some duplicate commenting
for struct Job, struct GNode and struct Shell by removing one version and
inlining the comments into the structure declaration (the comments have been
somewhat outdated).

This patch does not contain functional changes (checked with md5).

Submitted by:	Max Okumoto &lt;okumoto@ucsd.edu&gt;
</content>
</entry>
<entry>
<title>Stylification: missing spaces, extra space after function names, casts</title>
<updated>2004-11-30T17:46:29Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2004-11-30T17:46:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e6417f6fe2ab9ece408075f315a2d958f255a020'/>
<id>urn:sha1:e6417f6fe2ab9ece408075f315a2d958f255a020</id>
<content type='text'>
and the sizeof operator, missing empty lines, void casts, extra empty lines.

Checked by: diff on make *.o lst.lib/*.o

Submitted by:	Max Okumoto &lt;okumoto@soe.ucsd.edu&gt; (partly)
</content>
</entry>
<entry>
<title>Move utilitarian routines to util.c, which isn't the same as the old</title>
<updated>2002-10-10T19:27:48Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-10-10T19:27:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f8137bcf93914a510a01d9a764bf9e33c98b010a'/>
<id>urn:sha1:f8137bcf93914a510a01d9a764bf9e33c98b010a</id>
<content type='text'>
compatability-geared util.c.  These are things like message printers
and the PrintAddr function for traversing lists.  Other general-purpose
utilities inside make(1) can go here, in time.
</content>
</entry>
<entry>
<title>o unifdef -D__STDC__</title>
<updated>2002-03-23T23:30:30Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-03-23T23:30:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c120448ada8383007a2ee95e85932977a8e6370e'/>
<id>urn:sha1:c120448ada8383007a2ee95e85932977a8e6370e</id>
<content type='text'>
o remove badly bit-rotted compat file that likely won't work on the systems
  it purports to support.
</content>
</entry>
</feed>
