git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Move "-include config.mak" to end of configuration section
@ 2005-11-30 23:23 Timo Hirvonen
  2005-12-01  0:46 ` Johannes Schindelin
  0 siblings, 1 reply; 12+ messages in thread
From: Timo Hirvonen @ 2005-11-30 23:23 UTC (permalink / raw)
  To: git, Junio C Hamano


This makes it possible to define WITH_SEND_EMAIL etc. in config.mak.

---

 Makefile |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

fe5fece83b2ab0d67a4277d851faf50ad944cff4
diff --git a/Makefile b/Makefile
index 984d167..c44f5da 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ RPMBUILD = rpmbuild
 # explicitly what architecture to check for. Fix this up for yours..
 SPARSE_FLAGS = -D__BIG_ENDIAN__ -D__powerpc__
 
-
+-include config.mak
 
 ### --- END CONFIGURATION SECTION ---
 
@@ -254,8 +254,6 @@ ifneq (,$(findstring arm,$(uname_M)))
 	ARM_SHA1 = YesPlease
 endif
 
--include config.mak
-
 ifndef NO_CURL
 	ifdef CURLDIR
 		# This is still problematic -- gcc does not always want -R.
-- 
0.99.9.GIT

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

end of thread, other threads:[~2005-12-03  2:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-30 23:23 [PATCH] Move "-include config.mak" to end of configuration section Timo Hirvonen
2005-12-01  0:46 ` Johannes Schindelin
2005-12-01  1:32   ` [PATCH] Move couple of ifdefs after "include config.mk" Timo Hirvonen
2005-12-01  1:43     ` Junio C Hamano
2005-12-01  8:08       ` Johannes Schindelin
2005-12-01  9:04         ` Junio C Hamano
2005-12-01  9:40           ` Alex Riesen
2005-12-01  9:45             ` Junio C Hamano
2005-12-01  9:53               ` Alex Riesen
2005-12-01 10:16                 ` Junio C Hamano
2005-12-01 12:51                   ` Alex Riesen
2005-12-03  2:31           ` Johannes Schindelin

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