diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-04-13 13:39:48 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-04-13 13:39:48 +0000 |
commit | 1f30a41abe3ad19cbd4e0bb6b67d4084ec576d20 (patch) | |
tree | 0eb9e10109fb9f080c294e4a7fcad6eddb5409b2 | |
parent | 5d8d4a674bb8ff31688340cd53ee58d55267dd0b (diff) | |
download | busybox-w32-1f30a41abe3ad19cbd4e0bb6b67d4084ec576d20.tar.gz busybox-w32-1f30a41abe3ad19cbd4e0bb6b67d4084ec576d20.tar.bz2 busybox-w32-1f30a41abe3ad19cbd4e0bb6b67d4084ec576d20.zip |
Add a 'make uninstall' target
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -56,6 +56,9 @@ busybox.links: applets/busybox.mkll | |||
56 | install: applets/install.sh busybox busybox.links | 56 | install: applets/install.sh busybox busybox.links |
57 | $(SHELL) $< $(PREFIX) | 57 | $(SHELL) $< $(PREFIX) |
58 | 58 | ||
59 | uninstall: busybox busybox.links | ||
60 | for i in `cat busybox.links` ; do rm -f $$PREFIX$$i; done | ||
61 | |||
59 | install-hardlinks: applets/install.sh busybox busybox.links | 62 | install-hardlinks: applets/install.sh busybox busybox.links |
60 | $(SHELL) $< $(PREFIX) --hardlinks | 63 | $(SHELL) $< $(PREFIX) --hardlinks |
61 | 64 | ||