From 1510c833878408c6fc3e460f066817e5567425c7 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Sun, 13 Oct 2013 15:56:23 +0000 Subject: [PATCH] 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...) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 398e2ff..6129697 100644 --- a/Makefile +++ b/Makefile @@ -205,7 +205,7 @@ else sed -i '/swap/d' $(CHROOT)/etc/fstab endif -sysconfig: preproot acpi.start $(SWAP_FILE) $(CHROOT)/etc/fstab $(CHROOT)/etc/conf.d/hostname +sysconfig: preproot acpi.start $(SWAP_FILE) @echo $(VIRTIO) ifeq ($(VIRTIO),YES) sed -i 's/sda/vda/' $(CHROOT)/etc/fstab