socsvn commit: r254891 - soc2013/dpl/head/usr.bin/xz

dpl at FreeBSD.org dpl at FreeBSD.org
Wed Jul 17 17:36:08 UTC 2013


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
-	- at rm testfile
-	- at rm testfile.xz
-	@echo one > testfile
-	- at ktrace -i ./xz testfile;	\
-	if [ $$? -ne 0 ];				\
-		then kdump;			\
-	fi;
 .include <bsd.prog.mk>


More information about the svn-soc-all mailing list