Remove erroneous ONESHELL usage

This commit is contained in:
Jeremy Soller 2020-01-21 19:41:25 -07:00
parent 175039bded
commit 6a2ac14550
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1

View file

@ -52,7 +52,6 @@ build/harddrive-efi-old.bin: build/bootloader.efi build/filesystem.bin
mcopy -i $@.partial $< ::efi/boot/bootx64.efi mcopy -i $@.partial $< ::efi/boot/bootx64.efi
cat $@.partial build/filesystem.bin > $@ cat $@.partial build/filesystem.bin > $@
.ONESHELL:
build/harddrive-efi.bin: build/bootloader.efi build/filesystem.bin build/harddrive-efi.bin: build/bootloader.efi build/filesystem.bin
# TODO: Validate the correctness of this # TODO: Validate the correctness of this
# Populate an EFI system partition # Populate an EFI system partition