DragonFly BSD
DragonFly submit List (threaded) for 2006-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

games/fortune/datfiles cruft


From: Peter Avalos <pavalos@xxxxxxxxxxxx>
Date: Fri, 4 Aug 2006 12:01:11 -0700

Bug:  'make clean' in src/games/fortune/datfiles/ leaves behind a file
named "fortunes-o"

Attached is a patch which deletes it.  Also available at
http://www.theshell.com/~pavalos/wip/fortune-datfiles-Makefile.diff

--Peter
Index: games/fortune/datfiles/Makefile
===================================================================
RCS file: /home/dcvs/src/games/fortune/datfiles/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- games/fortune/datfiles/Makefile	26 Jun 2006 03:11:53 -0000	1.5
+++ games/fortune/datfiles/Makefile	4 Aug 2006 18:55:38 -0000
@@ -30,7 +30,7 @@
 
 .for f in ${FORTUNES}
 FILES+=		$f $f.dat
-CLEANFILES+=	$f.dat
+CLEANFILES+=	$f.dat fortunes-o
 .if !(target($f.dat))
 $f.dat: $f
 	PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \

Attachment: pgp00005.pgp
Description: PGP signature



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]