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

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


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

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

    Remove the additional UNLINKDIR to fix parallel build break
    
    Remove the additional unlink to fix errors in parallel build as below.
    cc1: fatal error: ./board/dummy.c: No such file or directory
    
    Signed-off-by: liuhaitao <[email protected]>
---
 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