commit 932dd9e8cfb53c72158db0a10aa9dd4e5600a197
parent 61252970f3e8b12739d9fc4dc19fe42acc2f8307
Author: parazyd <parazyd@dyne.org>
Date: Thu, 28 Jan 2021 12:27:53 +0100
Silence exit error.
Diffstat:
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