Fix suffixes of files and comments
This commit is contained in:
parent
50dd51e260
commit
6356312c3e
@ -5,7 +5,7 @@
|
|||||||
date=`date +%Y%m%d`
|
date=`date +%Y%m%d`
|
||||||
shortdate=`echo ${date} | sed s/^...//`
|
shortdate=`echo ${date} | sed s/^...//`
|
||||||
shortname=../gpc${shortdate}.zip
|
shortname=../gpc${shortdate}.zip
|
||||||
name=gpc115-${date}.tar.bz2
|
name=gpc115-${date}.zip
|
||||||
|
|
||||||
dir=cfgs
|
dir=cfgs
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $Id$
|
# $Id$
|
||||||
# Create a archive 'gpd-*.zip' (gpdYMMDD.zip) with DOS/DPMI (DJGPP) build
|
# Create a archive 'gpd*.zip' (gpdYMMDD.zip) with DOS/DPMI (DJGPP) build
|
||||||
# of the Golded+.
|
# of the Golded+.
|
||||||
|
|
||||||
if [ ! "$OSTYPE" = "msdosdjgpp" ]
|
if [ ! "$OSTYPE" = "msdosdjgpp" ]
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Create a archive 'gpw32-*.zip' (gpwYMMDD.zip) with Win32 (MinGW) build
|
# Create a archive 'gpl-*.zip' (gplYMMDD.zip) with binary linux build
|
||||||
# of the Golded+.
|
# of the Golded+.
|
||||||
|
|
||||||
date=`date +%Y%m%d`
|
date=`date +%Y%m%d`
|
||||||
shortdate=`echo ${date} | sed s/^...//`
|
shortdate=`echo ${date} | sed s/^...//`
|
||||||
shortname=../gpl${shortdate}.zip
|
shortname=../gpl${shortdate}.zip
|
||||||
name=gpl115-${date}.tar.bz2
|
name=gpl115-${date}.zip
|
||||||
|
|
||||||
sed -i.orig -e "s/\#define __GVER_POSTVERSION__ .*/\#define __GVER_POSTVERSION__ \"-b${date}\"/" golded3/mygolded.h
|
sed -i.orig -e "s/\#define __GVER_POSTVERSION__ .*/\#define __GVER_POSTVERSION__ \"-b${date}\"/" golded3/mygolded.h
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Create a archive 'gps*.tar.bz2' with all source tree
|
# Create a archives 'gps*.tar.bz2' and 'gps*.tb2' with all source tree
|
||||||
|
|
||||||
date=`date +%Y%m%d`
|
date=`date +%Y%m%d`
|
||||||
shortdate=`echo ${date} | sed s/^...//`
|
shortdate=`echo ${date} | sed s/^...//`
|
||||||
shortname=../gps${shortdate}.zip
|
shortname=../gps${shortdate}.tb2
|
||||||
name=gps115-${date}.tar.bz2
|
name=gps115-${date}.tar.bz2
|
||||||
|
|
||||||
cd .. ; tar -jcf ${name} \
|
cd .. ; tar -jcf ${name} \
|
||||||
|
Reference in New Issue
Block a user