aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8afd69863..29897ef4e 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,16 @@ busybox.links: applets/busybox.mkll include/config.h
57 57
58install: applets/install.sh busybox busybox.links 58install: applets/install.sh busybox busybox.links
59 $(SHELL) $< $(PREFIX) 59 $(SHELL) $< $(PREFIX)
60ifeq ($(strip $(CONFIG_FEATURE_SUID)),y)
61 @echo
62 @echo
63 @echo --------------------------------------------------
64 @echo You will probably need to make your busybox binary
65 @echo setuid root to ensure all configured applets will
66 @echo work properly.
67 @echo --------------------------------------------------
68 @echo
69endif
60 70
61uninstall: busybox.links 71uninstall: busybox.links
62 rm -f $(PREFIX)/bin/busybox 72 rm -f $(PREFIX)/bin/busybox