From 33ad0a74f6abd3f9d18ae67d2b8b925c0a96ee5a Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Sat, 18 Feb 2006 14:08:47 +0000 Subject: [PATCH] Add banner-string --- dist-gpc.sh | 2 ++ dist-gpd.sh | 2 ++ dist-gpl.sh | 2 ++ dist-gps.sh | 2 ++ dist-gpv.sh | 2 ++ dist-gpw.sh | 2 ++ dist-sx86.sh | 2 ++ 7 files changed, 14 insertions(+) diff --git a/dist-gpc.sh b/dist-gpc.sh index 6132443..a4ccdb3 100755 --- a/dist-gpc.sh +++ b/dist-gpc.sh @@ -9,6 +9,8 @@ name=../gpc115-${date}.zip dir=cfgs +echo Build an archive with Golded+ configuration examples: ${name} and ${shortname} + if [ -f ${name} ] ; then rm $name ; fi find ${dir} | grep -v CVS | zip -9 -@ -X ${name} diff --git a/dist-gpd.sh b/dist-gpd.sh index b5c5390..eba484c 100755 --- a/dist-gpd.sh +++ b/dist-gpd.sh @@ -15,6 +15,8 @@ name=../gpd${shortdate}.zip dosname=..\\gpd${shortdate}.zip file_id=bin/File_ID.Diz +echo Build a Golded+/DPMI binary package: ${name} and ${shortname} + sed -i.orig -e "s/\#define __GVER_POSTVERSION__ .*/\#define __GVER_POSTVERSION__ \"-b${date}\"/" golded3/mygolded.h files="bin/geddjg.exe bin/gndjg.exe bin/rddtdjg.exe" diff --git a/dist-gpl.sh b/dist-gpl.sh index c925ee8..caf7433 100755 --- a/dist-gpl.sh +++ b/dist-gpl.sh @@ -8,6 +8,8 @@ shortdate=`echo ${date} | sed s/^...//` shortname=../gpl${shortdate}.zip name=../gpl115-${date}.zip +echo Build a Golded+/lnx binary package: ${name} and ${shortname} + sed -i.orig -e "s/\#define __GVER_POSTVERSION__ .*/\#define __GVER_POSTVERSION__ \"-b${date}\"/" golded3/mygolded.h files="bin/gedlnx bin/gnlnx bin/rddtlnx" diff --git a/dist-gps.sh b/dist-gps.sh index 4246492..7517f6f 100755 --- a/dist-gps.sh +++ b/dist-gps.sh @@ -7,6 +7,8 @@ shortdate=`echo ${date} | sed s/^...//` shortname=gps${shortdate}.tb2 name=gps115-${date}.tar.bz2 +echo Build a Golded+ sources package: ${name} and ${shortname} + cd .. ; tar -jcf ${name} \ --exclude CVS \ --exclude golded+/golded3/mygolded.h \ diff --git a/dist-gpv.sh b/dist-gpv.sh index 0c62329..286bfb5 100755 --- a/dist-gpv.sh +++ b/dist-gpv.sh @@ -8,6 +8,8 @@ name=../gpwin-115-${date}.zip shortdate=`echo ${date} | sed s/^...//` shortname=../gpv${shortdate}.zip +echo Build a Golded+/w32mvc binary package: ${name} and ${shortname} + sed -i.orig -e "s/\#define __GVER_POSTVERSION__ .*/\#define __GVER_POSTVERSION__ \"-b${date}\"/" golded3/mygolded.h files="Release/bin/gedwin.exe Release/bin/gnwin.exe Release/bin/rddtwin.exe" diff --git a/dist-gpw.sh b/dist-gpw.sh index f0818aa..08c86e2 100755 --- a/dist-gpw.sh +++ b/dist-gpw.sh @@ -14,6 +14,8 @@ shortdate=`echo ${date} | sed s/^...//` name=../gpw32-115-${date}.zip shortname=../gpw${shortdate}.zip +echo Build a Golded+/w32mingw binary package: ${name} and ${shortname} + sed -i.orig -e "s/\#define __GVER_POSTVERSION__ .*/\#define __GVER_POSTVERSION__ \"-b${date}\"/" golded3/mygolded.h files="bin/gedcyg.exe bin/gncyg.exe bin/rddtcyg.exe" diff --git a/dist-sx86.sh b/dist-sx86.sh index cc162e4..e80abfe 100755 --- a/dist-sx86.sh +++ b/dist-sx86.sh @@ -10,6 +10,8 @@ date=`date +%Y%m%d` name=bin/gpsunx86-115-${date}.zip pkgname=golded-plus-x86-115-${date}.pkg +echo Build a Golded+/sunX86 binary package: ${name} (${pkgname}) + gsed -i.orig -e "s/\#define __GVER_POSTVERSION__ .*/\#define __GVER_POSTVERSION__ \"-b${date}\"/" golded3/mygolded.h printf "GoldED+1.1.5 [`uname` `uname -i` pkg]\r\n" >bin/File_ID.Diz