fix removal of {cpu,machine} links on mingw/msys
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. Make it more clear in message that we are checking "ln -s".
This commit is contained in:
parent
0b47c57ad6
commit
e0a850947f
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-01-18 Andrey Borzenkov <arvidjaar@gmail.com>
|
||||
|
||||
* acinclude.m4 (grub_CHECK_LINK_DIR): Check that we can also remove
|
||||
symbolic link to directory. It fails in Msys shell on Windows 2003.
|
||||
|
||||
2014-01-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* Makefile.am (default_payload.elf): Add modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue