From patchwork Tue Mar 23 18:13:22 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucas Meneghel Rodrigues X-Patchwork-Id: 87729 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o2NIDfoe009451 for ; Tue, 23 Mar 2010 18:13:41 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754151Ab0CWSN2 (ORCPT ); Tue, 23 Mar 2010 14:13:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53613 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754110Ab0CWSN2 (ORCPT ); Tue, 23 Mar 2010 14:13:28 -0400 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o2NIDQkD010958 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 23 Mar 2010 14:13:26 -0400 Received: from localhost.localdomain (vpn-11-178.rdu.redhat.com [10.11.11.178]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o2NIDOID005146; Tue, 23 Mar 2010 14:13:25 -0400 From: Lucas Meneghel Rodrigues To: autotest@test.kernel.org Cc: kvm@vger.kernel.org, Lucas Meneghel Rodrigues Subject: [PATCH] Monotonic time test: Don't force static compilation of time_test Date: Tue, 23 Mar 2010 15:13:22 -0300 Message-Id: <1269368002-12652-1-git-send-email-lmr@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.17 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Tue, 23 Mar 2010 18:13:41 +0000 (UTC) diff --git a/client/tests/monotonic_time/src/Makefile b/client/tests/monotonic_time/src/Makefile index 56aa7b6..2121ec4 100644 --- a/client/tests/monotonic_time/src/Makefile +++ b/client/tests/monotonic_time/src/Makefile @@ -1,7 +1,6 @@ CC= cc CFLAGS= -O -std=gnu99 -Wall -LDFLAGS=-static LIBS= -lpthread -lrt PROG= time_test