Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2013 17:36:07 GMT
From:      dpl@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r254891 - soc2013/dpl/head/usr.bin/xz
Message-ID:  <201307171736.r6HHa7bV093920@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dpl
Date: Wed Jul 17 17:36:07 2013
New Revision: 254891
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=254891

Log:
  Just commiting to have the latest version, so I can comment about the code with my mentor.
  

Modified:
  soc2013/dpl/head/usr.bin/xz/Makefile

Modified: soc2013/dpl/head/usr.bin/xz/Makefile
==============================================================================
--- soc2013/dpl/head/usr.bin/xz/Makefile	Wed Jul 17 17:17:16 2013	(r254890)
+++ soc2013/dpl/head/usr.bin/xz/Makefile	Wed Jul 17 17:36:07 2013	(r254891)
@@ -48,14 +48,4 @@
 DPADD=	${LIBLZMA}
 LDADD=	-llzma
 
-CLEANFILES+= testfile testfile.xz ktrace.out
-
-test: xz
-	-@rm testfile
-	-@rm testfile.xz
-	@echo one > testfile
-	-@ktrace -i ./xz testfile;	\
-	if [ $$? -ne 0 ];				\
-		then kdump;			\
-	fi;
 .include <bsd.prog.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307171736.r6HHa7bV093920>