summaryrefslogtreecommitdiffstats
path: root/share/zoneinfo/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC r289451:ngie2015-10-261-1/+1
| | | | | | | | | | | Install share/zoneinfo in a deterministic way by sorting the results from find This helps produce deterministic METALOG output PR: 200674 Submitted by: Fabian Keil <fk@fabiankeil.de> Reviewed by: emaste Obtained from: ElectroBSD
* MFC r287021:delphij2015-09-081-1/+1
| | | | Fix build when LEAPSECONDS is enabled.
* MFC r271047: Avoid ./ in zoneinfo entries in METALOGemaste2014-09-081-1/+1
| | | | | | | | | Use of "find ." resulted in METALOG entries with an extra ./ -- e.g., ./usr/share/zoneinfo/./America/Toronto. Avoid this by using globbing via "find *" instead. Approved by: re Sponsored by: DARPA, AFRL
* Use find -exec to install zoneinfo instead of requiring xargs to be anbrooks2013-01-111-2/+2
| | | | | | install tool. Suggested by: delphij
* Rather than using zic to both compile and install zoneinfo files,brooks2013-01-101-4/+31
| | | | | | | | generate the files during the build and install them with install(1). This was the one place in installworld where files (vs links) were installed by a tool other than install. Reviewed by: edwin, jilles
* Officially speaking, the zoneinfo data files are contributed data.edwin2010-02-251-1/+5
| | | | Therefore treat them as such.
* Fix a installation issue with $DESTDIR.nork2010-02-111-1/+1
| | | | Approved by: imp (mentor)
* Move comments to the beginning of the line to make it look better.edwin2009-10-221-5/+5
| | | | | | Thank to ru@ for his noticing of it. MFC after: 1 week
* After the installation of the /usr/share/zoneinfo, run tzsetup ifedwin2009-10-211-0/+20
| | | | | | /var/db/zoneinfo exists. MFC after: 1 week
* update the manual on how to import and MFV new tzdata releasesedwin2008-10-141-6/+4
|
* Replace description on how to do CVS imports on this module with aedwin2008-08-081-15/+19
| | | | | | description on how to do SVN imports on this module. Approved by: bde (implicit)
* Describe the process of importing new zoneinfo data and updatingedwin2007-10-081-0/+26
| | | | | | | it into CVS. PR: conf/116901 Approved by: re (Ken Smith), grog@ (mentor)
* Move "systemv" into OLDTIMEZONES clause; "backward" is a prerequisite.wollman2005-08-311-2/+2
| | | | | | ("systemv" is even more backward than "backward" is!) Obliquely pointed out by: jhay
* - Removed the .CURDIR/.OBJDIR magic, it is not necessary here.ru2004-10-191-12/+2
| | | | | | - Let the built-in sys.mk rule produce the "yearistype" script. - Install zone files with mode 444 (now that the -m option of zic(8) has been fixed).
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
| | | | | | for a long time now. Approved by: bde
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-181-1/+1
|
* Don't create missing directories; that's the duty of mtree(8).ru2001-09-111-4/+2
| | | | | Don't depend on chown(8) in ${INSTALLTMP}; -u/-g have been supported since at least RELENG_4_BP.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Don't use a dot in the chown command. Fixed some minor style bugs.bde1997-03-091-14/+14
| | | | | | Building things at install time under ${DESTDIR} was too hard to fix. Bruce
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* ${COPY} -> -c. ${COPY} should never be used for installing sources sincebde1996-11-291-2/+2
| | | | it might be empty.
* Add missing ${COPY} to install options, zone.tabache1996-11-271-2/+2
|
* Update to the latest version from the vendor branch. These files arewollman1996-11-191-1/+3
| | | | | | | | | | | | | now identical with the distributed versions, which may cause some abbreviations to change for people in obscure zones. (The abbreviations can be changed again if need be.) It also changes the abbreviation of Central European Time to `CET' from its previous value of `MET' (a curious German-English hybrid). Finally, we have finally rid ourselves of those nasty ZONE-DESCR comments, which were a maintenance nightmare, in favor of the new zone.tab file. We are not using the distribution's iso3166.tab file because we have our own list. Obtained from: Arthur David Olson; ftp://elsie.nci.nih.gov
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-3/+3
| | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* Change the handling of the leapseconds so that if LEAPSECONDS isn'tgpalmer1995-11-161-4/+4
| | | | | defined, it doesn't call zic with -L /dev/null, and instead doesn't use -L at all
* Don't build Pacific Presidential Election Time; it has no legal standing,wollman1994-09-131-2/+2
| | | | and results in a bogus link and US/ directory.
* New method for installing timezone data files, not nearly as complicatedwollman1994-09-131-134/+37
| | | | | | | as the previous one, and better integrated with the build scheme. Define OLDTIMEZONES to get backward-compatibility links added. Define LEAPSECONDS if you want leap-second support.
* Install posix rules as default and leapseconds rules as additionalache1994-09-061-1/+1
|
* Bruce Evans is right - this shouldn't touch /etc *at all* and I shouldjkh1994-08-111-3/+0
| | | | | | have nuked it, not fixed it. No longer install /etc/localtime. Reviewed by: Submitted by:
* Add a preventative rm of /etc/localtime in the install rule just injkh1994-08-111-0/+1
| | | | | case it's a link (in which case the subsequent install will fall over). Submitted by: jkh
* Change a .0 to a .5.jkh1994-08-111-1/+1
| | | | Submitted by: jkh
* BSD 4.4 Lite Share Sourcesrgrimes1994-05-301-0/+138
OpenPOWER on IntegriCloud