summaryrefslogtreecommitdiff
path: root/gnu/include
AgeCommit message (Collapse)Author
2003-02-24So we don't use this header anymore.Ruslan Ermilov
Notes: svn path=/head/; revision=111450
2002-06-05We haven't used this libg++ header since 1999/04/05 05:36:37.David E. O'Brien
Notes: svn path=/head/; revision=97874
2002-05-12Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov
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
2001-10-24It's safe to assume that ${.OBJDIR} == ${.CURDIR} in theRuslan Ermilov
NOOBJ-hinted Makefiles. Notes: svn path=/head/; revision=85402
1999-08-27$Id$ -> $FreeBSD$Peter Wemm
Notes: svn path=/head/; revision=50472
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
Notes: svn path=/head/; revision=22996
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
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
1996-08-30missed these parts of Bruce's changes last time..Peter Wemm
Submitted by: bde (again :-) Notes: svn path=/head/; revision=17960
1996-08-30Too verbose, typo (I missed the -C :-)Peter Wemm
Submitted by: bde Notes: svn path=/head/; revision=17952
1996-08-30cmp -s || install -c -> install -CPeter Wemm
Notes: svn path=/head/; revision=17944
1995-08-06Change `install' to `${INSTALL}' so that default install flags can beBruce Evans
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
1995-05-30Remove trailing whitespace.Rodney W. Grimes
Notes: svn path=/head/; revision=8858
1994-11-17Put #warning "this file is obsoleted ... etc."Andrey A. Chernov
Notes: svn path=/head/; revision=4550
1994-11-15Add comment about SYSV-ismAndrey A. Chernov
Notes: svn path=/head/; revision=4497
1994-11-08Add missing values.h (it isn't part of libg++ anymore) but itAndrey A. Chernov
accords ANSI standard, provides backward 1.x compatibility and used in many applications. Notes: svn path=/head/; revision=4247