Hi all,

Please accept the following patch which date stamps both the source
and binary generated tarballs, as well as stamping binary tarball
wth the cpu and host system.

Cheers,
Erik

===================================================================
--- makebuildroot.mk    (revision 1377)
+++ makebuildroot.mk    (working copy)
@@ -33,9 +33,14 @@
 MINGW_REVISION ?= HEAD
 MINGW_UPDATE ?= ${ALL_UPDATE} # force update mingw
 MINGW_CONFIG_EXTRA_ARGS ?=
-SRC_ARCHIVE ?= mingw-w64-src.tar.bz2
-BIN_ARCHIVE ?= mingw-w64-bin_$(shell uname -s).tar.bz2
 
+host = $(shell uname -s | tr 'A-Z' 'a-z')
+cpu = $(shell uname -m)
+date = $(shell date +"%Y%m%d")
+
+SRC_ARCHIVE ?= mingw-w64-src-$(date).tar.bz2
+BIN_ARCHIVE ?= mingw-w64-bin_$(cpu)-$(host)-$(date).tar.bz2
+
 ########################################
 # Configure
 ########################################



-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to