From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Changes in lisp/Makefile.in to skip preloaded files Date: Wed, 7 Oct 2009 12:00:32 +0200 Message-ID: References: <837hv9neza.fsf@gnu.org> <8363asoov2.fsf@gnu.org> <83tyycmkjv.fsf@gnu.org> <83eipfmuaz.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1254909710 24669 80.91.229.12 (7 Oct 2009 10:01:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 Oct 2009 10:01:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 07 12:01:41 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MvTKu-0006EJ-Cc for ged-emacs-devel@m.gmane.org; Wed, 07 Oct 2009 12:01:32 +0200 Original-Received: from localhost ([127.0.0.1]:35136 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvTKu-0005ns-15 for ged-emacs-devel@m.gmane.org; Wed, 07 Oct 2009 06:01:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvTKQ-0005QD-24 for emacs-devel@gnu.org; Wed, 07 Oct 2009 06:01:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvTKK-0005K1-Jq for emacs-devel@gnu.org; Wed, 07 Oct 2009 06:01:01 -0400 Original-Received: from [199.232.76.173] (port=34985 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvTKK-0005Jd-14 for emacs-devel@gnu.org; Wed, 07 Oct 2009 06:00:56 -0400 Original-Received: from mail-bw0-f220.google.com ([209.85.218.220]:53936) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MvTKI-0002j5-7V; Wed, 07 Oct 2009 06:00:54 -0400 Original-Received: by bwz20 with SMTP id 20so4416477bwz.42 for ; Wed, 07 Oct 2009 03:00:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=ONFUWeSpt+x/LLyG1ohWO5OyfX1lScmvHIvIXcmU5Tg=; b=Zw/UcpsTOQV/ThGXulUDMPbbdM14TwFqzEMGfu741X0sBBX/Vn9VN1TxcN4dJCmLMk 1ENnaj6ymUlHUeFDsW5dNoV5Rd2NgFQIwoTsWKtTk98WhSUoAccZKsOuxEaJ6y3E6A5s 3z13vN5UPPIY60QkymUwuhYtTFhcCcIjrjI7c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=QqZl6COIjIrTw9H8DBqOJmc96vbvFQ6K5sl8Ayq4YEqAN46XoKjsR08ffTjzCXwW6N 4ar/eRt/xMYnFrGDH+s+ZSBqe6F/33MIKr7Vrzf0yzzIynswLHIAOpnZGiGHr4VZMpxr ieGzPCSpIpGVZWuXQ1/dW+T2yUAoOdVi9UPX8= Original-Received: by 10.239.145.8 with SMTP id q8mr261147hba.122.1254909652167; Wed, 07 Oct 2009 03:00:52 -0700 (PDT) In-Reply-To: <83eipfmuaz.fsf@gnu.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:115955 Archived-At: On Wed, Oct 7, 2009 at 11:23, Eli Zaretskii wrote: > Which > means your code will not work at all with lib-src/makefile on w32. Witness C:\emacs\lisp> make autoloads Directories: . cedet/semantic/analyze cedet/semantic/bovine cedet/semantic/decorate cedet/semantic/symref cedet/semantic/wisent "./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte -l autoload \ --eval "(setq find-file-hook nil find-file-suppress-same-file-warnings t)" \ -f w32-batch-update-autoloads "C:/emacs/lisp/loaddefs.el" . cedet/semantic/analyze cedet/semantic/bovine cedet/semantic/decorate cedet/semantic/symref cedet/semantic/wisent Search failed: "^lisp= " make: *** [autoloads] Error -1 so it's now impossible to update autoloads on Windows. Juanma