unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Mopre fun with vcswitness
@ 2014-01-12 20:07 Eric S. Raymond
  2014-01-12 20:14 ` Andreas Schwab
  2014-01-12 20:18 ` David Kastrup
  0 siblings, 2 replies; 20+ messages in thread
From: Eric S. Raymond @ 2014-01-12 20:07 UTC (permalink / raw)
  To: emacs-devel

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



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2014-01-13 19:13 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-12 20:07 Mopre fun with vcswitness Eric S. Raymond
2014-01-12 20:14 ` 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

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).