Subversion Repositories Kolibri OS

Rev

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

Rev 4750 Rev 4751
Line 464... Line 464...
464
# The first goal: floppy image.
464
# The first goal: floppy image.
465
$(BUILD_DIR)/kolibri.img: $(BUILD_DIR)/.dir \
465
$(BUILD_DIR)/kolibri.img: $(BUILD_DIR)/.dir \
466
 Makefile \
466
 Makefile \
467
 $(BUILD_DIR)/boot_fat12.bin \
467
 $(BUILD_DIR)/boot_fat12.bin \
468
 $(targets)
468
 $(targets)
-
 
469
 	echo $(LD) $(CC) $(NASM)
469
	str=`date -u +"[auto-build %d %b %Y %R, r$(REV)]"`; \
470
	str=`date -u +"[auto-build %d %b %Y %R, r$(REV)]"`; \
470
	echo -n $$str|dd of=kernel.mnt bs=1 seek=`expr 279 - length "$$str"` conv=notrunc 2>/dev/null
471
	echo -n $$str|dd of=kernel.mnt bs=1 seek=`expr 279 - length "$$str"` conv=notrunc 2>/dev/null
471
	dd if=/dev/zero of=$(BUILD_DIR)/kolibri.img count=2880 bs=512 2>&1
472
	dd if=/dev/zero of=$(BUILD_DIR)/kolibri.img count=2880 bs=512 2>&1
472
	mformat -f 1440 -i $(BUILD_DIR)/kolibri.img ::
473
	mformat -f 1440 -i $(BUILD_DIR)/kolibri.img ::
473
	dd if=$(BUILD_DIR)/boot_fat12.bin of=$(BUILD_DIR)/kolibri.img count=1 bs=512 conv=notrunc 2>&1
474
	dd if=$(BUILD_DIR)/boot_fat12.bin of=$(BUILD_DIR)/kolibri.img count=1 bs=512 conv=notrunc 2>&1
Line 711... Line 712...
711
 
712
 
712
 
713
 
713
#Rules for updf
714
#Rules for updf
714
UPDFDIR=$(REPOSITORY)/contrib/media/updf
-
 
715
updf: 
715
UPDFDIR=$(REPOSITORY)/contrib/media/updf