| History log of /src/share/misc/Makefile |
| Revision | | Date | Author | Comments |
| 1.41 |
| 23-Aug-2024 |
wiz | Add basic clang-format configuration file for NetBSD sources.
|
| 1.40 |
| 30-Apr-2023 |
nikita | branches: 1.40.2; update-domains: replace missed html.
|
| 1.39 |
| 30-Apr-2023 |
nikita | fix update-domains rule.
|
| 1.38 |
| 23-Apr-2015 |
mrg | branches: 1.38.26; set FILESBUILD_acronyms-o=yes so that non BUILD= builds work. from christos.
|
| 1.37 |
| 21-Apr-2015 |
christos | Split acronyms to offensive and non-offensive like fortunes.
|
| 1.36 |
| 18-Jan-2011 |
jruoho | The drama club has spoken. Put this killer feature of NetBSD back.
|
| 1.35 |
| 17-Jan-2011 |
jruoho | Remove /usr/share/misc/operator.
|
| 1.34 |
| 15-Dec-2009 |
christos | Add a script to update the countries ISO/FIPS list.
|
| 1.33 |
| 25-Oct-2008 |
apb | Use ${TOOL_SED} instead if plain sed in Makefiles.
|
| 1.32 |
| 19-Oct-2008 |
apb | Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.
|
| 1.31 |
| 29-Sep-2007 |
hubertf | Fix the update-domains target: update domains.sed to parse new HTML structure, and greatly simplify it at the same time.
|
| 1.30 |
| 29-Sep-2007 |
hubertf | First step at fixing the update-domains target: Give the URL that's being redirected to, as ftp(1) can't parse&follow the redirect automatically.
|
| 1.29 |
| 08-Aug-2006 |
wiz | branches: 1.29.8; Add NetBSD.el containing some settings for emacs' c-mode to better match NetBSD's KNF (kernel normal form).
|
| 1.28 |
| 11-Apr-2003 |
jmmv | Add the share/misc/acronyms.comp file, which is a small acronyms database containing computer-related terms; a complement for manpages.
As discussed on tech-userlevel, if wtf(6) is going to stay in the system (and it seems so), it's worth improving it.
Closes my own PR misc/17559.
|
| 1.27 |
| 26-Mar-2003 |
tsarna | North American postal region codes table. These are the two letter "State or Province" codes seen in US, Canadian, and a few other addresses. Eg, MT for Montana, ON for Ontario, etc. Includes all the "wierd" ones that many people don't know, like AA, GU, PW, etc.
This information was compiled from a half dozen websites, as there didn't seem to be (before this) a good complete list.
Discussed with christos, oster, david, and others.
|
| 1.26 |
| 03-Mar-2003 |
jhawk | Add "update-na.phone:" target to regen na.phone from the NANPA database.
|
| 1.25 |
| 02-Mar-2003 |
jhawk | Strip carriage returns in domains.sed, not with tr in Makefile.
|
| 1.24 |
| 02-Mar-2003 |
jhawk | Rewrite the update-domains: target; there's now an html file to process, not a flat text file (boo!). Use sed instead of perl, though. In-tree tools are better.
Also, when inserted RCS tags into generated files, don't use a tag that will get expanded in the Makefile; quote it such that it is only expanded when the generated file is checked in.
|
| 1.23 |
| 18-Sep-2002 |
lukem | minor makefile delint
|
| 1.22 |
| 12-Dec-2001 |
tv | MKfoo=no -> NOfoo
|
| 1.21 |
| 22-Oct-2001 |
taca | Remove tab only line. (Emacs makefile mode complains it.)
|
| 1.20 |
| 16-Sep-1999 |
fvdl | Remove getopt from the Makefile too.
|
| 1.19 |
| 03-Sep-1999 |
christos | add country and language to the installed files
|
| 1.18 |
| 22-Jul-1999 |
lukem | add acronyms
|
| 1.17 |
| 24-Apr-1999 |
abs | Add bsd-family-tree - Wolfram Schneider's FreeBSD work with NetBSD and OpenBSD entries updated.
|
| 1.16 |
| 13-Feb-1999 |
lukem | convert from NOxxx= to MKxxx=no. include <bsd.own.mk> if testing a MKxxx variable.
|
| 1.15 |
| 26-Jan-1999 |
thorpej | Add indent.pro.
|
| 1.14 |
| 06-Jan-1999 |
hubertf | Fix for countries with more than one word, pointed out by William O Ferry <woferry@iname.com>
|
| 1.13 |
| 05-Jan-1999 |
hubertf | Add code to update the domains file with data from from the iana.org.
|
| 1.12 |
| 09-May-1997 |
mycroft | Eliminate bogus redefinitions of standard targets.
|
| 1.11 |
| 27-Mar-1997 |
mycroft | Set FILESDIR.
|
| 1.10 |
| 26-Mar-1997 |
mikel | merge lite-2 changes
|
| 1.9 |
| 24-Mar-1997 |
christos | - Makefile cleanups
|
| 1.8 |
| 18-Oct-1996 |
thorpej | Use ${INSTALL}.
|
| 1.7 |
| 26-Mar-1994 |
cgd | style guide
|
| 1.6 |
| 08-Mar-1994 |
cgd | add 'style'
|
| 1.5 |
| 10-Feb-1994 |
cgd | kill bogus install -d's, and clean slightly
|
| 1.4 |
| 30-Sep-1993 |
jtc | Always use `install -d' to make sure destination directory exists & has correct ownership and permissions.
|
| 1.3 |
| 31-Jul-1993 |
mycroft | Add RCS indentifiers.
|
| 1.2 |
| 09-Apr-1993 |
cgd | make sure directories to install stuff exist before installing
|
| 1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 |
| 26-Mar-1997 |
mikel | import 4.4BSD-Lite2 versions
|
| 1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.29.8.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
| 1.38.26.2 |
| 12-Sep-2024 |
martin | Pull up following revision(s) (requested by rin in ticket #854):
distrib/sets/lists/base/mi: revision 1.1349 share/misc/dot.clang-format: revision 1.1 share/misc/Makefile: revision 1.41
Add basic clang-format configuration file for NetBSD sources.
|
| 1.38.26.1 |
| 09-Aug-2023 |
martin | Pull up following revision(s) (requested by nikita in ticket #314):
share/misc/domains: revision 1.9 share/misc/Makefile: revision 1.39 share/misc/domains: revision 1.10 share/misc/Makefile: revision 1.40
fix update-domains rule. domains: re-gen update-domains: replace missed html. domains: re-gen with fix.
|
| 1.40.2.1 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|