commit | 1f30a41abe3ad19cbd4e0bb6b67d4084ec576d20 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Sat Apr 13 13:39:48 2002 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Sat Apr 13 13:39:48 2002 +0000 |
tree | 0eb9e10109fb9f080c294e4a7fcad6eddb5409b2 | |
parent | 5d8d4a674bb8ff31688340cd53ee58d55267dd0b [diff] [blame] |
Add a 'make uninstall' target
diff --git a/Makefile b/Makefile index 28b041c..16b4a5f 100644 --- a/Makefile +++ b/Makefile
@@ -56,6 +56,9 @@ install: applets/install.sh busybox busybox.links $(SHELL) $< $(PREFIX) +uninstall: busybox busybox.links + for i in `cat busybox.links` ; do rm -f $$PREFIX$$i; done + install-hardlinks: applets/install.sh busybox busybox.links $(SHELL) $< $(PREFIX) --hardlinks