From 8683562c2cc23b3dc4657a25ac2636407ba02a86 Mon Sep 17 00:00:00 2001 From: freesource Date: Thu, 2 Aug 2001 01:35:05 +0000 Subject: [PATCH] Added remove and all capabilities. --- Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f214f7d..b8e54a4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -all: +all: install install: install -d /usr/bin @@ -18,6 +18,14 @@ install: cp -fa gbootrootrc /etc/gbootroot/gbootrootrc remove: - + rm /usr/bin/gbootroot + rm /usr/bin/yard_chrooted_tests + rm /usr/share/perl5/BootRoot/* + rmdir /usr/share/perl5/BootRoot + rm -rf /usr/share/gbootroot + rm /usr/bin/uml_* + rm /usr/bin/linux + rm /etc/gbootroot/gbootrootrc + rmdir /etc/gbootroot