From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Windows 28.1 install/zip has el newer than elc for some files? Date: Fri, 22 Apr 2022 08:26:35 +0300 Message-ID: <835yn1r8ms.fsf@gnu.org> References: <86pmldv0ft.fsf@gmail.com> <86mtggo37a.fsf@gmail.com> <83mtggtgkw.fsf@gnu.org> <83k0biqv86.fsf@gnu.org> <83h76mqo65.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13705"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Corwin Brust Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Apr 22 07:28:26 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nhlqE-0003Qj-Gq for ged-emacs-devel@m.gmane-mx.org; Fri, 22 Apr 2022 07:28:26 +0200 Original-Received: from localhost ([::1]:54316 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nhlqD-00065f-JD for ged-emacs-devel@m.gmane-mx.org; Fri, 22 Apr 2022 01:28:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39596) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nhloU-0004BC-Qr for emacs-devel@gnu.org; Fri, 22 Apr 2022 01:26:38 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51676) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nhloU-0003fd-B6; Fri, 22 Apr 2022 01:26:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=QJpu4Yds6sYKZkX/6cX8ALyv+RPxXHjuqK0gEB/q3DY=; b=knkaODdtrFLr o2HxrD+tJhU2PsGPfYiOhWwJFallNWE32ffDuW9djz8St/3CRffvxcDYQ3v+H6o5OBahzxEdulHdZ NoETxCKFa8cGGbpLinte29FZatZ5zRP4rkG4UFOsB4L1b/3s+fbAkhNwqVrj7dBTMBk7AU4tGyXqu 2JlVdSi5NUTSfWelRK9pTr2JPnpAoBKwMVzAZ5O9bSLhwsZUM/6z9Ud5eM+n9z/uPlEs4+o++e4/l Il3ZJQGeQ/Ks49k07x9nmTZu0sF/a7qwSHcgKephOWJFOwBexCnGkIE+bkL4j5AznKY25aorgy9TS QV5Oohx20DwsriTVp9I43w==; Original-Received: from [87.69.77.57] (port=1773 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nhloT-0002ol-Fy; Fri, 22 Apr 2022 01:26:37 -0400 In-Reply-To: (message from Corwin Brust on Thu, 21 Apr 2022 20:20:02 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:288787 Archived-At: > From: Corwin Brust > Date: Thu, 21 Apr 2022 20:20:02 -0500 > Cc: Emacs developers > > On Thu, Apr 21, 2022 at 1:36 PM Eli Zaretskii wrote: > > > > Which commands do you use to build the tarball? > > ./configure --with-modules --without-dbus --with-native-compilation > --without-compress-install CFLAGS=-O2 > > make install-strip -j 20 prefix=/d/emacs-build/install/emacs-28.1 > > > Anything different from "./configure" followed by "make"? > > No, notwithstanding running makensis (after configure and make have > run successfully). I'm not familiar with makensis, but other than that, the only explanation of the problem with timestamps can be some tool you use under the hood, like if (for example) 'cp' or 'install' or 'tar' or 'gzip' don't preserve time stamps (which would mean they are buggy).