zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@zsh.org
Subject: Re: [PATCH] Reduce build verbosity when updating timestamp files
Date: Mon, 28 Jul 2014 08:39:52 -0700	[thread overview]
Message-ID: <140728083952.ZM19044@torch.brasslantern.com> (raw)
In-Reply-To: <20140728094653.26c0c46f@pwslap01u.europe.root.pri>

On Jul 28,  9:46am, Peter Stephenson wrote:
}
} sometimes I build from the archive on a machine that doesn't have
} autoconf, and I run autoconf on a machine with access to the same disk.
} After running configure on the build machine, I have to make some
} timestamp file on the other machine to get he headers sorted out (only
} the first time after configure.ac changed).  So it's useful to see what
} that is.  However, I have a feeling I end up digging in the Makefile
} anyway.  There may be a better solution to this.

I do this all the time.  You need to touch these three files:

    config.h.in
    configure
    stamp-h.in

"make" will then proceed through re-running configure and rebuilding.

My current minor peeve is that config.modules keeps getting reset to the
default and I haven't figured out where.  I've taken to keeping a copy
as config.modules.local and manually copying it back to config.modules
from time to time.  I should automate that somehow, I suppose, but in
the rare event that a new module gets added that would stomp on it.


      reply	other threads:[~2014-07-28 15:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-26 16:53 Bart Schaefer
2014-07-28  8:46 ` Peter Stephenson
2014-07-28 15:39   ` Bart Schaefer [this message]

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=140728083952.ZM19044@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@zsh.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 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).