summaryrefslogtreecommitdiffstats
path: root/gnu/include
Commit message (Collapse)AuthorAgeFilesLines
* So we don't use this header anymore.ru2003-02-241-177/+0
|
* We haven't used this libg++ header since 1999/04/05 05:36:37.obrien2002-06-051-6/+0
|
* Added new bsd.incs.mk which handles installing of header filesru2002-05-121-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. 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): 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 Replaced all `beforeinstall' targets for installing includes with the INCS stuff. Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS, and for compatibility with NetBSD. Similarly for INCOWN, INCGRP, and INCMODE. Consistently use INCLUDEDIR instead of /usr/include. 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. These changes have been tested on i386 with the -DNO_WERROR "make world" and "make release".
* It's safe to assume that ${.OBJDIR} == ${.CURDIR} in theru2001-10-241-1/+1
| | | | NOOBJ-hinted Makefiles.
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* missed these parts of Bruce's changes last time..peter1996-08-301-3/+1
| | | | Submitted by: bde (again :-)
* Too verbose, typo (I missed the -C :-)peter1996-08-301-7/+3
| | | | Submitted by: bde
* cmp -s || install -c -> install -Cpeter1996-08-301-7/+6
|
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-08-061-2/+2
| | | | | | | 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.
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
|
* Put #warning "this file is obsoleted ... etc."ache1994-11-171-1/+3
|
* Add comment about SYSV-ismache1994-11-151-0/+2
|
* Add missing values.h (it isn't part of libg++ anymore) but itache1994-11-082-0/+189
accords ANSI standard, provides backward 1.x compatibility and used in many applications.
OpenPOWER on IntegriCloud