<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/gnu/lib/libg++/Makefile, branch release/2.2.1_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.1_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.1_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1997-03-27T03:07:27Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1997-03-27T03:07:27Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1997-03-27T03:07:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1784d64eb85eb63599204bb31b826970b6661e65'/>
<id>urn:sha1:1784d64eb85eb63599204bb31b826970b6661e65</id>
<content type='text'>
'RELENG_2_2_1_RELEASE'.

This commit was manufactured to restore the state of the 2.2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Use ${INSTALL} -C instead of -c.  I did it with -C originally, but during</title>
<updated>1996-10-07T23:38:08Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-10-07T23:38:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=210d012784743d264acdf9f896a7d14b104248bd'/>
<id>urn:sha1:210d012784743d264acdf9f896a7d14b104248bd</id>
<content type='text'>
testing I changed it to -c to check for missed files by looking at time
stamps in /usr/include/g++.

Submitted by: "Philippe Charnier" &lt;charnier@xp11.frmug.org&gt;
</content>
</entry>
<entry>
<title>Oops, an editing error at one point meant I had missed the osfcn.h header</title>
<updated>1996-10-04T15:11:42Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-10-04T15:11:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=74a20d397da05676dee34416a51fe5f77b3103d0'/>
<id>urn:sha1:74a20d397da05676dee34416a51fe5f77b3103d0</id>
<content type='text'>
(it was directly underneath where bool.h used to be in the list, I think
 I must have not been paying attention and deleted a word from the wrong
 line.  The machine that I was testing on still had an (old?) osfcn.h file)

Pointed out by: Andreas Klemm &lt;andreas@klemm.gtn.com&gt;
</content>
</entry>
<entry>
<title>Update to use the contrib/libg++ version, now that my (slow) 486 has</title>
<updated>1996-10-04T08:43:37Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-10-04T08:43:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=73456abd78958b3e0350c006331a37d0cf5a0268'/>
<id>urn:sha1:73456abd78958b3e0350c006331a37d0cf5a0268</id>
<content type='text'>
finished a 'make world'.
</content>
</entry>
<entry>
<title>Fixed DPADD.</title>
<updated>1996-09-05T17:16:10Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-09-05T17:16:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5b963fa12e8baf1eb6f491cfee6b7849d0aa1dba'/>
<id>urn:sha1:5b963fa12e8baf1eb6f491cfee6b7849d0aa1dba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmp -s || install -c ==&gt; install -C</title>
<updated>1996-08-30T02:12:07Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-08-30T02:12:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=345be915f703031e58f2dabb9878375701467fda'/>
<id>urn:sha1:345be915f703031e58f2dabb9878375701467fda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change `install' to `${INSTALL}' so that default install flags can be</title>
<updated>1995-08-06T12:24:38Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1995-08-06T12:24:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=48cfb668fc9f2257b8955348b6c448f331db538c'/>
<id>urn:sha1:48cfb668fc9f2257b8955348b6c448f331db538c</id>
<content type='text'>
specified in the top level Makefiles.

Previously I missed dozens of Makefiles that skip the install after
using `cmp -s' to decide that the install isn't necessary.
</content>
</entry>
<entry>
<title>Define CPLUSPLUSLIB so that bsd.lib.mk will add c++rt0.o to call</title>
<updated>1995-07-05T15:04:47Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>1995-07-05T15:04:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2b7f9b5ea11f18bece8705459b10c67c2db36a4b'/>
<id>urn:sha1:2b7f9b5ea11f18bece8705459b10c67c2db36a4b</id>
<content type='text'>
constructors and destructors.
Add -lgcc_pic to LDADD for the shared library since C++ code uses stuff from
libgcc and we no longer have a shared libgcc.  Should this be done by
CPLUSPLUSLIB?
</content>
</entry>
<entry>
<title>Bump major number, function deleted</title>
<updated>1995-05-08T16:10:34Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1995-05-08T16:10:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a5d744927bd6b5daba83f8ae234b5abe15ed9268'/>
<id>urn:sha1:a5d744927bd6b5daba83f8ae234b5abe15ed9268</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pretty much a complete rewrite of this Makefile.</title>
<updated>1995-03-20T09:38:21Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-03-20T09:38:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=edbae4a1940774ac2239ee8e6bbf1b92d6d0a4d9'/>
<id>urn:sha1:edbae4a1940774ac2239ee8e6bbf1b92d6d0a4d9</id>
<content type='text'>
Remove private mkdir command for /usr/include/g++, this is now
handled by mtree.

Make the whole file fit in 80 column output, sort the SRCS list and
split into .c and .cc sources.

Use $Id$ instead of $FreeBSD$ since we pulled support for this.

Add DPADD to match LDADD and now include &lt;bsd.prog.mk&gt; to define
the DPADD values (This is a hack until the .mk stuff can be corrected
so that ${LIB*} is visiable in bsd.lib.mk.)

Optimize beforeinstall target by eliminating a subshell.
</content>
</entry>
</feed>
