Revision: 6033
http://ipcop.svn.sourceforge.net/ipcop/?rev=6033&view=rev
Author: gespinasse
Date: 2011-11-05 17:58:27 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
Change the way we hack BUILDER value, so log diff are cleaner.
Instead of directly writing the value in plutomain.c, we change the value at
the source (in the makefile).
That way, log are the same accross different machines.
Modified Paths:
--------------
ipcop/trunk/lfs/openswan
Modified: ipcop/trunk/lfs/openswan
===================================================================
--- ipcop/trunk/lfs/openswan 2011-11-05 14:12:49 UTC (rev 6032)
+++ ipcop/trunk/lfs/openswan 2011-11-05 17:58:27 UTC (rev 6033)
@@ -97,8 +97,9 @@
-e 's%^KLIPSCOMPILE.*$$%KLIPSCOMPILE=$(CFLAGS)%' Makefile.inc
# Use release date instead of __DATE__ and __TIME__ so everyone that
compile has same md5
cd $(DIR_APP) && sed -i -e 's|__DATE__|$(DATESTAMP)|' \
- -e 's|__TIME__|$(TIMESTAMP)|' \
- -e 's|BUILDER|"$(NAME)"|' programs/pluto/plutomain.c
+ -e 's|__TIME__|$(TIMESTAMP)|'
programs/pluto/plutomain.c
+ # Checking compilation log between different machines is easier with
same value for BUILDER
+ cd $(DIR_APP) && sed -i -e 's|BUILDER.*$$|BUILDER="$(NAME)"|'
programs/pluto/Makefile
# Make status.cgi capable to detect if pluto is running
cd $(DIR_APP) && sed -i -e 's|chmod 700|chmod 755|'
programs/setup/setup.in
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn