[parisc-linux-cvs] palo - add uninstall make target

Helge Deller deller@gmx.de
Mon, 30 Jun 2003 08:53:52 +0200


--Boundary-00=_A69/+tBWW9n6949
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On Monday 30 June 2003 08:50, Helge Deller wrote:
> CVSROOT:	/var/cvs
> Module name:	palo
> Changes by:	deller	03/06/30 00:50:20
>
> Modified files:
> 	.              : Changes Makefile
>
> Log message:
> add uninstall make target




--Boundary-00=_A69/+tBWW9n6949
Content-Type: text/plain;
  charset="iso-8859-1";
  name="diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="diff"

Index: Changes
===================================================================
RCS file: /var/cvs/palo/Changes,v
retrieving revision 1.5
diff -u -p -r1.5 Changes
--- Changes	13 Jan 2003 19:41:24 -0000	1.5
+++ Changes	30 Jun 2003 06:50:02 -0000
@@ -1,4 +1,9 @@
 
+June 30, 2003		Helge Deller
+	- add uninstall make target
+
+---
+
 January 13, 2003	Martin K. Petersen
 	- Change ipl so that partition type 0xfd (software RAID) is
 	allowed.  This makes it possible to boot from mirrored system
@@ -32,7 +37,7 @@ were required to build palo without kern
 
 ---
 
-4-June				Paul Bame
+4-June			Paul Bame
     These changes depend upon using a relatively recent cross-compile
     environment and *especially* one with include/linux and include/asm:
 
Index: Makefile
===================================================================
RCS file: /var/cvs/palo/Makefile,v
retrieving revision 1.37
diff -u -p -r1.37 Makefile
--- Makefile	16 Nov 2001 21:08:20 -0000	1.37
+++ Makefile	30 Jun 2003 06:50:02 -0000
@@ -120,3 +120,10 @@ install: all README.html palo.conf palo/
 	${INSTALL} -m444 README.html README changelog.gz \
 			${DESTDIR}/usr/share/doc/palo
 	${INSTALL} -m444 palo.8.gz ${DESTDIR}/usr/share/man/man8
+
+uninstall: 
+	${RM} -rf ${DESTDIR}/usr/share/doc/palo
+	${RM} -rf ${DESTDIR}/sbin/palo
+	${RM} -rf ${DESTDIR}/usr/share/palo
+	${RM} -rf ${DESTDIR}/usr/share/man/man8/palo.8.gz
+

--Boundary-00=_A69/+tBWW9n6949--