all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Ken Raeburn <raeburn@raeburn.org>
Cc: emacs-devel@gnu.org, jasonr@gnu.org
Subject: Re: buildobj.lst and Windows builds - a tiny bit of help needed?
Date: Mon, 24 Aug 2009 06:19:02 +0300	[thread overview]
Message-ID: <83vdkdew61.fsf@gnu.org> (raw)
In-Reply-To: <80FD0395-33BC-4EBE-B84A-02C1B29783FB@raeburn.org>

> From: Ken Raeburn <raeburn@raeburn.org>
> Date: Sun, 23 Aug 2009 17:07:04 -0400
> Cc: jasonr@gnu.org, emacs-devel@gnu.org
> 
> > IOW, have the main rule call a different shell-specific rule according
> > to $(SHELLTYPE).  Then you can escape the backslash in the rule for
> > the Unixy shell and not escape it in the rule for CMD.  (Btw, the rule
> > for CMD should toss the quotes around the backslash as well, as the
> > `echo' command built into it does not remove quotes, and neither does
> > CMD itself.
> 
> Then I think I misunderstand how $(ARGQUOTE) is supposed to be used,  
> or how it's interpreted.  It gets used a lot with invocations of  
> emacs, but shouldn't be with echo?

Not with echo and not with other commands that are built into CMD.
Windows programs other than the shell do remove quotes from their
arguments, thus emulating some of the Unixy shell semantics, but CMD
does not.

> Is emacs itself processing the quotes?

No.

> Is this better?
> 
> $(SRC)/buildobj.h: make-buildobj-$(SHELLTYPE)
> make-buildobj-CMD: Makefile
> 	echo #define BUILDOBJ $(DQUOTE)\  > $(SRC)/buildobj.h
> 	echo $(OBJ0)     \ >> $(SRC)/buildobj.h
> 	echo $(OBJ1)     \ >> $(SRC)/buildobj.h
> 	echo $(WIN32OBJ) \ >> $(SRC)/buildobj.h
> 	echo $(FONTOBJ)  \ >> $(SRC)/buildobj.h
> 	echo $(DQUOTE)     >> $(SRC)/buildobj.h
> make-buildobj-SH: Makefile
> 	echo $(ARGQUOTE)#define BUILDOBJ $(DQUOTE)\\$(ARGQUOTE)  > $(SRC)/ 
> buildobj.h
> 	echo $(OBJ0)     $(ARGQUOTE)\\$(ARGQUOTE) >> $(SRC)/buildobj.h
> 	echo $(OBJ1)     $(ARGQUOTE)\\$(ARGQUOTE) >> $(SRC)/buildobj.h
> 	echo $(WIN32OBJ) $(ARGQUOTE)\\$(ARGQUOTE) >> $(SRC)/buildobj.h
> 	echo $(FONTOBJ)  $(ARGQUOTE)\\$(ARGQUOTE) >> $(SRC)/buildobj.h
> 	echo $(ARGQUOTE)$(DQUOTE)$(ARGQUOTE)     >> $(SRC)/buildobj.h
> 
> But DQUOTE is '\"' for CMD; should the backslash be used there or  
> should I just stick in a raw '"'?

Just stick '"'.  You don't need these variables when the shells are
separated in the first place.




  reply	other threads:[~2009-08-24  3:19 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-23  7:50 buildobj.lst and Windows builds - a tiny bit of help needed? Ken Raeburn
2009-08-23  8:30 ` Jason Rumney
2009-08-23 10:48   ` Ken Raeburn
2009-08-23 16:42     ` Jason Rumney
2009-08-23 18:02       ` Eli Zaretskii
2009-08-23 18:43         ` Ken Raeburn
2009-08-23 20:17           ` Eli Zaretskii
2009-08-23 21:07             ` Ken Raeburn
2009-08-24  3:19               ` Eli Zaretskii [this message]
2009-08-24  4:16                 ` Ken Raeburn
2009-08-24 18:22                   ` Eli Zaretskii
2009-08-26  7:08                     ` Ken Raeburn

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

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

  git send-email \
    --in-reply-to=83vdkdew61.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=jasonr@gnu.org \
    --cc=raeburn@raeburn.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.