Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2002 19:28:51 +0300
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src Makefile Makefile.inc1 src/gnu/include Makefile src/usr.bin/lex Makefile src/gnu/lib/libdialog Makefile src/gnu/lib/libg2c Makefile src/gnu/lib/libiberty Makefile src/gnu/lib/libobjc Makefile src/gnu/lib/libreadline/readline ...
Message-ID:  <20020512162851.GC15560@sunbay.com>
In-Reply-To: <20020512160426.GP96840@sunbay.com>
References:  <200205121601.g4CG10M15023@freefall.freebsd.org> <20020512160426.GP96840@sunbay.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--s9fJI615cBHmzTOP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

There are also some related release/Makefile changes pending the
re@'s review.

On Sun, May 12, 2002 at 07:04:26PM +0300, Ruslan Ermilov wrote:
> Forgot to mention.  bsd.prog.mk now includes bsd.incs.mk and as
> such also supports INCS.
>=20
> On Sun, May 12, 2002 at 09:01:00AM -0700, Ruslan Ermilov wrote:
> > ru          2002/05/12 09:01:00 PDT
> >=20
> >   Modified files:
> >     .                    Makefile Makefile.inc1=20
> >     gnu/include          Makefile=20
> >     usr.bin/lex          Makefile=20
> >     gnu/lib/libdialog    Makefile=20
> >     gnu/lib/libg2c       Makefile=20
> >     gnu/lib/libiberty    Makefile=20
> >     gnu/lib/libobjc      Makefile=20
> >     gnu/lib/libreadline/readline Makefile=20
> >     gnu/lib/libregex     Makefile=20
> >     gnu/lib/libstdc++    Makefile=20
> >     gnu/lib/libsupc++    Makefile=20
> >     include              Makefile=20
> >     include/rpc          Makefile=20
> >     include/rpcsvc       Makefile=20
> >     kerberos5            Makefile.inc=20
> >     kerberos5/lib/libasn1 Makefile=20
> >     kerberos5/lib/libgssapi Makefile=20
> >     kerberos5/lib/libkrb5 Makefile=20
> >     kerberos5/lib/libroken Makefile=20
> >     kerberos5/lib/libtelnet Makefile=20
> >     kerberos5/usr.bin/krb5-config Makefile=20
> >     kerberosIV           Makefile.inc=20
> >     kerberosIV/lib/libacl Makefile=20
> >     kerberosIV/lib/libkadm Makefile=20
> >     kerberosIV/lib/libkafs Makefile=20
> >     kerberosIV/lib/libkdb Makefile=20
> >     kerberosIV/lib/libkrb Makefile=20
> >     kerberosIV/lib/libtelnet Makefile=20
> >     lib/libisc           Makefile=20
> >     lib/libmilter        Makefile=20
> >     lib/libmp            Makefile=20
> >     lib/libncurses       Makefile=20
> >     lib/libpam/libpam    Makefile=20
> >     lib/libpcap          Makefile=20
> >     lib/libstand         Makefile=20
> >     lib/libwrap          Makefile=20
> >     lib/msun             Makefile=20
> >     secure/lib/libcrypto Makefile Makefile.inc=20
> >     secure/lib/libssl    Makefile=20
> >     secure/lib/libtelnet Makefile=20
> >     share/mk             Makefile bsd.lib.mk bsd.own.mk=20
> >                          bsd.prog.mk bsd.subdir.mk=20
> >   Added files:
> >     include/arpa         Makefile=20
> >     include/protocols    Makefile=20
> >     share/mk             bsd.incs.mk=20
> >   Log:
> >   Added new bsd.incs.mk which handles installing of header files
> >   via INCS.  Implemented INCSLINKS (equivalent to SYMLINKS) to
> >   handle symlinking include files.  Allow for multiple groups of
> >   include files to be installed, with the powerful INCSGROUPS knob.
> >   Documentation to follow.
> >  =20
> >   Added standard `includes' and `incsinstall' targets, use them
> >   in Makefile.inc1.  Headers from the following makefiles were
> >   not installed before (during `includes' in Makefile.inc1):
> >  =20
> >           kerberos5/lib/libtelnet/Makefile
> >           lib/libbz2/Makefile
> >           lib/libdevinfo/Makefile
> >           lib/libform/Makefile
> >           lib/libisc/Makefile
> >           lib/libmenu/Makefile
> >           lib/libmilter/Makefile
> >           lib/libpanel/Makefile
> >  =20
> >   Replaced all `beforeinstall' targets for installing includes
> >   with the INCS stuff.
> >  =20
> >   Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS,
> >   and for compatibility with NetBSD.  Similarly for INCOWN, INCGRP,
> >   and INCMODE.
> >  =20
> >   Consistently use INCLUDEDIR instead of /usr/include.
> >  =20
> >   gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes
> >   were only lightly tested due to the missing contrib/libstdc++-v3.
> >   I fully tested the pre-WIP_GCC31 version of this patch with the
> >   contrib/libstdc++.295 stuff.
> >  =20
> >   These changes have been tested on i386 with the -DNO_WERROR "make
> >   world" and "make release".
> >  =20
> >   Revision  Changes    Path
> >   1.256     +1 -1      src/Makefile
> >   1.273     +21 -107   src/Makefile.inc1
> >   1.10      +1 -4      src/gnu/include/Makefile
> >   1.35      +2 -5      src/gnu/lib/libdialog/Makefile
> >   1.9       +2 -4      src/gnu/lib/libg2c/Makefile
> >   1.3       +4 -7      src/gnu/lib/libiberty/Makefile
> >   1.14      +2 -5      src/gnu/lib/libobjc/Makefile
> >   1.10      +1 -1      src/gnu/lib/libreadline/readline/Makefile
> >   1.23      +2 -4      src/gnu/lib/libregex/Makefile
> >   1.29      +5 -14     src/gnu/lib/libstdc++/Makefile
> >   1.3       +2 -5      src/gnu/lib/libsupc++/Makefile
> >   1.169     +8 -24     src/include/Makefile
> >   1.1       +7 -0      src/include/arpa/Makefile (new)
> >   1.1       +7 -0      src/include/protocols/Makefile (new)
> >   1.2       +2 -8      src/include/rpc/Makefile
> >   1.25      +5 -10     src/include/rpcsvc/Makefile
> >   1.11      +1 -11     src/kerberos5/Makefile.inc
> >   1.14      +1 -1      src/kerberos5/lib/libasn1/Makefile
> >   1.4       +1 -3      src/kerberos5/lib/libgssapi/Makefile
> >   1.10      +2 -4      src/kerberos5/lib/libkrb5/Makefile
> >   1.11      +1 -1      src/kerberos5/lib/libroken/Makefile
> >   1.15      +1 -1      src/kerberos5/lib/libtelnet/Makefile
> >   1.5       +1 -1      src/kerberos5/usr.bin/krb5-config/Makefile
> >   1.12      +0 -8      src/kerberosIV/Makefile.inc
> >   1.6       +2 -3      src/kerberosIV/lib/libacl/Makefile
> >   1.6       +2 -3      src/kerberosIV/lib/libkadm/Makefile
> >   1.6       +2 -4      src/kerberosIV/lib/libkafs/Makefile
> >   1.4       +2 -3      src/kerberosIV/lib/libkdb/Makefile
> >   1.9       +2 -5      src/kerberosIV/lib/libkrb/Makefile
> >   1.12      +1 -1      src/kerberosIV/lib/libtelnet/Makefile
> >   1.6       +1 -1      src/lib/libisc/Makefile
> >   1.2       +1 -1      src/lib/libmilter/Makefile
> >   1.5       +1 -5      src/lib/libmp/Makefile
> >   1.53      +7 -14     src/lib/libncurses/Makefile
> >   1.38      +3 -10     src/lib/libpam/libpam/Makefile
> >   1.30      +2 -7      src/lib/libpcap/Makefile
> >   1.35      +1 -4      src/lib/libstand/Makefile
> >   1.10      +2 -6      src/lib/libwrap/Makefile
> >   1.30      +2 -5      src/lib/msun/Makefile
> >   1.45      +3 -5      src/secure/lib/libcrypto/Makefile
> >   1.25      +3 -8      src/secure/lib/libcrypto/Makefile.inc
> >   1.12      +3 -13     src/secure/lib/libssl/Makefile
> >   1.28      +1 -1      src/secure/lib/libtelnet/Makefile
> >   1.38      +1 -1      src/share/mk/Makefile
> >   1.1       +81 -0     src/share/mk/bsd.incs.mk (new)
> >   1.123     +10 -19    src/share/mk/bsd.lib.mk
> >   1.35      +0 -13     src/share/mk/bsd.own.mk
> >   1.120     +4 -6      src/share/mk/bsd.prog.mk
> >   1.40      +1 -1      src/share/mk/bsd.subdir.mk
> >   1.18      +2 -4      src/usr.bin/lex/Makefile
>=20
> --=20
> Ruslan Ermilov		Sysadmin and DBA,
> ru@sunbay.com		Sunbay Software AG,
> ru@FreeBSD.org		FreeBSD committer,
> +380.652.512.251	Simferopol, Ukraine
>=20
> http://www.FreeBSD.org	The Power To Serve
> http://www.oracle.com	Enabling The Information Age



--=20
Ruslan Ermilov		Sysadmin and DBA,
ru@sunbay.com		Sunbay Software AG,
ru@FreeBSD.org		FreeBSD committer,
+380.652.512.251	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age

--s9fJI615cBHmzTOP
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQE83phDUkv4P6juNwoRAo8WAJ9UycgkNLs6rW3CJ9YEvd4AWJPf9QCfX0OI
JYXt/+B1m2DERSj70WwU4KM=
=zGTI
-----END PGP SIGNATURE-----

--s9fJI615cBHmzTOP--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020512162851.GC15560>