Git development
 help / color / mirror / Atom feed
* disable the compile-flags-changed check
@ 2006-07-14  5:47 Matthias Lederhofer
  2006-07-14  6:06 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Matthias Lederhofer @ 2006-07-14  5:47 UTC (permalink / raw)
  To: git

Is there any way to disable the "the compile flags have changed,
recompile everything" check?  I want to built with another prefix than
installing to create a tarball I copy to other machines.  Is there any
way to do this?  Otherwise: could we include something like this?

ifeq ($(IGNORE_CFLAG_CHANGES),)
# old GIT-CFLAGS rules
else
GIT-CFLAGS:
        touch "$@"
endif

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

end of thread, other threads:[~2006-07-15 21:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-14  5:47 disable the compile-flags-changed check Matthias Lederhofer
2006-07-14  6:06 ` Junio C Hamano
2006-07-15 19:51   ` Matthias Lederhofer
2006-07-15 21:48     ` 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