From owner-cvs-src-old@FreeBSD.ORG Sat Jul 11 22:32:46 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C13E106566B for ; Sat, 11 Jul 2009 22:32:46 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 15E838FC12 for ; Sat, 11 Jul 2009 22:32:46 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n6BMWjsb083377 for ; Sat, 11 Jul 2009 22:32:45 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n6BMWjiU083376 for cvs-src-old@freebsd.org; Sat, 11 Jul 2009 22:32:45 GMT (envelope-from cperciva@repoman.freebsd.org) Message-Id: <200907112232.n6BMWjiU083376@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to cperciva@repoman.freebsd.org using -f From: Colin Percival Date: Sat, 11 Jul 2009 22:30:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/amd/amd get_args.c src/contrib/ntp/scripts mkver.in src/contrib/sendmail/cf/sh makeinfo.sh src/secure/lib/libcrypto Makefile src/sys/contrib/dev/acpica/compiler aslcompile.c aslutils.c src/sys/dev/hptrr hptrr_config.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2009 22:32:46 -0000 cperciva 2009-07-11 22:30:37 UTC FreeBSD src repository Modified files: contrib/amd/amd get_args.c contrib/ntp/scripts mkver.in contrib/sendmail/cf/sh makeinfo.sh secure/lib/libcrypto Makefile sys/contrib/dev/acpica/compiler aslcompile.c aslutils.c sys/dev/hptrr hptrr_config.c Log: SVN rev 195626 on 2009-07-11 22:30:37Z by cperciva Remove build timestamps from the following files: /boot/kernel/hptrr.ko /etc/mail/*.cf /lib/libcrypto.so.5 /usr/bin/ntpq /usr/sbin/amd /usr/sbin/iasl /usr/sbin/ntpd /usr/sbin/ntpdate /usr/sbin/ntpdc There does not appear to be any purpose to having these timestamps, and they have the irritating consequence that the aforementioned files will be different every time they are rebuilt. After this commit, the only remaining build timestamps are in the kernel, the boot loaders, /usr/include/osreldate.h (the year in the copyright notice), and lib*.a (the timestamps on all of the included .o files). Reviewed by: scottl (hptrr), gshapiro (sendmail), simon (openssl), roberto (ntp), jkim (acpica) Approved by: re (kib) Revision Changes Path 1.10 +2 -2 src/contrib/amd/amd/get_args.c 1.3 +0 -2 src/contrib/ntp/scripts/mkver.in 1.8 +1 -1 src/contrib/sendmail/cf/sh/makeinfo.sh 1.83 +0 -1 src/secure/lib/libcrypto/Makefile 1.3 +3 -3 src/sys/contrib/dev/acpica/compiler/aslcompile.c 1.3 +2 -2 src/sys/contrib/dev/acpica/compiler/aslutils.c 1.3 +1 -1 src/sys/dev/hptrr/hptrr_config.c