unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Stefan Monnier" <monnier+gnu/emacs@RUM.cs.yale.edu>
Cc: vardhan.v@parsectech.com, emacs-devel@gnu.org
Subject: Re: build from CVS
Date: Thu, 07 Feb 2002 10:07:56 -0500	[thread overview]
Message-ID: <200202071507.g17F7uh02171@rum.cs.yale.edu> (raw)
In-Reply-To: 200202071457.g17Evs404725@aztec.santafe.edu

>     Assuming that make expands $$ to it's PID, does it ?
> 
> I think make starts a shell to run the command, so $$ will
> be the PID of the shell.  So I expect it would not work.
> Have you ever seen it ever work?

Actually, `$$' is turned into `$' by make (since $ is used by make for
variable interpolation, `$$' is provided as a way to protect a $ from
expansion).  So `$$$$' would get the shell's process id.

With some shells you might be able to use `$$PPID'.


	Stefan


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


  reply	other threads:[~2002-02-07 15:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <B121AEA4C026D51180670000E899F02722F79D@MAILSERVER>
2002-02-07 14:57 ` build from CVS Richard Stallman
2002-02-07 15:07   ` Stefan Monnier [this message]
2002-02-08 13:55     ` Richard Stallman
     [not found] <Pine.SUN.3.91.1020206094932.1770C-100000@is>
2002-02-07 14:58 ` Richard Stallman
2002-02-07 19:51   ` Eli Zaretskii
2002-02-07 20:02     ` Stefan Monnier
2002-02-07 20:06   ` Eli Zaretskii
     [not found] <Pine.SUN.3.91.1020204142059.10902C-100000@is>
     [not found] ` <200202051248.g15CmRv02237@aztec.santafe.edu>
2002-02-07 21:04   ` Ken Raeburn
2002-02-08 23:24     ` Richard Stallman

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=200202071507.g17F7uh02171@rum.cs.yale.edu \
    --to=monnier+gnu/emacs@rum.cs.yale.edu \
    --cc=emacs-devel@gnu.org \
    --cc=vardhan.v@parsectech.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).