Revision: 6156
http://ipcop.svn.sourceforge.net/ipcop/?rev=6156&view=rev
Author: gespinasse
Date: 2011-12-10 09:12:42 +0000 (Sat, 10 Dec 2011)
Log Message:
-----------
Change to a fixed DATESTAMP like other packages
The big WARNING on configure is due to a missing include in linux-headers
sources, that I will fix in another commit.
I still don't know how BUILDINFO that is set on configure and replaced in
Makefiles is include in compiled sources.
I didn't see any -DBUILDINFO= in the log
Anyway, that work.
Change the comment about verbose compilation.
It is easier to add V=1 on make line, than be forced to configure another time
with --disable-silent-rules
Modified Paths:
--------------
ipcop/trunk/lfs/parted
Modified: ipcop/trunk/lfs/parted
===================================================================
--- ipcop/trunk/lfs/parted 2011-12-09 20:54:12 UTC (rev 6155)
+++ ipcop/trunk/lfs/parted 2011-12-10 09:12:42 UTC (rev 6156)
@@ -45,6 +45,9 @@
# sources at http://git.debian.org/?p=parted/parted.git
# git clone git://git.debian.org/git/parted/parted.git
+# Use release date instead of compilation date so everyone that compile has
same md5
+DATESTAMP = "30 May 2011 13:52"
+
###############################################################################
# Top-level Rules
###############################################################################
@@ -83,6 +86,7 @@
$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
+ cd $(DIR_APP) && sed -i -e 's/^DATE.*/DATE=$(DATESTAMP)/' -e
's/^HOST.*/HOST=$(SNAME)/' configure
# mkpartfs ext2 is not used because it is not similary advanced as
e2fsprogs
# it may even been deprecated in futur versions
@@ -98,8 +102,8 @@
--without-readline \
--disable-nls \
--disable-debug
- # to change compilation in a verbose mode --disable-silent-rules
+ # For verbose compilation, add V=1
cd $(DIR_APP) && make -j $(PARALLELISM)
ifeq "$(RUNNING_TEST)" "yes"
# make check -C tests skip non standard sector size ss-1024 ss-2048
ss-4096
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Learn Windows Azure Live! Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for
developers. It will provide a great way to learn Windows Azure and what it
provides. You can attend the event by watching it streamed LIVE online.
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn