SF.net SVN: gar:[24836] csw/mgar/pkg/lang-python/carbon/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Apr 9 16:17:17 CEST 2015
Revision: 24836
http://sourceforge.net/p/gar/code/24836
Author: dmichelsen
Date: 2015-04-09 14:17:16 +0000 (Thu, 09 Apr 2015)
Log Message:
-----------
lang-python/carbon/trunk: Fix preset value for fallocate
Modified Paths:
--------------
csw/mgar/pkg/lang-python/carbon/trunk/Makefile
Modified: csw/mgar/pkg/lang-python/carbon/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/carbon/trunk/Makefile 2015-04-09 12:47:03 UTC (rev 24835)
+++ csw/mgar/pkg/lang-python/carbon/trunk/Makefile 2015-04-09 14:17:16 UTC (rev 24836)
@@ -65,6 +65,12 @@
REINPLACE_WITH_loc = GRAPHITE_ROOT = $(prefix)\nGRAPHITE_CONF_DIR = $(CONFDIR)\nGRAPHITE_STORAGE_DIR = $(STORAGEDIR)\nPID_DIR = /var/run
REINPLACE_FILES_loc += conf/carbon.conf.example
+# This is only useful on Linux and causes warning on Solaris
+REINPLACEMENTS += nofalloc
+REINPLACE_MATCH_nofalloc = WHISPER_FALLOCATE_CREATE = .*
+REINPLACE_WITH_nofalloc = WHISPER_FALLOCATE_CREATE = False
+REINPLACE_FILES_nofalloc += conf/carbon.conf.example
+
REINPLACEMENTS += conf
REINPLACE_MATCH_conf = join\(graphite_root, "conf"\)
REINPLACE_WITH_conf = "$(CONFDIR)"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list