diff options
-rw-r--r-- | Makefile.custom | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.custom b/Makefile.custom index 891c9ced7..28d0ef7bc 100644 --- a/Makefile.custom +++ b/Makefile.custom | |||
@@ -46,6 +46,9 @@ ifeq ($(strip $(CONFIG_FEATURE_SUID)),y) | |||
46 | @echo | 46 | @echo |
47 | endif | 47 | endif |
48 | 48 | ||
49 | install-noclobber: INSTALL_OPTS+=--noclobber | ||
50 | install-noclobber: install | ||
51 | |||
49 | uninstall: busybox.links | 52 | uninstall: busybox.links |
50 | rm -f $(CONFIG_PREFIX)/bin/busybox | 53 | rm -f $(CONFIG_PREFIX)/bin/busybox |
51 | for i in `cat busybox.links` ; do rm -f $(CONFIG_PREFIX)$$i; done | 54 | for i in `cat busybox.links` ; do rm -f $(CONFIG_PREFIX)$$i; done |