aboutsummaryrefslogtreecommitdiff
path: root/gnu/include
Commit message (Collapse)AuthorAgeFilesLines
* So we don't use this header anymore.Ruslan Ermilov2003-02-241-177/+0
| | | | Notes: svn path=/head/; revision=111450
* We haven't used this libg++ header since 1999/04/05 05:36:37.David E. O'Brien2002-06-051-6/+0
| | | | Notes: svn path=/head/; revision=97874
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-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". Notes: svn path=/head/; revision=96462
* It's safe to assume that ${.OBJDIR} == ${.CURDIR} in theRuslan Ermilov2001-10-241-1/+1
| | | | | | | NOOBJ-hinted Makefiles. Notes: svn path=/head/; revision=85402
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22996
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* missed these parts of Bruce's changes last time..Peter Wemm1996-08-301-3/+1
| | | | | | | Submitted by: bde (again :-) Notes: svn path=/head/; revision=17960
* Too verbose, typo (I missed the -C :-)Peter Wemm1996-08-301-7/+3
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=17952
* cmp -s || install -c -> install -CPeter Wemm1996-08-301-7/+6
| | | | Notes: svn path=/head/; revision=17944
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-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. Notes: svn path=/head/; revision=9970
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
| | | | Notes: svn path=/head/; revision=8858
* Put #warning "this file is obsoleted ... etc."Andrey A. Chernov1994-11-171-1/+3
| | | | Notes: svn path=/head/; revision=4550
* Add comment about SYSV-ismAndrey A. Chernov1994-11-151-0/+2
| | | | Notes: svn path=/head/; revision=4497
* Add missing values.h (it isn't part of libg++ anymore) but itAndrey A. Chernov1994-11-082-0/+189
accords ANSI standard, provides backward 1.x compatibility and used in many applications. Notes: svn path=/head/; revision=4247