Makefile: One more echo/print change
This commit is contained in:
parent
dea0b10abe
commit
2e425341c3
2
Makefile
2
Makefile
|
@ -113,7 +113,7 @@ ifeq ($(VIRTIO),YES)
|
||||||
sed -i 's/sda/vda/' $(CHROOT)/etc/fstab
|
sed -i 's/sda/vda/' $(CHROOT)/etc/fstab
|
||||||
endif
|
endif
|
||||||
ifneq ($(SWAP_SIZE),0)
|
ifneq ($(SWAP_SIZE),0)
|
||||||
@scripts/echo Creating swap file: `basename $(SWAP_FILE)`
|
@print Creating swap file: `basename $(SWAP_FILE)`
|
||||||
dd if=/dev/zero of=$(SWAP_FILE) bs=1M count=$(SWAP_SIZE)
|
dd if=/dev/zero of=$(SWAP_FILE) bs=1M count=$(SWAP_SIZE)
|
||||||
/sbin/mkswap $(SWAP_FILE)
|
/sbin/mkswap $(SWAP_FILE)
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue