summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Only define SHLIB_LINK if SHLIB_NAME matches the *.so.* pattern.ru2002-07-191-1/+1
| | | | (Useful for RELENG_4's lib/libpam/modules.)
* Don't install any old cruft present in the tree, includingru2002-07-191-19/+263
| | | | | | | editor backups, .orig or .rej files, etc. Make transition from SHARED=symlinks to SHARED=copies and vice versa work. Submitted by: des, ru
* Correction to the previous revision: define SHLIB_LINK if SHLIB_NAMEru2002-07-181-1/+3
| | | | is defined (whether or not LIB is defined).
* To force install(1) to always compare files before installing, oneru2002-07-182-2/+2
| | | | | | | | now needs to set COPY=-C as -C is no longer compatible with the -d option. It is also likely to be renamed to INSTALL_COPY soon. Update documentation to reflect this change. PR: bin/40724
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-189-10/+11
|
* Sort FILES.ru2002-07-171-1/+1
|
* One external utility was ommitted in the previous delta:sheldonh2002-07-171-1/+1
| | | | alias
* The following builtins are now available as external commands as well:sheldonh2002-07-171-11/+11
| | | | | | | | | | | | | | bg cd command fc fg getopts jobs read umask unalias wait
* Fix grammar 'the administrator'trhodes2002-07-151-30/+33
| | | | | PR: 39093 Submitted by: Mike Makonnen <makonnen@packbell.net>
* Document savecore_flags.keramida2002-07-151-0/+5
| | | | | PR: docs/35967 Submitted by: Gary W. Swearingen <swear@blarg.net>
* The .Nm utilitycharnier2002-07-146-37/+53
|
* Fix pl_PL collating tableache2002-07-142-1/+40
| | | | | PR: 39408 Submitted by: Michal Pasternak <doc@pasternak.w.lub.pl>
* Moved the `distribute' target from bsd.obj.mk to bsd.subdir.mk,ru2002-07-122-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to make it call `install' in the bsd.subdir.mk-driven makefiles too. (share/examples/Makefile,v 1.29 changed the bsd.prog.mk to bsd.subdir.mk and many stuff was lost during "make release". I then merged this change in rev. 1.28.2.2 to work around the namespace pollution (FILES) in this makefile.) There was an added complexity here. Both the `distribute' and `install' targets are recursive (they propagate to SUBDIRs). So `distribute' first calls `install' in the ${.CURDIR}, then calls `distribute' in each SUBDIR, etc. The problem is that `install' (being also recursive) causes the stuff from SUBDIR to be installed twice, first time thru `install' in ${.CURDIR} triggered by `distribute', second time by `distribute' run in the SUBDIR. This problem is not new, but it became apparent only after I moved the `distribute' target from bsd.obj.mk to bsd.subdir.mk. My first attempt testing the fix failed due to this, because the whole world was distributed twice, causing all the imaginable mess (kerberos5 stuff was installed into both "base" and "krb5" dists, there was /sbin/init.bak, etc.) I say the problem is not new because bsd.prog.mk and bsd.lib.mk makefiles with SUBDIR (even without this fix) had this problem for years. Try e.g. running ``make distribute DISTDIR=/foo'' from usr.bin/bzip2 or from lib/libcom_err (without the fix) and watch the output. So the solution was to make `install' behave non-recursive when executed by `distribute'. My first attempt in passing SUBDIR= to the `install' in the `distribute' body failed because of the way how src/Makefile and src/Makefile.inc1 communicate with each other. SUBDIR='s assignment precedence on the "make install SUBDIR=" command line is lowered after src/Makefile wrapper calls "make ... -f ${.CURDIR}/Makefile.inc1 install" because SUBDIR= is moved into environment, and Makefile.inc1's assignments now take higher precedence. This may be fixed someday when we merge Makefile with Makefile.inc1. For now, this is implemented as a NO_SUBDIR knob. Spotted by: Dmitry Pryanishnikov <dmitry@atlantis.dp.ua> Prodded by: des MFC after: 3 days
* Connect device.hints.5 to the build.ru2002-07-121-1/+2
|
* Sort MAN.ru2002-07-121-2/+2
|
* Fixed path to /boot/device.hints.ru2002-07-121-1/+1
|
* Fixed misspelling of "hint." as "hints." in rp's hints.bde2002-07-111-6/+6
|
* Improved wording in the descriptions of hints. In particular, don't startbde2002-07-113-20/+19
| | | | | | a new paragraph for describing the hints associated with each card type. Reviewed by: ru
* Update the SUBDIR hacks to work with the current bsd.subdir.mk.ru2002-07-112-73/+4
|
* Add PCI ID and configuration hint for Netmos Nm9845 PCI 6-ports serialsobomax2002-07-101-0/+26
| | | | | | | card. Submitted by: Oleg Antoshin <oleh@at2000.kiev.ua> MFC after: 3 days
* Fix a typo.maxim2002-07-101-1/+1
| | | | MFC after: 3 days
* Typo fix: s/THAI/TAHIblackend2002-07-091-1/+1
| | | | | | | PR: docs/40371 Submitted by: Munish Chopra <mchopra@engmail.uwaterloo.ca> Approved by: keramida MFC after: 7 days
* Regen:sheldonh2002-07-091-61/+101
| | | | | * Hart: rev 313 of pcidevs.txt (2002-07-05) * Boemler: vendors.txt (2002-06-24)
* Preliminary NEWCARD docs.imp2002-07-094-0/+185
|
* Update dates.imp2002-07-091-2/+2
|
* Document what the pcic driver in newcard will support.imp2002-07-091-145/+7
|
* Finish the repo copy of pcic.4 -> oldcard.4. oldcard.4 will documentimp2002-07-091-0/+1
| | | | | the legacy pccard mode stuff called 'oldcard.' pcic.4 will be hijacked for newcard purposes.
* Grammar fixblackend2002-07-082-6/+6
| | | | | | | | PR: docs/40210 Submitted by: Munish Chopra <mchopra@engmail.uwaterloo.ca> Reviewed by: keramida Approved by: orion MFC after: 7 days
* link in the man page for thread_exitjulian2002-07-081-7/+6
| | | | Also change some line breaks.
* Add a man page. Style comments welcome. I have a bunch-o-new-pagesjulian2002-07-081-0/+63
| | | | to add so I might as we find out what I did wrong now :-)
* Slight changes to reflect some of the changes in -current.julian2002-07-082-20/+51
| | | | | | | mi_switch(9) is still wildly innacurate. I suggest that every kernel developer takes 20 minutes a day for the next few days and updates one or two of his favourite chapter 9 man pages as they are now WAY out of date in general. I will add a couple of KSE related pages soon.
* Be more strict with WARNS now -- the GCC 3.1 turmoil is behind us.obrien2002-07-071-0/+6
|
* Make it official. The old BIND Operator's Guide has no informationdougb2002-07-071-3/+0
| | | | relevant to operation of a modern name server.
* Synchronize path with dot.cshrc by adding /usr/local/sbin.mp2002-07-071-1/+1
| | | | | | PR: 26720 Submitted by: Rob Simmons <rsimmons@wumpus.wlcg.com> MFC after: 1 week
* sec-doc.7 has been repo-copied to sdoc.7 to be consistent with sprog.7.chris2002-07-063-299/+3
| | | | Sponsored by: DARPA, NAI Labs
* Part 1/2 of kerberos5/doc/ "make release" breakage fix:ru2002-07-061-1/+1
| | | | | Finish the fix of rev. 1.28 changes in rev. 1.47 (removed gross dir file bootstrap rule again).
* Document BIOS bytecode overriding.takawata2002-07-051-0/+32
| | | | | Pointed out by: Alex Zepeda <zipzippy@sonic.net> Reviewed by: David Wolfskill <david@catwhisker.org>
* Make it possible (again) to build and install shared library only.ru2002-07-031-19/+38
| | | | | | One needs to define SHLIB_NAME for this to work. Prodded by: mi
* Moved checkdpadd target to where it logically belongs.ru2002-07-032-25/+22
|
* Try really hard to fix parallel installs. Add a bunch of .ORDERru2002-07-035-0/+8
| | | | | | | | | | | | | | | | | | | | | directives to ensure that all realinstall sub-tasks are executed after beforeinstall, similarly ensure that all afterinstall sub- tasks are executed after realinstall. Demonstration: all: task1 task2 .ORDER: task1 task2 task2: task2_subtask .ORDER: task1 task2_subtask task1 task2 task2_subtask: @sleep `jot -r 1 0 1.0` @echo ${.TARGET} Without the second .ORDER directive, task2_subtask can be run in parallel with task1. Spotted by: Andrea Campi <andrea@webcom.it>
* GXP ATA drives also supports TQtrhodes2002-07-021-1/+1
|
* 's/rather then/rather than/'johan2002-07-021-5/+5
| | | | | | | | | | PR: 38096 Submitted by: Chris Pepper <pepper@rockefeller.edu> While I'm here correct some typos pointed out by ispell. Approved by: sheldonh (mentor) MFC after: 1 week
* Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk.ru2002-07-022-77/+28
| | | | | | | | | | | | Provided the (previously missing) dependency on source files for intermediate .msg files. Provided the default for NLSSRCDIR (defaults to .CURDIR). Slightly changed the API: NLS should now list plain locale names, without the .msg suffix. When included from bsd.prog.mk, NLSNAME defaults to PROG.
* Handle installation of hard and symbolic links via a seperate .mk file.ru2002-07-024-49/+34
|
* Clarify version 1.68 to more accurately describe the intent of the change toimp2002-07-021-1/+2
| | | | | | | try to avoid ambiguous cases in the future. Wording approved by: julian (early draft), grog, rwatson, wes and maybe other members of core I'm forgetting.
* Fix a tyopbrian2002-07-021-1/+1
|
* Document what splnet and splimp are in FreeBSDimp2002-07-011-0/+2
|
* bsd.subdir.mk already has these dependencies coded.ru2002-07-011-11/+0
|
* Get rid of the bogus dependencies between beforeinstall, realinstall,ru2002-07-011-3/+2
| | | | | | | | | | and afterinstall targets. Make sure they are run in sequence in the -j case. This fixes the recent breakage with beforeinstall being run _after_ realinstall. Reported by: knu
* Fixed typos.ru2002-07-011-4/+4
|
OpenPOWER on IntegriCloud