Subversion Repositories Kolibri OS

Rev

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

Rev 1837 Rev 1840
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)]"`; \
-
 
313
	echo -n $$str|dd of=kernel.mnt bs=1 seek=`expr 279 - length "$$str"` conv=notrunc 2>/dev/null
312
	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
313
	mformat -f 1440 -i $(BUILD_DIR)/kolibri.img ::
315
	mformat -f 1440 -i $(BUILD_DIR)/kolibri.img ::
314
	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
315
	mmd -i $(BUILD_DIR)/kolibri.img ::3D
317
	mmd -i $(BUILD_DIR)/kolibri.img ::3D
316
	mmd -i $(BUILD_DIR)/kolibri.img ::DEMOS
318
	mmd -i $(BUILD_DIR)/kolibri.img ::DEMOS