unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: Regis <xu.regis@gmail.com>
Cc: 7220-done@debbugs.gnu.org
Subject: bug#7220: [build] target really-oldXMenu doesn't work
Date: Fri, 15 Oct 2010 09:49:06 +0200	[thread overview]
Message-ID: <877hhj5219.fsf@thinkpad.tsdh.de> (raw)
In-Reply-To: <mailman.9.1287124941.11126.bug-gnu-emacs@gnu.org> (Regis's message of "Fri, 15 Oct 2010 13:48:50 +0800")

Regis <xu.regis@gmail.com> writes:

Hi Regis,

> After investigation, I found that variable name $(oldxmenudir) in
> src/Makefile.in should be $(oldXMenudir), following patch works well for
> me:
>
> Index: src/Makefile.in
> =====================================================================
> --- src/Makefile.in
> +++ src/Makefile.in
> @@ -660,7 +660,7 @@ really-lwlib:
>   .PHONY: really-lwlib
>
>   really-oldXMenu:
> -	cd $(oldxmenudir); $(MAKE) $(MFLAGS) \
> +	cd $(oldXMenudir); $(MAKE) $(MFLAGS) \
>       CC='$(CC)' CFLAGS='$(CFLAGS)' MAKE='$(MAKE)'
>   	@true  # make -t should not create really-oldXMenu.
>   .PHONY: really-oldXMenu

I've applied the patch and the build works again for me, too.  I'm
closing that report.

Thanks,
Tassilo





       reply	other threads:[~2010-10-15  7:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.9.1287124941.11126.bug-gnu-emacs@gnu.org>
2010-10-15  7:49 ` Tassilo Horn [this message]
2010-10-15  5:48 bug#7220: [build] target really-oldXMenu doesn't work Regis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877hhj5219.fsf@thinkpad.tsdh.de \
    --to=tassilo@member.fsf.org \
    --cc=7220-done@debbugs.gnu.org \
    --cc=xu.regis@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).