Revision: 6715
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6715&view=rev
Author:   gespinasse
Date:     2012-07-20 14:56:00 +0000 (Fri, 20 Jul 2012)
Log Message:
-----------
Compile with CFLAGS +=-Wall and make V=1 give more change to see if something 
bad happen during compilation.

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

Modified: ipcop/trunk/lfs/tar
===================================================================
--- ipcop/trunk/lfs/tar 2012-07-20 14:52:27 UTC (rev 6714)
+++ ipcop/trunk/lfs/tar 2012-07-20 14:56:00 UTC (rev 6715)
@@ -43,6 +43,8 @@
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+CFLAGS +=-Wall
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -105,7 +107,7 @@
                        ./configure     --prefix=/usr           \
                                        --bindir=/bin           \
                                        --libexecdir=/usr/sbin
-       cd $(DIR_APP) && make -j $(PARALLELISM)
+       cd $(DIR_APP) && make -j $(PARALLELISM) V=1
 ifeq "$(RUNNING_TEST)" "yes"
        cd $(DIR_APP) && make check &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
 endif

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