Revision: 6685
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6685&view=rev
Author:   gespinasse
Date:     2012-07-04 19:30:21 +0000 (Wed, 04 Jul 2012)
Log Message:
-----------
Package is too noisy to use -Wall, we hve already enought warning to handle.

Add a comment why make depend is not used (reason was found in FAQ), even if 
configure ask for.

Modified Paths:
--------------
    ipcop/trunk/lfs/openldap

Modified: ipcop/trunk/lfs/openldap
===================================================================
--- ipcop/trunk/lfs/openldap    2012-07-03 19:24:05 UTC (rev 6684)
+++ ipcop/trunk/lfs/openldap    2012-07-04 19:30:21 UTC (rev 6685)
@@ -44,7 +44,8 @@
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
-CFLAGS += -Wformat -Werror=format-security -Wall
+# -Wall will have to wait a Debug macro producing less 'too many arguments for 
format'
+# CFLAGS += -Wall -Wmissing-prototypes -Wmissing-declarations
 
 ###############################################################################
 # Top-level Rules
@@ -91,6 +92,7 @@
                                        --disable-slapd \
                                        --disable-backends \
                                        --disable-overlays
+       # make depend should not be required as build always start from a clean 
state
        cd $(DIR_APP) && make -j $(PARALLELISM)
 
 ifeq "$(RUNNING_TEST)" "yes"

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to