pi3-aoe

ATA over Ethernet setup for Raspberry Pi 3
git clone https://git.parazyd.org/pi3-aoe
Log | Files | Refs | README

commit 932dd9e8cfb53c72158db0a10aa9dd4e5600a197
parent 61252970f3e8b12739d9fc4dc19fe42acc2f8307
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 28 Jan 2021 12:27:53 +0100

Silence exit error.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -67,7 +67,7 @@ bin/busybox: $(BUSYBOX_SRC) install: all ifeq ($(DESTDIR),) @echo "You need to set DESTDIR. See README.md for more information." - exit 1 + @exit 1 endif mkdir -p $(DESTDIR)/dev $(DESTDIR)/proc $(DESTDIR)/sys cp -r boot/* $(DESTDIR)/boot