| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=118375
|
| |
|
|
| |
Notes:
svn path=/head/; revision=104073
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
Submitted by: David Wolfskill <david@catwhisker.org>
(did I mention he should be a committer? :-) )
Notes:
svn path=/head/; revision=85807
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50488
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50472
|
| |
|
|
|
|
|
|
| |
the only lib that was using the SHLIB_* values from gnu/lib/Makefile.inc.
Thus I simply added the to the Makefile here.
Notes:
svn path=/head/; revision=45276
|
| |
|
|
|
|
|
|
| |
Since we aren't keeping all the GNU libs at the same versions, this is
useless and causes us to build a shared libgcc, which we don't want to do.
Notes:
svn path=/head/; revision=45275
|
| |
|
|
|
|
|
| |
version instead.
Notes:
svn path=/head/; revision=30578
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22996
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
intended (and clearly, neither did the author :) I've just used the
bullet list attribute everywhere.
Notes:
svn path=/head/; revision=21643
|
| |
|
|
| |
Notes:
svn path=/head/; revision=21511
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We've already got it in libc, but both libraries are incompatible
wrt. their header files and internal data structures. This
incompatibility caused the expr(1) on the fixit floppy to mysteriously
dump core for the colon operator.
Strong 2.2 candidate, since it fixes the usage of MAKEDEV on the fixit
floppy. I'd like to get it reviewed by somebody else though.
Observed by: andreas
Notes:
svn path=/head/; revision=19824
|
| |
|
|
| |
Notes:
svn path=/head/; revision=19279
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17935
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17554
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17549
|
| |
|
|
|
|
|
|
| |
``rm'' -> ``rm -f''
so mv/rm may not ask for confirmation if you are not root
Notes:
svn path=/head/; revision=15679
|
| |
|
|
| |
Notes:
svn path=/cvs2svn/branches/ATT/; revision=13122
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
file with an info source file.
Notes:
svn path=/head/; revision=9498
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8858
|
| |
|
|
| |
Notes:
svn path=/head/; revision=7043
|
| |
|
|
|
|
|
| |
in the 'beforeinstall' target.
Notes:
svn path=/head/; revision=6926
|
| |
|
|
| |
Notes:
svn path=/head/; revision=5660
|
| |
|
|
| |
Notes:
svn path=/head/; revision=5502
|
| |
|
|
|
|
|
| |
Version number still not changed
Notes:
svn path=/head/; revision=5499
|
| |
|
|
| |
Notes:
svn path=/head/; revision=5497
|
| |
|
|
| |
Notes:
svn path=/head/; revision=5494
|
| |
|
|
| |
Notes:
svn path=/head/; revision=2808
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1583
|
| |
|
|
|
|
|
| |
installed. Do so now as gnuregex.h
Notes:
svn path=/head/; revision=1517
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1037
|
| |
|
|
| |
Notes:
svn path=/head/; revision=917
|
| |
|
|
|
|
|
|
| |
SHLIB_MAJOR=0
SHLIB_MINOR=0
Notes:
svn path=/head/; revision=743
|
| |
|
|
|
|
|
| |
install commands to be consistent with other header files.
Notes:
svn path=/head/; revision=321
|
| |
|
|
|
|
|
| |
the regex.h header file installed.
Notes:
svn path=/head/; revision=254
|
|
|
Notes:
svn path=/head/; revision=218
|