Checking CC LD and NASM

git-svn-id: svn://kolibrios.org@4751 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
right-hearted 2014-04-04 11:00:16 +00:00
parent 211fa08e2f
commit b500933668

View File

@ -466,6 +466,7 @@ $(BUILD_DIR)/kolibri.img: $(BUILD_DIR)/.dir \
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 @@ $(REPOSITORY)/drivers/ddk/libcore.a: \
#Rules for updf
UPDFDIR=$(REPOSITORY)/contrib/media/updf
updf:
@echo $(CC) $(LD) $(NASM)
$(MAKE) -C $(REPOSITORY)/programs/develop/libraries/menuetlibc