From e7676411e49bfd2e0da0b785ad4ac5dc909d0a41 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Fri, 26 Aug 2022 17:11:23 +0200 Subject: user/ports: port oed make clean; ./port ed clean; make -j4 out/libc.a && ./port ed install && make -j4 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dd4cdbd..49a1745 100644 --- a/Makefile +++ b/Makefile @@ -109,6 +109,7 @@ out/initrd/font.psf: /usr/share/kbd/consolefonts/default8x16.psfu.gz out/initrd.tar: $(patsubst %,out/%,$(shell find initrd/ -type f)) \ $(patsubst %,out/initrd/bin/amd64/%,$(USERBINS)) \ + $(shell find out/initrd/) \ out/initrd/font.psf @cd out/initrd; tar chf ../initrd.tar * -- cgit v1.2.3