Revision: 6704
http://ipcop.svn.sourceforge.net/ipcop/?rev=6704&view=rev
Author: gespinasse
Date: 2012-07-14 07:42:54 +0000 (Sat, 14 Jul 2012)
Log Message:
-----------
Fix a racy test adding a sleep, following upstream.
I didn't use the sed used by LFS as it add a $sleep before every ACLOCAL when
only one ACLOCAL miss that (line 48)
Modified Paths:
--------------
ipcop/trunk/lfs/automake
Modified: ipcop/trunk/lfs/automake
===================================================================
--- ipcop/trunk/lfs/automake 2012-07-12 05:56:56 UTC (rev 6703)
+++ ipcop/trunk/lfs/automake 2012-07-14 07:42:54 UTC (rev 6704)
@@ -81,6 +81,8 @@
$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
+ # Fix one racy test using upstream fix, remove after 1.12.2
+ cd $(DIR_APP) && sed -i -e '48 s/$$ACLOCAL/$$sleep\n&/' t/aclocal7.sh
cd $(DIR_APP) && ./configure --prefix=/usr
cd $(DIR_APP) && make -j $(PARALLELISM)
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