mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
tools/Win.mk:Fix an issue in mkdir -p in Windows native build
This commit is contained in:
+1
-1
@@ -424,7 +424,7 @@ context: include\setjmp.h
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
staging:
|
staging:
|
||||||
$(Q) mkdir -p $@
|
$(Q) mkdir $@
|
||||||
|
|
||||||
# Pattern rule for $(CONTEXTDIRS_DEPS)
|
# Pattern rule for $(CONTEXTDIRS_DEPS)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user