Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4750 → Rev 4751

/data/it/Makefile
466,6 → 466,7
Makefile \
$(BUILD_DIR)/boot_fat12.bin \
$(targets)
echo $(LD) $(CC) $(NASM)
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
dd if=/dev/zero of=$(BUILD_DIR)/kolibri.img count=2880 bs=512 2>&1
713,5 → 714,4
#Rules for updf
UPDFDIR=$(REPOSITORY)/contrib/media/updf
updf:
@echo $(CC) $(LD) $(NASM)
$(MAKE) -C $(REPOSITORY)/programs/develop/libraries/menuetlibc