zsh-users
 help / color / mirror / code / Atom feed
From: Geoff Wing <mason@primenet.com.au>
To: zsh-users@sunsite.dk
Subject: Re: problem building zsh in background
Date: Mon, 1 Dec 2003 02:36:32 +0000 (UTC)	[thread overview]
Message-ID: <slrnbsla9g.78l.mason@g.primenet.com.au> (raw)
In-Reply-To: <20031130185652.GA26891@lorien.emufarm.org>

Danek Duvall <duvall@emufarm.org> typed:
: On Sat, Nov 29, 2003 at 09:43:50PM -0800, Philippe Troin wrote:
:> Why do you want to run configure with nohup?
: In my case, it's more likely that I'd want to run configure from a cron
: script -- nightly builds.

Hmm, you shouldn't need nohup to run from cron.  I've been doing this for
over two years without problems with something like the following script
and have it email the results to me.

#!/bin/sh
cd /my/zsh/path
make realclean || true
CVS_RSH=ssh /usr/bin/cvs update -dP
Util/preconfig
./configure  '--enable-cflags=-O2 -Wall -g' --enable-zsh-debug --enable-zsh-mem --enable-zsh-mem-debug --enable-zsh-mem-warning --enable-zsh-secure-free --enable-zsh-hash-debug
make


Regards,
-- 
Geoff Wing : <gcw@pobox.com>
Rxvt Stuff : <gcw@rxvt.org>
Zsh Stuff  : <gcw@zsh.org>


  reply	other threads:[~2003-12-01  2:36 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-25  8:17 Jens Petersen
2003-11-25 20:39 ` Philippe Troin
2003-11-26  8:57   ` Jens Petersen
2003-11-26 19:19     ` Philippe Troin
2003-11-27  1:32       ` Jens Petersen
2003-11-27 10:30         ` Jens Petersen
2003-11-30  5:43           ` Philippe Troin
2003-11-30 18:56             ` Danek Duvall
2003-12-01  2:36               ` Geoff Wing [this message]
2003-12-01  6:08               ` Philippe Troin
2003-12-01  6:56                 ` Bart Schaefer
2003-12-01  8:32                 ` Jens Petersen
2003-12-03  1:19                   ` Philippe Troin
2003-12-09  4:50                     ` Jens Petersen
2003-12-09  5:26                       ` Philippe Troin
2003-12-01  1:06             ` Jens Petersen

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=slrnbsla9g.78l.mason@g.primenet.com.au \
    --to=mason@primenet.com.au \
    --cc=zsh-users@sunsite.dk \
    /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.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).