Makefile:sysconfig: remove deps for which there is no target.
They were already satisfied by the "preproot" target. I found these errors when I tried "make -j2" (which still doesn' work yet, but oh wel...)
This commit is contained in:
parent
6d55ed0e69
commit
1510c83387
2
Makefile
2
Makefile
|
@ -205,7 +205,7 @@ else
|
||||||
sed -i '/swap/d' $(CHROOT)/etc/fstab
|
sed -i '/swap/d' $(CHROOT)/etc/fstab
|
||||||
endif
|
endif
|
||||||
|
|
||||||
sysconfig: preproot acpi.start $(SWAP_FILE) $(CHROOT)/etc/fstab $(CHROOT)/etc/conf.d/hostname
|
sysconfig: preproot acpi.start $(SWAP_FILE)
|
||||||
@echo $(VIRTIO)
|
@echo $(VIRTIO)
|
||||||
ifeq ($(VIRTIO),YES)
|
ifeq ($(VIRTIO),YES)
|
||||||
sed -i 's/sda/vda/' $(CHROOT)/etc/fstab
|
sed -i 's/sda/vda/' $(CHROOT)/etc/fstab
|
||||||
|
|
Loading…
Reference in New Issue