mirror of
https://github.com/apache/nuttx.git
synced 2026-05-14 11:17:11 +08:00
tools/Win.mk
fix shell conditional
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ MKEXPORT_ARGS += -u
|
||||
endif
|
||||
|
||||
ifneq ($(APPDIR),)
|
||||
ifneq ($(shell [ -e $(APPDIR)/Makefile ] && echo yes),)
|
||||
ifneq ($(shell if exist "$(APPDIR)/Makefile" echo yes),)
|
||||
MKEXPORT_ARGS += -a "$(APPDIR)"
|
||||
MKEXPORT_ARGS += -m "$(MAKE)"
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user