[csw-devel] SF.net SVN: gar:[8532] csw/mgar/pkg/postfix/branches/postfix-2.6/Makefile
bensons at users.sourceforge.net
bensons at users.sourceforge.net
Fri Feb 12 18:14:41 CET 2010
Revision: 8532
http://gar.svn.sourceforge.net/gar/?rev=8532&view=rev
Author: bensons
Date: 2010-02-12 17:14:41 +0000 (Fri, 12 Feb 2010)
Log Message:
-----------
postfix: removed /opt/csw from CFLAGS
Modified Paths:
--------------
csw/mgar/pkg/postfix/branches/postfix-2.6/Makefile
Modified: csw/mgar/pkg/postfix/branches/postfix-2.6/Makefile
===================================================================
--- csw/mgar/pkg/postfix/branches/postfix-2.6/Makefile 2010-02-12 16:30:36 UTC (rev 8531)
+++ csw/mgar/pkg/postfix/branches/postfix-2.6/Makefile 2010-02-12 17:14:41 UTC (rev 8532)
@@ -189,7 +189,15 @@
include gar/category.mk
# Make sure to include $(CFLAGS) so that we get sane defaults via GAR
+ifeq ($(BUILDTYPE),simple)
+CCARGS = $(filter-out %/csw/%,$(CPPFLAGS))
+CCARGS += $(filter-out %/csw/%,$(INCLUDES))
+CCARGS += $(FEATURES)
+CCARGS += $(DEFAULTS)
+CCARGS += $(filter-out %/csw/%,$(CFLAGS))
+else
CCARGS=$(CPPFLAGS) $(INCLUDES) $(FEATURES) $(DEFAULTS) $(CFLAGS)
+endif
# We zero makedef's DEBUG and OPT, the relevant flags are set via GAR & CFLAGS
configure-custom:
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