From bf081b9b500f7a18fe225b14b0ab92ed0b0f0ec9 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 28 Mar 2008 00:40:57 -0500 Subject: Add uninstall and uninstall_flat. --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 713a66d6..da40c255 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,8 @@ all: toybox toybox toybox_unstripped: .config *.[ch] lib/*.[ch] toys/*.[ch] scripts/* scripts/make.sh -.PHONY: clean distclean baseline bloatcheck install install_flat test tests help +.PHONY: clean distclean baseline bloatcheck install install_flat \ + uinstall uninstall_flat test tests help include kconfig/Makefile @@ -32,6 +33,12 @@ install_flat: instlist install: scripts/install.sh --long --symlink --force +uninstall_flat: instlist + scripts/install.sh --uninstall + +uninstall: + scripts/install.sh --long --uninstall + clean:: rm -rf toybox toybox_unstripped generated/config.h generated/Config.in \ generated/newtoys.h generated/globals.h instlist testdir -- cgit v1.2.3