aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-08-26 23:13:00 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-08-26 23:13:00 +0000
commite0b545d3a872bbdee0dfe1c4c2f00b423d42ffcc (patch)
tree24c9479dab9bc019f716093628a70e392b3c40cb /Makefile
parent175c0aff4894286d9e42a7d9df63591c3b13d183 (diff)
downloadbusybox-w32-e0b545d3a872bbdee0dfe1c4c2f00b423d42ffcc.tar.gz
busybox-w32-e0b545d3a872bbdee0dfe1c4c2f00b423d42ffcc.tar.bz2
busybox-w32-e0b545d3a872bbdee0dfe1c4c2f00b423d42ffcc.zip
Improve the setuid situation a bit, and make it more apparent
when people really ought to make busybox setuid root. -Erik git-svn-id: svn://busybox.net/trunk/busybox@9170 69ca8d6d-28ef-0310-b511-8ec308f3f277
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