summary refs log tree commit diff
path: root/vm/sys
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-02-16 21:47:42 +0000
committerAlyssa Ross <hi@alyssa.is>2022-02-16 21:47:42 +0000
commit670dfb5b81079083144156f292ed09c22d4616d5 (patch)
tree7b9aa3daa67552756fd1ad424f27a3f066fe6907 /vm/sys
parentefe57ce3c04000cc94a4fc8444491147bf5a7c71 (diff)
downloadspectrum-670dfb5b81079083144156f292ed09c22d4616d5.tar
spectrum-670dfb5b81079083144156f292ed09c22d4616d5.tar.gz
spectrum-670dfb5b81079083144156f292ed09c22d4616d5.tar.bz2
spectrum-670dfb5b81079083144156f292ed09c22d4616d5.tar.lz
spectrum-670dfb5b81079083144156f292ed09c22d4616d5.tar.xz
spectrum-670dfb5b81079083144156f292ed09c22d4616d5.tar.zst
spectrum-670dfb5b81079083144156f292ed09c22d4616d5.zip
vm/sys/net: remove unnecessary directory in output
Diffstat (limited to 'vm/sys')
-rw-r--r--vm/sys/net/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/vm/sys/net/Makefile b/vm/sys/net/Makefile
index 25f865f..642c815 100644
--- a/vm/sys/net/Makefile
+++ b/vm/sys/net/Makefile
@@ -9,10 +9,6 @@ CLOUD_HYPERVISOR = cloud-hypervisor
 
 VMM = qemu
 
-# These don't have the host/ prefix because they're not referring to
-# paths in the source tree.
-HOST_DIRECTORIES = s6-rc/netvm-vmm/env
-
 HOST_BUILD_FILES = \
 	build/host/data/netvm/rootfs.ext4 \
 	build/host/data/netvm/vmlinux
@@ -29,7 +25,6 @@ build/svc: $(HOST_BUILD_FILES)
 	mkdir -p $@
 
 	tar -c $(HOST_BUILD_FILES) | tar -C $@ -x --strip-components 2
-	cd $@ && mkdir -p $(HOST_DIRECTORIES)
 
 build/host/data/netvm/vmlinux: $(VMLINUX)
 	mkdir -p $$(dirname $@)