all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: esr@thyrsus.com (Eric S. Raymond)
To: emacs-devel@gnu.org
Subject: Mopre fun with vcswitness
Date: Sun, 12 Jan 2014 15:07:36 -0500 (EST)	[thread overview]
Message-ID: <20140112200736.C29B33811D4@snark.thyrsus.com> (raw)

This as meant to be a reply to Eli's last, but I dropped that mail somehow.

With current trunk (115999) and one line of instrumebtation added,
this is what I see doing an in-place build:

dirstate='.bzr/checkout/dirstate';				\
	vcswitness='$(srcdir)/../'$dirstate;				\
	[ -r "./$dirstate" ] || vcswitness='';			\
	cd src || exit;							\
	boot=bootstrap-emacs;					\
	[ ! -x "$boot" ] || boot='';					\
	echo "VCSWITNESS: $vcswitness";\
	make all 						\
	  CC='gcc -std=gnu99' CFLAGS='-g3 -O2' CPPFLAGS=''		\
	  LDFLAGS='' MAKE='make' BOOTSTRAPEMACS="$boot"	\
	  VCSWITNESS="$vcswitness"
VCSWITNESS: $(srcdir)/../.bzr/checkout/dirstate

While this is nonempty, it's not going to work either.
-- 
		<a href="http://www.catb.org/~esr/">Eric S. Raymond</a>

"The state calls its own violence `law', but that of the individual `crime'"
	-- Max Stirner



             reply	other threads:[~2014-01-12 20:07 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-12 20:07 Eric S. Raymond [this message]
2014-01-12 20:14 ` Mopre fun with vcswitness Andreas Schwab
2014-01-12 21:08   ` Eli Zaretskii
2014-01-12 20:18 ` David Kastrup
2014-01-12 20:31   ` Eric S. Raymond
2014-01-12 20:46     ` David Kastrup
2014-01-12 21:02       ` Eric S. Raymond
2014-01-12 21:12   ` Eli Zaretskii
2014-01-12 21:30     ` David Kastrup
2014-01-12 22:19     ` More " Jan Djärv
2014-01-13  2:46       ` Glenn Morris
2014-01-13  3:50         ` Eli Zaretskii
2014-01-13  4:19           ` Stefan Monnier
2014-01-13 10:12             ` Andreas Schwab
2014-01-13 11:12               ` David Kastrup
2014-01-13 11:30                 ` Andreas Schwab
2014-01-13 14:30               ` Stefan Monnier
2014-01-13 17:37                 ` Glenn Morris
2014-01-13 19:03           ` Glenn Morris
2014-01-13 19:13             ` Eli Zaretskii

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=20140112200736.C29B33811D4@snark.thyrsus.com \
    --to=esr@thyrsus.com \
    --cc=emacs-devel@gnu.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.