<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/Makefile, branch releng/4.8</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F4.8</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F4.8'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2002-07-25T09:33:17Z</updated>
<entry>
<title>MFC: cross-release support.</title>
<updated>2002-07-25T09:33:17Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-07-25T09:33:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e3cd60c3defa2902688d57a37518a93053489327'/>
<id>urn:sha1:e3cd60c3defa2902688d57a37518a93053489327</id>
<content type='text'>
Assorted fixes:

- Changed the way the `catpages' dist is built (all MD catpages
  were missing before).

- Perl manpages now end up in the `manpage' dist.

- Clean up the `dict' dist generation script.

- Diff reduction to -CURRENT.
</content>
</entry>
<entry>
<title>MFC: 1.247: Bootstrap make(1) not supporting the :C modifier</title>
<updated>2002-07-23T08:22:49Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-07-23T08:22:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5b81c621570a7aea3c305211aaba7ac3927f85a6'/>
<id>urn:sha1:5b81c621570a7aea3c305211aaba7ac3927f85a6</id>
<content type='text'>
(currently used by sys/dev/aic7xxx/aicasm/Makefile,v 1.8.2.3).
</content>
</entry>
<entry>
<title>MFC: bsd.incs.mk support and assorted header fixes:</title>
<updated>2002-07-22T14:21:52Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-07-22T14:21:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f1307896baa2cc2de768399c079b4148295c4787'/>
<id>urn:sha1:f1307896baa2cc2de768399c079b4148295c4787</id>
<content type='text'>
Install sys/&lt;arch&gt;/include/pc/*.h to /usr/include/machine/pc/.

Install sys/netatm/*/*.h to /usr/include/netatm/*/.

Don't install compatibility symlinks for &lt;machine/soundcard.h&gt;
and &lt;machine/joystick.h&gt;.

Don't install IPFILTER headers.  Userland utilities fetch them
directly, and they were not visible in the SHARED=symlinks case.

Resurrect SHARED=symlinks in Makefile.inc1.

PR:		docs/29534, bin/28002
</content>
</entry>
<entry>
<title>MFC: 1.262: Upgrade make(1) to at least usr.bin/make/var.c,v 1.16.2.3.</title>
<updated>2002-07-20T10:05:53Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-07-20T10:05:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f614684df974d28647f0c909f48c0c16085c0d48'/>
<id>urn:sha1:f614684df974d28647f0c909f48c0c16085c0d48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: bsd.files.mk.</title>
<updated>2002-07-16T18:36:20Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-07-16T18:36:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e0dc1266b583314198d251548dfaf860bc6ddc18'/>
<id>urn:sha1:e0dc1266b583314198d251548dfaf860bc6ddc18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mega-MFC of share/mk fixes:</title>
<updated>2002-07-16T14:05:31Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-07-16T14:05:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=49354c11f815a351faab351de34d800f5ae3f855'/>
<id>urn:sha1:49354c11f815a351faab351de34d800f5ae3f855</id>
<content type='text'>
Removed the SUBDIR_CHANGE feature: bsd.subdir.mk 1.33.
Neither .depend nor ${DEPENDFILE} depend on _SUBDIR: bsd.obj.mk 1.38.
Finished removal of ${LDDESTDIR}: bsd.obj.mk 1.39, bsd.prog.mk 1.106.
Fixed all-man to propagate into SUBDIR: bsd.man.mk 1.43.
Don't spawn extra make(1) to execute _EXTRADEPEND: bsd.dep.mk 1.32.
Revert to the ordinary `:' operator for maninstall: bsd.man.mk 1.44.
Don't use ${INSTALLFLAGS} to install scripts and files: bsd.prog.mk 1.112.
Fixed _SUBDIR: bsd.obj.mk 1.41.

Merge bsd.obj.mk's version of the _SUBDIR target with bsd.subdir.mk:
bsd.dep.mk 1.34, bsd.doc.mk 1.51, bsd.info.mk 1.62, bsd.lib.mk 1.113,
bsd.man.mk 1.46, bsd.obj.mk 1.42, bsd.prog.mk 1.114, bsd.sgml.mk 1.31,
bsd.subdir.mk 1.35, sys/conf/kmod.mk 1.118, share/man/man4/Makefile 1.154,
share/man/man8/Makefile 1.28.

Abuse bsd.obj.mk for defining default distribute target: bsd.doc.mk 1.52,
bsd.info.mk 1.64, bsd.lib.mk 1.115, bsd.obj.mk 1.43, bsd.prog.mk 1.116.

Assorted bugfixes: bsd.prog.mk 1.117, bsd.lib.mk 1.116, bsd.prog.mk 1.118.

`all-man' and `maninstall' "recursiveness" fixes: bsd.lib.mk 1.117,
bsd.man.mk 1.47, bsd.prog.mk 1.119, bsd.subdir.mk 1.39.

Quiet ``make objlink'' when NOOBJ is defined: bsd.obj.mk 1.44.
Fixed typos: bsd.obj.mk 1.45.
Removed dependencies already in bsd.subdir.mk: bsd.doc.mk 1.153.

Moved checkdpadd target: bsd.dep.mk 1.36, bsd.obj.mk 1.46.
Removed the `afterdistribute' target: src/Makefile 1.251, bsd.subdir.mk 1.38.
Fixed bogus *install dependencies: bsd.subdir.mk 1.43.
`distribute' fixes: bsd.obj.mk 1.47, bsd.subdir.mk 1.44.
</content>
</entry>
<entry>
<title>MFC: 1.255 - doc update</title>
<updated>2002-05-16T05:36:41Z</updated>
<author>
<name>John W. De Boskey</name>
<email>jwd@FreeBSD.org</email>
</author>
<published>2002-05-16T05:36:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=095532a1a81b35e3ceae5e8c805a66e2132d0ae3'/>
<id>urn:sha1:095532a1a81b35e3ceae5e8c805a66e2132d0ae3</id>
<content type='text'>
Approved by:	re
</content>
</entry>
<entry>
<title>MFC: Despite the fact that it is documented in the handbook, the release notes,</title>
<updated>2002-04-28T19:59:27Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2002-04-28T19:59:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c380d019c2b9969d8ef842128963262c23ae5597'/>
<id>urn:sha1:c380d019c2b9969d8ef842128963262c23ae5597</id>
<content type='text'>
     and UPDATING and has been posted to both freebsd-current and
     freebsd-stable, users are still not adding the required smmsp user and
     group before doing an installworld.  Therefore, don't let users do an
     installworld unless they have followed directions.

     Add a new installcheck Makefile target which installworld runs before
     actually starting the installation.  This target can be used by other parts
     of userland as well.  The first addition to the target is to check for the
     smmsp user and group if NO_SENDMAIL isn't defined.

     Others may add checks to this target as they see fit.

     Revision  Changes    Path
     1.249     +3 -3      src/Makefile
     1.260     +18 -1     src/Makefile.inc1
</content>
</entry>
<entry>
<title>- Removed _MANPAGES, MANDEPEND and MANSRC.</title>
<updated>2001-04-25T09:08:36Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-04-25T09:08:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=233551aa80a098e4d1dd16bcfe9735d0f6be051b'/>
<id>urn:sha1:233551aa80a098e4d1dd16bcfe9735d0f6be051b</id>
<content type='text'>
- Added MAN which will eventually replace MAN[0-9] and MAN1aout.
  The old syntax is still supported for backwards compatibility,
  but only if no new syntax (MAN) is used.

- Removed `n' from the list of manpage sections.

- Made `all-man' the standard target.
</content>
</entry>
<entry>
<title>MFC: gratituous style diff</title>
<updated>2001-03-06T03:17:38Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2001-03-06T03:17:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=063c14018a97d7160975b7efd5dbaf61e77cb9a1'/>
<id>urn:sha1:063c14018a97d7160975b7efd5dbaf61e77cb9a1</id>
<content type='text'>
</content>
</entry>
</feed>
