From owner-svn-soc-all@FreeBSD.ORG Wed Jul 17 17:36:08 2013 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1F73ECC9 for ; Wed, 17 Jul 2013 17:36:08 +0000 (UTC) (envelope-from dpl@FreeBSD.org) Received: from socsvn.freebsd.org (socsvn.freebsd.org [IPv6:2001:1900:2254:206a::50:2]) by mx1.freebsd.org (Postfix) with ESMTP id 11A88F69 for ; Wed, 17 Jul 2013 17:36:08 +0000 (UTC) Received: from socsvn.freebsd.org ([127.0.1.124]) by socsvn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6HHa7NG093926 for ; Wed, 17 Jul 2013 17:36:07 GMT (envelope-from dpl@FreeBSD.org) Received: (from www@localhost) by socsvn.freebsd.org (8.14.7/8.14.6/Submit) id r6HHa7bV093920 for svn-soc-all@FreeBSD.org; Wed, 17 Jul 2013 17:36:07 GMT (envelope-from dpl@FreeBSD.org) Date: Wed, 17 Jul 2013 17:36:07 GMT Message-Id: <201307171736.r6HHa7bV093920@socsvn.freebsd.org> X-Authentication-Warning: socsvn.freebsd.org: www set sender to dpl@FreeBSD.org using -f From: dpl@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r254891 - soc2013/dpl/head/usr.bin/xz MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jul 2013 17:36:08 -0000 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