forked from KolibriOS/kolibrios
Makefile: slightly shorter autobuild string
git-svn-id: svn://kolibrios.org@1841 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
ecfd82038b
commit
3977e21495
@ -309,7 +309,7 @@ $(BUILD_DIR)/kolibri.img: $(BUILD_DIR)/.dir \
|
|||||||
# SYSXTREE
|
# SYSXTREE
|
||||||
# 3d/CUBETEXT
|
# 3d/CUBETEXT
|
||||||
# 3d/LOGIO.BMP
|
# 3d/LOGIO.BMP
|
||||||
str=`date -u +"[auto-build %d %b %Y %R from r$(REV)]"`; \
|
str=`date -u +"[auto-build %d %b %Y %R, r$(REV)]"`; \
|
||||||
echo -n $$str|dd of=kernel.mnt bs=1 seek=`expr 279 - length "$$str"` conv=notrunc 2>/dev/null
|
echo -n $$str|dd of=kernel.mnt bs=1 seek=`expr 279 - length "$$str"` conv=notrunc 2>/dev/null
|
||||||
dd if=/dev/zero of=$(BUILD_DIR)/kolibri.img count=2880 bs=512 2>&1
|
dd if=/dev/zero of=$(BUILD_DIR)/kolibri.img count=2880 bs=512 2>&1
|
||||||
mformat -f 1440 -i $(BUILD_DIR)/kolibri.img ::
|
mformat -f 1440 -i $(BUILD_DIR)/kolibri.img ::
|
||||||
|
@ -312,7 +312,7 @@ $(BUILD_DIR)/kolibri.img: $(BUILD_DIR)/.dir \
|
|||||||
# SYSXTREE
|
# SYSXTREE
|
||||||
# 3d/CUBETEXT
|
# 3d/CUBETEXT
|
||||||
# 3d/LOGIO.BMP
|
# 3d/LOGIO.BMP
|
||||||
str=`LANG=ru_RU.utf8 date -u +"[автосборка %d %b %Y %R из r$(REV)]"|iconv -f utf8 -t cp866`; \
|
str=`LANG=ru_RU.utf8 date -u +"[автосборка %d %b %Y %R, r$(REV)]"|iconv -f utf8 -t cp866`; \
|
||||||
echo -n $$str|dd of=kernel.mnt bs=1 seek=`expr 279 - length "$$str"` conv=notrunc 2>/dev/null
|
echo -n $$str|dd of=kernel.mnt bs=1 seek=`expr 279 - length "$$str"` conv=notrunc 2>/dev/null
|
||||||
dd if=/dev/zero of=$(BUILD_DIR)/kolibri.img count=2880 bs=512 2>&1
|
dd if=/dev/zero of=$(BUILD_DIR)/kolibri.img count=2880 bs=512 2>&1
|
||||||
mformat -f 1440 -i $(BUILD_DIR)/kolibri.img ::
|
mformat -f 1440 -i $(BUILD_DIR)/kolibri.img ::
|
||||||
|
Loading…
Reference in New Issue
Block a user