From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id B392E21E2DA64 for ; Tue, 15 Aug 2017 22:40:31 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP; 15 Aug 2017 22:42:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,381,1498546800"; d="scan'208";a="1163082630" Received: from ray-dev.ccr.corp.intel.com ([10.239.9.2]) by orsmga001.jf.intel.com with ESMTP; 15 Aug 2017 22:42:56 -0700 From: Ruiyu Ni To: edk2-devel@lists.01.org Date: Wed, 16 Aug 2017 13:42:52 +0800 Message-Id: <20170816054254.16184-1-ruiyu.ni@intel.com> X-Mailer: git-send-email 2.12.2.windows.2 Subject: [PATCH 0/2] ShellPkg/mkdir Support creating nested directories X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Aug 2017 05:40:31 -0000 Huajing Li (2): Shell/mkdir: Modify the help content to align to spec. ShellPkg/mkdir: support creating nested directories .../Library/UefiShellLevel2CommandsLib/MkDir.c | 54 ++++++++++++++++++---- .../UefiShellLevel2CommandsLib.uni | 15 +++--- 2 files changed, 52 insertions(+), 17 deletions(-) -- 2.12.2.windows.2