This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new d89d8b1  Remove the additional UNLINKDIR to fix parallel build break
d89d8b1 is described below

commit d89d8b1a2cbb1428376d5ee63ce4299c52babf38
Author: liuhaitao <[email protected]>
AuthorDate: Tue Feb 25 04:14:48 2020 +0800

    Remove the additional UNLINKDIR to fix parallel build break
---
 platform/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/platform/Makefile b/platform/Makefile
index 5bf9ce7..abdf0e5 100644
--- a/platform/Makefile
+++ b/platform/Makefile
@@ -67,7 +67,6 @@ $(TOPDIR)$(DELIM).config:
 
 $(PLATFORMDIR): $(TOPDIR)$(DELIM).config
        @echo "LN: platform$(DELIM)board to $(LINKDIR)"
-       $(Q) $(DIRUNLINK) $(PLATFORMDIR)
        $(Q) $(DIRLINK) $(LINKDIR) $(PLATFORMDIR)
 
 dirlinks: $(PLATFORMDIR)

Reply via email to