Subversion Repositories Kolibri OS

Rev

Rev 1840 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1840 Rev 1841
Line 307... Line 307...
307
 $(BUILD_DIR)/boot_fat12.bin \
307
 $(BUILD_DIR)/boot_fat12.bin \
308
 $(targets)
308
 $(targets)
309
# SYSXTREE
309
# SYSXTREE
310
# 3d/CUBETEXT
310
# 3d/CUBETEXT
311
# 3d/LOGIO.BMP
311
# 3d/LOGIO.BMP
312
	str=`date -u +"[auto-build %d %b %Y %R from r$(REV)]"`; \
312
	str=`date -u +"[auto-build %d %b %Y %R, r$(REV)]"`; \
313
	echo -n $$str|dd of=kernel.mnt bs=1 seek=`expr 279 - length "$$str"` conv=notrunc 2>/dev/null
313
	echo -n $$str|dd of=kernel.mnt bs=1 seek=`expr 279 - length "$$str"` conv=notrunc 2>/dev/null
314
	dd if=/dev/zero of=$(BUILD_DIR)/kolibri.img count=2880 bs=512 2>&1
314
	dd if=/dev/zero of=$(BUILD_DIR)/kolibri.img count=2880 bs=512 2>&1
315
	mformat -f 1440 -i $(BUILD_DIR)/kolibri.img ::
315
	mformat -f 1440 -i $(BUILD_DIR)/kolibri.img ::
316
	dd if=$(BUILD_DIR)/boot_fat12.bin of=$(BUILD_DIR)/kolibri.img count=1 bs=512 conv=notrunc 2>&1
316
	dd if=$(BUILD_DIR)/boot_fat12.bin of=$(BUILD_DIR)/kolibri.img count=1 bs=512 conv=notrunc 2>&1
317
	mmd -i $(BUILD_DIR)/kolibri.img ::3D
317
	mmd -i $(BUILD_DIR)/kolibri.img ::3D