diff options
author | dzwdz | 2021-09-18 12:15:58 +0200 |
---|---|---|
committer | dzwdz | 2021-09-18 12:15:58 +0200 |
commit | 27cf4b1923629cbf71609311d004914c2508c03a (patch) | |
tree | 10fe57348e148158b5baa93333c946e4b9dbb0b3 /Makefile | |
parent | 9741233ac39a1510de5bf3177c5172b4dd315222 (diff) |
`init`: implement a working tar driver
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ out/raw_init: src/init/linker.ld $(call from_sources, src/init/) @$(CC) $(LFLAGS) -T $^ -o $@ out/initrd.tar: $(shell find initrd/) - tar cf $@ initrd/ + cd initrd; tar cf ../$@ * out/fs/boot/init: out/raw_init out/initrd.tar @mkdir -p $(@D) |