tSilence exit error. - pi3-aoe - ATA over Ethernet setup for Raspberry Pi 3
HTML git clone https://git.parazyd.org/pi3-aoe
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 932dd9e8cfb53c72158db0a10aa9dd4e5600a197
DIR parent 61252970f3e8b12739d9fc4dc19fe42acc2f8307
HTML Author: parazyd <parazyd@dyne.org>
Date: Thu, 28 Jan 2021 12:27:53 +0100
Silence exit error.
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/Makefile b/Makefile
t@@ -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