From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Ehrhardt Subject: Duplicate config symbols Date: Mon, 13 Jun 2016 13:50:34 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 To: dev Return-path: Received: from mail-qk0-f179.google.com (mail-qk0-f179.google.com [209.85.220.179]) by dpdk.org (Postfix) with ESMTP id B0D5C475E for ; Mon, 13 Jun 2016 13:50:54 +0200 (CEST) Received: by mail-qk0-f179.google.com with SMTP id a186so17293247qkf.0 for ; Mon, 13 Jun 2016 04:50:54 -0700 (PDT) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, I wondered multiple times now when changing a config symbol that some of them are in the .config file multiple times. I totally feel like I'm overlooking something, but still it might be worth to ask. In particular: awk -F "=" '/=/ {print $1}' debian/build/static-root/.config | sort | uniq -c | sort -n | grep -v 1 2 CONFIG_RTE_ARCH 2 CONFIG_RTE_EAL_IGB_UIO 2 CONFIG_RTE_EAL_VFIO 2 CONFIG_RTE_EXEC_ENV 2 CONFIG_RTE_KNI_KMOD 2 CONFIG_RTE_LIBRTE_KNI 2 CONFIG_RTE_LIBRTE_PMD_AF_PACKET 2 CONFIG_RTE_LIBRTE_PMD_VHOST 2 CONFIG_RTE_LIBRTE_POWER 2 CONFIG_RTE_LIBRTE_VHOST 2 CONFIG_RTE_MACHINE 2 CONFIG_RTE_TOOLCHAIN Is there any reason to do so or is this an issue in make config? Christian Ehrhardt Software Engineer, Ubuntu Server Canonical Ltd