From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f170.google.com (mail-we0-f170.google.com [74.125.82.170]) by dpdk.org (Postfix) with ESMTP id BA1DC156 for ; Mon, 18 Nov 2013 23:30:08 +0100 (CET) Received: by mail-we0-f170.google.com with SMTP id w61so3244164wes.29 for ; Mon, 18 Nov 2013 14:31:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=MDIkFmfltNZt9L6VrEz4Oj7J5g+vq/848kEhwnwU/S8=; b=R+RQQYZwb+lOHvGINfGyzHtZQIJSfPQU/JJBdYFj+DD+BIfJU32xTPFB9fARs82HMX i8gHNWFmaPTBy6U3PKbT5jGbebLu2mfoYXfMSdft7UEphQADbfDkA0R62M1rnpQHLGRH dakP6lKbDl1LUKk0nsor1dVhtlpnkvu2U7Jq5VxNIeytwE4ccmE2qEPaM7LSaeWUiko9 hzEu8uMeonnjP08RwfhwrhucZxa5Pfq4+voVNlSbz9u2XT0eUDqekCsMhML/IiiLGCxK geuvnbwFVYlvOsL63sphd7HTkKCiTvMUQRYqy2evVbO9DZxh070tbRm14A9cAHlwkBMU ybIg== X-Gm-Message-State: ALoCoQllNzHN4orMsOBKBM/XwgE/KoRElDyQWjDONaHWkZUqSN6h2XyU+QUEVPLHDvkN5lxdInij X-Received: by 10.180.20.102 with SMTP id m6mr18670542wie.22.1384813865842; Mon, 18 Nov 2013 14:31:05 -0800 (PST) Received: from 6wind.com (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id fu1sm28428698wib.8.2013.11.18.14.31.03 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 18 Nov 2013 14:31:05 -0800 (PST) Received: by 6wind.com (sSMTP sendmail emulation); Mon, 18 Nov 2013 23:31:02 +0100 From: Thomas Monjalon To: dev@dpdk.org Date: Mon, 18 Nov 2013 23:30:59 +0100 Message-Id: X-Mailer: git-send-email 1.7.10.4 Subject: [dpdk-dev] [PATCH 0/3] app: fix build X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Nov 2013 22:30:09 -0000 When disabling librte_cmdline or app/test, build failed. These 3 patches fix it. --- Thomas Monjalon (3): app/cmdline_test: fix build without app/test app/testpmd: fix build without librte_cmdline app/test: fix build without librte_cmdline app/cmdline_test/Makefile | 4 ++-- app/test-pmd/Makefile | 2 ++ app/test-pmd/parameters.c | 29 +++++++++++++++++++++++++++-- app/test-pmd/testpmd.c | 5 ++++- app/test/Makefile | 16 ++++++++-------- app/test/test.c | 8 +++++++- app/test/test.h | 4 ---- app/test/test_alarm.c | 2 -- app/test/test_atomic.c | 2 -- app/test/test_byteorder.c | 2 -- app/test/test_cmdline.c | 6 ++++-- app/test/test_common.c | 2 -- app/test/test_cpuflags.c | 1 - app/test/test_cycles.c | 2 -- app/test/test_debug.c | 2 -- app/test/test_eal_flags.c | 2 -- app/test/test_eal_fs.c | 2 -- app/test/test_errno.c | 2 -- app/test/test_func_reentrancy.c | 2 -- app/test/test_hash.c | 1 - app/test/test_hash_perf.c | 1 - app/test/test_interrupts.c | 2 -- app/test/test_kni.c | 2 -- app/test/test_logs.c | 2 -- app/test/test_lpm.c | 1 - app/test/test_lpm6.c | 1 - app/test/test_malloc.c | 2 -- app/test/test_mbuf.c | 2 -- app/test/test_memcpy.c | 1 - app/test/test_memcpy_perf.c | 1 - app/test/test_memory.c | 2 -- app/test/test_mempool.c | 2 -- app/test/test_mempool_perf.c | 2 -- app/test/test_memzone.c | 2 -- app/test/test_meter.c | 2 -- app/test/test_mp_secondary.c | 2 -- app/test/test_pci.c | 2 -- app/test/test_per_lcore.c | 2 -- app/test/test_pmac_acl.c | 2 -- app/test/test_power.c | 2 -- app/test/test_prefetch.c | 2 -- app/test/test_red.c | 1 - app/test/test_ring.c | 2 -- app/test/test_ring_perf.c | 2 -- app/test/test_rwlock.c | 2 -- app/test/test_sched.c | 2 -- app/test/test_spinlock.c | 2 -- app/test/test_string_fns.c | 2 -- app/test/test_tailq.c | 2 -- app/test/test_timer.c | 2 -- app/test/test_version.c | 2 -- 51 files changed, 54 insertions(+), 98 deletions(-) -- 1.7.10.4