mirror of
https://github.com/apache/nuttx.git
synced 2026-05-11 16:01:03 +08:00
Fix various build-related typos
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5358 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+6
-4
@@ -154,10 +154,12 @@ define ARCHIVE
|
||||
endef
|
||||
endif
|
||||
|
||||
define CLEAN
|
||||
ifeq ($(CONFIG_WINDOWS_NATIVE),y)
|
||||
define CLEAN
|
||||
$(Q) rm -f *.o *.a
|
||||
else
|
||||
$(Q) rm -f *.o *.a *~ .*.swp
|
||||
endif
|
||||
endef
|
||||
else
|
||||
define CLEAN
|
||||
$(Q) rm -f *.o *.a *~ .*.swp
|
||||
endef
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user