From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-x236.google.com (mail-qt0-x236.google.com [IPv6:2607:f8b0:400d:c0d::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 5BAB61A1E34 for ; Thu, 20 Oct 2016 08:46:29 -0700 (PDT) Received: by mail-qt0-x236.google.com with SMTP id f6so61764122qtd.2 for ; Thu, 20 Oct 2016 08:46:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=ts66itxU8KkhNsALCJTNe9RjOFdBbKLNfjfotWXxSt8=; b=ja/S3kVxY2pO2tKIsKdprIplRedCQOQC20Ahast6yhxvV2h7cI1J66B2cyzOP85IDt t5fyDeh3Lwu2uYaU8+lnNS0M2a5ij/NwmOut1Tb6LjjkYvZgvm0CWKt42S02PqrlAEFV Gi9NWY/dVlbVkbz1yuEoVKkPGMLbhblMWlKZU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=ts66itxU8KkhNsALCJTNe9RjOFdBbKLNfjfotWXxSt8=; b=FgirJenmHLhcSKPYw8yBzisvcsNygxdZFKECZX5yYDY6/GsfkXMB1gX5FHuv/R1Kta HkKNZorFsjQvo1QJhMvtR2f/witzGs6/sV8LT/bBFBx7qDO5YfCrJwvFVIcD+OTKPB/Q srGhcLlmXbsH1YPDJr62cwWEcKMqerizqCNhNudufBdgHs+CfSx6kfLYK9NHszndMRF6 LfxekFb4iaRL+X9qbDTMTMLoJy4ss79vosCi9ZgtBKTA+kur8u+koCCAT5/Cfj7wPQod VY4xtcM0hrZjSDck4PzgT111ZjtiBXr9fdKRslF+21wuMG5tdXv7iTnxnklVEpnsPgp+ VjCQ== X-Gm-Message-State: AA6/9Rml/VUHPKiZZCpqm9H9HgYrW1eyANi4RynuCGhDCeU5VnaU/UhFUjD8bGJzVoSDrdEA X-Received: by 10.28.16.65 with SMTP id 62mr6484398wmq.130.1476978388355; Thu, 20 Oct 2016 08:46:28 -0700 (PDT) Received: from mohikan.eciton.net ([2a01:348:6:8735:e23f:49ff:fe6d:9d26]) by smtp.gmail.com with ESMTPSA id ce6sm79640115wjc.27.2016.10.20.08.46.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Oct 2016 08:46:27 -0700 (PDT) From: Leif Lindholm To: edk2-devel@lists.01.org Cc: Liming Gao , Yonghong Zhu Date: Thu, 20 Oct 2016 16:46:23 +0100 Message-Id: <20161020154625.31352-1-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.9.3 Subject: [PATCH 0/2] Add --reconfig option to edksetup.sh X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 15:46:29 -0000 This mini series performs some minor reworking of edksetup.sh, and then adds the --reconfig command line option, to force overwriting existing cached config files in $WORKSPACE/Conf/. Leif Lindholm (2): edksetup.sh: rework argument parsing and update usage information edksetup.sh, BaseTools/BuildEnv: add --reconfig support BaseTools/BuildEnv | 3 ++- edksetup.sh | 75 ++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 49 insertions(+), 29 deletions(-) -- 2.9.3