All of lore.kernel.org
 help / color / mirror / Atom feed
* Running make in contrib/subtree does not create executable
@ 2014-08-17  6:49 Jack Nagel
  2014-08-17  7:07 ` [PATCH] subtree: make "all" default target of Makefile Jeff King
  0 siblings, 1 reply; 2+ messages in thread
From: Jack Nagel @ 2014-08-17  6:49 UTC (permalink / raw)
  To: git

Running "make" in contrib/subtree no longer creates the git-subtree executable:

$ git describe
v2.1.0
$ make -C contrib/subtree
/Library/Developer/CommandLineTools/usr/bin/make -C ../../ GIT-VERSION-FILE
GIT_VERSION = 2.1.0
make[1]: `GIT-VERSION-FILE' is up to date.
/Library/Developer/CommandLineTools/usr/bin/make -C ../../ GIT-VERSION-FILE
make[1]: `GIT-VERSION-FILE' is up to date.
make: `../../GIT-VERSION-FILE' is up to date.
$ ls contrib/subtree/git-subtree
ls: contrib/subtree/git-subtree: No such file or directory

The change appears to be inadvertent. I bisected it to
8e2a5ccad11bc21eb72499133bc884024e299983 ("contrib/subtree/Makefile:
use GIT-VERSION-FILE").

This was reproduced on OS X 10.9 with GNU make 3.81.

-Jack

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

end of thread, other threads:[~2014-08-17  7:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-17  6:49 Running make in contrib/subtree does not create executable Jack Nagel
2014-08-17  7:07 ` [PATCH] subtree: make "all" default target of Makefile Jeff King

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.