List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH 1/2] Makefile: re-include cgit.conf in cgit.mk
@ 2013-04-01 13:14 john
  2013-04-01 13:14 ` [PATCH 2/2] compat/timegm: new compat function for systems lacking timegm() john
  0 siblings, 1 reply; 7+ messages in thread
From: john @ 2013-04-01 13:14 UTC (permalink / raw)


This avoids needed to export every variable that might be used in
cgit.mk from the top-level Makefile.

Signed-off-by: John Keeping <john at keeping.me.uk>
---
 cgit.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cgit.mk b/cgit.mk
index e1aed63..bf3bbb1 100644
--- a/cgit.mk
+++ b/cgit.mk
@@ -5,6 +5,8 @@ include Makefile
 
 CGIT_PREFIX = ../
 
+-include $(CGIT_PREFIX)cgit.conf
+
 # The CGIT_* variables are inherited when this file is called from the
 # main Makefile - they are defined there.
 
-- 
1.8.2.540.gf023cfe





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

end of thread, other threads:[~2013-04-04 17:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-01 13:14 [PATCH 1/2] Makefile: re-include cgit.conf in cgit.mk john
2013-04-01 13:14 ` [PATCH 2/2] compat/timegm: new compat function for systems lacking timegm() john
2013-04-01 17:47   ` [PATCH 2/2 v2] " john
2013-04-04 14:13     ` Jason
2013-04-04 14:46       ` john
2013-04-04 14:59         ` Jason
2013-04-04 17:28           ` john

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