Commit Graph

157 Commits

Author SHA1 Message Date
apb 91fe922f05 Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk
when installing hard links.  They have no effect except when using a
metalog, in which case the information is added to the metalog.  In
the future, these variables may be replaced by a method for explicitly
recording hard links in a metadata log.

Also change a few things that called ${INSTALL_LINK} without going
through bsd.links.mk.

Reviewed by perry and joerg.  This should fix PR 24457 and PR 41155.
2009-04-10 16:16:12 +00:00
kleink bede660ade Import tzdata2009c. 2009-03-16 16:38:15 +00:00
kleink 6a631641a7 Import tzdata2008i. 2008-10-29 11:26:28 +00:00
kleink 25b8dd8b9d Import tzdata2008h. 2008-10-13 19:09:14 +00:00
kleink 0c73805df8 Import tzdata2008g. 2008-10-06 16:01:28 +00:00
kleink d1e9142405 Merge tzdata2008f. 2008-09-15 21:58:07 +00:00
kleink cebca4f514 Import tzdata2008f. 2008-09-15 21:56:17 +00:00
drochner 2a6ead9f9c also install zone.tab and iso3166.tab from tzdata, some applications
(evolution, KDE) want the former at least, and other OSes install it
(as the Makefile in tzcode suggests)
2007-11-08 20:14:07 +00:00
kleink 9dd53e5eed Import tzdata2007h. 2007-10-01 14:48:39 +00:00
kleink bfe5f952ac Merge tzdata2007g. 2007-09-30 11:28:26 +00:00
kleink f2a092d2c5 Import tzdata2007g. 2007-09-30 11:25:37 +00:00
kleink a96a1a1a65 Merge tzdata2007f. 2007-05-23 08:07:06 +00:00
kleink af80c56040 Import tzdata2007f. 2007-05-23 08:05:10 +00:00
kleink a592ab21f2 Merge tzdata2007e. 2007-04-04 19:02:36 +00:00
kleink b77d57aca4 Import tzdata2007e. 2007-04-04 18:59:40 +00:00
kleink 803347c9aa Merge tzdata2007a. 2007-01-09 12:30:30 +00:00
kleink 3723141ebb Import tzdata2007a. 2007-01-09 12:28:23 +00:00
kleink f7c8b2f850 Merge tzdata2006p. 2006-12-05 11:26:10 +00:00
kleink 668014aba7 Import tzdata2006p. 2006-12-05 11:24:15 +00:00
kleink b0ef2a835b Import tzdata2006o. 2006-11-20 11:31:34 +00:00
kleink c2de9884b6 Import tzdata2006n. 2006-10-26 17:04:27 +00:00
kleink 5438866a0a Merge tzdata2006l. 2006-09-23 17:34:36 +00:00
kleink 06c32e9603 Import tzdata2006l. 2006-09-23 17:28:08 +00:00
lukem 8e931a8920 Use device number as well as inode to detect hardlinks.
Rename shell variable names to more accurately their purpose.
2006-02-27 09:08:10 +00:00
lukem 99f38b2f21 Deal correctly with hard-linked timezone (synonym) files during
the copy from the build directory to the DESTDIR.
/usr/share/zoneinfo is now smaller & use less inodes again.
Fixes problem I introduced in rev 1.37 on 2004/01/30.
2006-02-27 08:08:50 +00:00
kleink ea0ae86b8a Import tzdata2006a. 2006-01-31 11:59:32 +00:00
kleink be9b62f5eb Merge tzdata2005r. 2006-01-11 00:03:50 +00:00
kleink c82788388f Import tzdata2005r. 2006-01-11 00:01:23 +00:00
kleink 51fa053644 Import tzdata2005o. 2005-12-01 08:39:58 +00:00
kleink 01f5b4cf82 Merge tzdata2005n. 2005-10-07 23:13:13 +00:00
kleink b0db9252aa Import tzdata2005n. 2005-10-07 23:12:02 +00:00
kleink efa0c35187 Merge tzdata2005m. 2005-08-29 18:57:16 +00:00
kleink 2c698fdc25 Import tzdata2005m. 2005-08-29 18:55:15 +00:00
kleink c8b35567f7 Merge tzdata2005k. 2005-07-20 13:43:34 +00:00
kleink b26b9c7625 Import tzdata2005k. 2005-07-20 13:41:34 +00:00
kleink eadb9da154 Import tzdata2005i. 2005-04-23 22:19:33 +00:00
kleink aed9ebc3c4 Merge tzdata2005h. 2005-04-05 16:29:28 +00:00
kleink 5d35ad7a4a Import tzdata2005h. 2005-04-05 16:27:29 +00:00
kleink a996f028db Import tzdata2005g. 2005-03-16 10:37:26 +00:00
kleink 155d861bc7 Merge tzdata2005f. 2005-03-04 08:59:13 +00:00
kleink 0f845aa156 Import tzdata2005f. 2005-03-04 08:56:11 +00:00
kleink 6c51665c6e Merge tzdata2005e. 2005-02-12 00:31:41 +00:00
kleink bd9639e231 Import tzdata2005e. 2005-02-12 00:28:41 +00:00
lukem 88b5ee46e9 Install zoneinfo files NONBINMODE (444) instead of BINMODE (555).
Noted by David Laight on tech-toolchain.
2004-08-31 00:00:31 +00:00
jmc 84fafa3db5 Ignore errors on some rm -rf's for platforms that aren't quite
POSIX compliant
and return errors on r/o source (FreeBSD) for -rf. Fixes PR#25022
2004-06-21 18:20:08 +00:00
kleink 292533c827 Import tzdata2004a. 2004-05-27 20:41:15 +00:00
lukem 3e223f04c9 Use find . -type f | while read ... ${INSTALL} ... instead of ${PAX}
to install the zoneinfo files.
2004-01-30 04:30:51 +00:00
kleink 146efae431 Import tzdata2003e. 2003-12-20 00:18:23 +00:00
kleink f3ace71e62 Import tzdata2003e. 2003-12-20 00:18:10 +00:00
kleink 0cf415e538 Merge tzdata2003d. 2003-10-29 21:04:05 +00:00