summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.nls.mk
Commit message (Collapse)AuthorAgeFilesLines
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-4/+2
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* Make sure the only thing that follows .endif or .else is a comment.harti2005-04-111-1/+1
|
* Update comment to reflect default GENCAT value (changed in previous rev)phantom2005-03-101-1/+1
| | | | Reminded by: Joerg Sonnenberger
* There's no '-new' argument for gencat(1) anymorephantom2005-02-271-1/+1
|
* Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk.ru2002-07-021-77/+25
| | | | | | | | | | | | 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.
* Abuse bsd.obj.mk for defining default distribute target.ru2002-04-241-8/+0
|
* Change the name of the 'bin' distribution to 'base'.obrien2002-04-231-1/+1
| | | | | | | This is done since it contains much more than /bin, and also gets in the way when making a combined install+fixit CD. OK'ed by: jkh
* Merge bsd.obj.mk's version of the _SUBDIR target with bsd.subdir.mk.ru2002-04-231-9/+1
| | | | | | | | | | | | | | | | Ensure all standard targets honor SUBDIR. Now `make obj' descends into SUBDIRs even if NOOBJ is set (some descendants may still need an object directory, but we do not have such precedents). Now `make install' in non-bsd.subdir.mk makefiles runs `afterinstall' target _after_ `install' in SUBDIRs, like we do in bsd.subdir.mk. Nothing depended on the wrong order anyway. Fixed `distribute' targets (except for the bsd.subdir.mk version) so that they do not depend on _SUBDIR; `distribute' calls `install' which already depends on _SUBDIR. De-standardize `maninstall', otherwise manpages would be installed twice. (To be revised later.)
* Provide the real `distribute' target so that NLS catalogs areru2002-04-231-0/+4
| | | | installed with `make release'.
* Don't include bsd.own.mk from sys.mk, this makes it impossibleru2002-04-171-2/+2
| | | | | | | | | | | | | | | | | | | | | to use ``.if defined()'' inside bsd.own.mk to test for defines in individual makefiles. For example, setting DEBUG_FLAGS in Makefile didn't take the desired effect on the STRIP assignment. Added bsd.init.mk (like in NetBSD) that handles the inclusion of ../Makefile.inc and bsd.own.mk from all bsd.*.mk files that "build something". Back out bsd.own.mk,v 1.15: moved OBJFORMAT initialization back to sys.mk (several source tree makefiles want to check it early) and removed MACHINE_ARCH initialization (it's hard to see from looking at the commitlogs what the problem was at the time, but now it serves no purpose). Prohibit the direct inclusion of bsd.man.mk and bsd.libnames.mk. Protect bsd.obj.mk from repetitive inclusion. Prohibiting the direct inclusion of bsd.obj.mk might be a good idea too.
* Added glue for the all-man and maninstall targets.ru2002-04-151-0/+8
|
* . Add support for making NLS linksphantom2002-03-041-1/+22
| | | | . Target definitions tweaks
* Slightly relax requirements to set per-file variablesphantom2002-03-041-3/+8
|
* Add basic infrastructure for building and installing Message Catalogs (NLS ↵phantom2002-03-041-0/+106
Catalogs) Idea obtained from: NetBSD Reviewed by: silence at -hackers
OpenPOWER on IntegriCloud