git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* parallel make problem with git
@ 2007-08-30  6:38 Michael S. Tsirkin
  2007-08-30  6:46 ` Junio C Hamano
  0 siblings, 1 reply; 26+ messages in thread
From: Michael S. Tsirkin @ 2007-08-30  6:38 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Try this
$ git describe
v1.5.3-rc7
$make clean
$make -j 4
#... builds ok
$touch revision.c
$make -j 4
    CC revision.o
    AR libgit.a
    LINK git-fetch-pack
    LINK git-convert-objects
    LINK git-hash-object
    LINK git-index-pack
    LINK git-local-fetch
    LINK git-fast-import
    LINK git-daemon
    LINK git-mktag
    LINK git-merge-index
    LINK git-mktree
    LINK git-patch-id
    LINK git-peek-remote
    LINK git-receive-pack
    LINK git-send-pack
    LINK git-shell
    LINK git-show-index
    LINK git-ssh-fetch
    LINK git-ssh-upload
    LINK git-unpack-file
    LINK git-update-server-info
    LINK git-upload-pack
    LINK git-pack-redundant
    LINK git-var
    LINK git-merge-tree
    LINK git-imap-send
    LINK git-merge-recursive
    LINK git-ssh-pull
    LINK git-ssh-push
    LINK git-http-fetch
    LINK git-http-push
    LINK git
    LINK test-chmtime
gcc: test-chmtime.o: No such file or directory
make: *** [test-chmtime] Error 1
make: *** Waiting for unfinished jobs....

Any ideas?

-- 
MST

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

end of thread, other threads:[~2007-09-03  8:36 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-30  6:38 parallel make problem with git Michael S. Tsirkin
2007-08-30  6:46 ` Junio C Hamano
2007-08-30  6:50   ` Michael S. Tsirkin
2007-08-30  7:27   ` [PATCH] fix parallel make problem Michael S. Tsirkin
2007-08-31  2:02     ` Junio C Hamano
2007-08-31  8:06       ` Michael S. Tsirkin
2007-08-31  8:12         ` Junio C Hamano
2007-08-31  8:15           ` Michael S. Tsirkin
2007-08-31  8:36             ` Junio C Hamano
2007-08-31 15:21               ` Michael S. Tsirkin
2007-08-31 15:44                 ` Junio C Hamano
2007-08-31 16:00                   ` Michael S. Tsirkin
2007-08-31 16:11                     ` Johannes Schindelin
2007-08-31 16:01                   ` Junio C Hamano
2007-08-31 16:03                   ` Jeff King
2007-08-31 20:13                     ` [PATCH] diff: resurrect the traditional empty "diff --git" behaviour Junio C Hamano
2007-08-31 20:32                       ` Jeff King
2007-08-31 20:57                         ` Johannes Schindelin
2007-08-31 21:16                           ` Junio C Hamano
2007-08-31 21:30                             ` Johannes Schindelin
2007-08-31 21:20                           ` David Kastrup
2007-08-31 21:32                       ` Alex Riesen
2007-08-31 22:37                       ` Steven Grimm
2007-09-01  1:27                         ` Junio C Hamano
2007-09-03  8:09                           ` Matthieu Moy
2007-09-03  8:36                             ` Junio C Hamano

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