From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1W4ahA-0000t4-9D for mharc-grub-devel@gnu.org; Sat, 18 Jan 2014 13:32:36 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4agz-0000s9-EN for grub-devel@gnu.org; Sat, 18 Jan 2014 13:32:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W4agr-000838-0Z for grub-devel@gnu.org; Sat, 18 Jan 2014 13:32:25 -0500 Received: from mail-lb0-x22b.google.com ([2a00:1450:4010:c04::22b]:41825) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4agq-000834-OS for grub-devel@gnu.org; Sat, 18 Jan 2014 13:32:16 -0500 Received: by mail-lb0-f171.google.com with SMTP id c11so3860531lbj.16 for ; Sat, 18 Jan 2014 10:32:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type; bh=LTzt69lphK7DRvB6O/vioTux9J4Jd0IuiVo4ySiZyPg=; b=FQdlVPjV8hxIJgJg424Ct+9eN50P6j3+k0pFEeSHBEd7ZWfZk9+kAlJBhMLqhiIh/6 ZUTt0pcQ+Bdf3Kinht8OuOgrDliMabpEMpyYcDN+d7pPMnL2XmUOPZPb2YWiDH+aSdc2 KxRt1h9Yetp1P9ACSsu5QeQYKlUVjr2du+9BNzhO08TeinAm93TNixUfBv5/c5KFxUUL +XjEkQMJN2MH6Yaw2h/hBe72uI3SrUjBbKeCGFkmugYpCosSOqfzBcytfkYTgSsq5hd0 EHDqGmfRGvBkhTjztIO6N09q66L7AJezKIBa+qEZ+Nb4U99Kj0QVH34QFr+PUxlxYnnt hS6w== X-Received: by 10.112.144.69 with SMTP id sk5mr1697876lbb.44.1390069935563; Sat, 18 Jan 2014 10:32:15 -0800 (PST) Received: from opensuse.site (ppp91-76-163-241.pppoe.mtu-net.ru. [91.76.163.241]) by mx.google.com with ESMTPSA id mq10sm9632406lbb.12.2014.01.18.10.32.14 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Sat, 18 Jan 2014 10:32:14 -0800 (PST) Date: Sat, 18 Jan 2014 22:32:13 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: Re: [PATCH] fix removal of {cpu,machine} links on mingw/msys Message-ID: <20140118223213.7027d50d@opensuse.site> In-Reply-To: <52DAC493.7060104@gmail.com> References: <1388224711-10010-1-git-send-email-arvidjaar@gmail.com> <52DAC493.7060104@gmail.com> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.22; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_//mH9IUaz0SY3j.al/AZByjP"; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22b X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jan 2014 18:32:34 -0000 --Sig_//mH9IUaz0SY3j.al/AZByjP Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =D0=92 Sat, 18 Jan 2014 19:14:43 +0100 Vladimir '=CF=86-coder/phcoder' Serbinenko =D0=BF=D0=B8= =D1=88=D0=B5=D1=82: > On 28.12.2013 10:58, Andrey Borzenkov wrote: > > At least on Windows 2003 using "ln -s dir1 dir2" in msys shell succeeds, > > but results in what looks like hard link. Subsequent "rm -f dir2" (e.g. > > during second config.status invocation) fails. Check that we also can > > remove link to directory. > >=20 > > Make it more clear in message that we are checking "ln -s". > >=20 > Is there a way to reliably remove result of such test? We don't want to > leave a weird file after the test behind. Perhaps rm -rf since we know > that we test with newly-created directory? Test does "rm -rf testdir" at the end already and it removes this. --Sig_//mH9IUaz0SY3j.al/AZByjP Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iEYEARECAAYFAlLayK0ACgkQR6LMutpd94ywOACgxHO5tPBn3HQ0uljXfcgF1VFA TqoAn3S61ZYw2V2O8itU2Fld59Mk4Gjq =EDpc -----END PGP SIGNATURE----- --Sig_//mH9IUaz0SY3j.al/AZByjP--