From 5035b7378f06c3187cac0308fa8c5a76e2b5baef Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 19 Nov 2012 19:53:53 +0000 Subject: Fix typo introduced into many Makefiles with last changes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5370 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Makefile.unix | 2 +- nuttx/Makefile.win | 2 +- nuttx/configs/amber/src/Makefile | 2 +- nuttx/configs/avr32dev1/src/Makefile | 2 +- nuttx/configs/c5471evm/src/Makefile | 2 +- nuttx/configs/compal_e88/src/Makefile | 2 +- nuttx/configs/compal_e99/src/Makefile | 2 +- nuttx/configs/demo9s12ne64/src/Makefile | 2 +- nuttx/configs/ea3131/src/Makefile | 2 +- nuttx/configs/ea3152/src/Makefile | 2 +- nuttx/configs/eagle100/src/Makefile | 2 +- nuttx/configs/ekk-lm3s9b96/src/Makefile | 2 +- nuttx/configs/ez80f910200kitg/src/Makefile | 2 +- nuttx/configs/ez80f910200zco/src/Makefile | 2 +- nuttx/configs/fire-stm32v2/src/Makefile | 2 +- nuttx/configs/hymini-stm32v/src/Makefile | 2 +- nuttx/configs/kwikstik-k40/src/Makefile | 2 +- nuttx/configs/lincoln60/src/Makefile | 2 +- nuttx/configs/lm3s6432-s2e/src/Makefile | 2 +- nuttx/configs/lm3s6965-ek/src/Makefile | 2 +- nuttx/configs/lm3s8962-ek/src/Makefile | 2 +- nuttx/configs/lpc4330-xplorer/src/Makefile | 2 +- nuttx/configs/lpcxpresso-lpc1768/src/Makefile | 2 +- nuttx/configs/m68332evb/src/Makefile | 2 +- nuttx/configs/mbed/src/Makefile | 2 +- nuttx/configs/mcu123-lpc214x/src/Makefile | 2 +- nuttx/configs/micropendous3/src/Makefile | 2 +- nuttx/configs/mirtoo/src/Makefile | 2 +- nuttx/configs/mx1ads/src/Makefile | 2 +- nuttx/configs/ne64badge/src/Makefile | 2 +- nuttx/configs/ntosd-dm320/src/Makefile | 2 +- nuttx/configs/nucleus2g/src/Makefile | 2 +- nuttx/configs/olimex-lpc1766stk/src/Makefile | 2 +- nuttx/configs/olimex-lpc2378/src/Makefile | 2 +- nuttx/configs/olimex-stm32-p107/src/Makefile | 2 +- nuttx/configs/olimex-strp711/src/Makefile | 2 +- nuttx/configs/pcblogic-pic32mx/src/Makefile | 2 +- nuttx/configs/pic32-starterkit/src/Makefile | 2 +- nuttx/configs/pic32mx7mmb/src/Makefile | 2 +- nuttx/configs/pjrc-8051/src/Makefile | 2 +- nuttx/configs/qemu-i486/src/Makefile | 2 +- nuttx/configs/sam3u-ek/src/Makefile | 2 +- nuttx/configs/shenzhou/src/Makefile | 2 +- nuttx/configs/sim/src/Makefile | 2 +- nuttx/configs/skp16c26/src/Makefile | 2 +- nuttx/configs/stm3210e-eval/src/Makefile | 2 +- nuttx/configs/stm3220g-eval/src/Makefile | 2 +- nuttx/configs/stm3240g-eval/src/Makefile | 2 +- nuttx/configs/stm32f100rc_generic/src/Makefile | 2 +- nuttx/configs/sure-pic32mx/src/Makefile | 2 +- nuttx/configs/teensy/src/Makefile | 2 +- nuttx/configs/twr-k60n512/src/Makefile | 2 +- nuttx/configs/ubw32/src/Makefile | 2 +- nuttx/configs/us7032evb1/src/Makefile | 2 +- nuttx/include/nuttx/power/pm.h | 6 +++--- nuttx/libc/stdio/lib_fgets.c | 2 +- 56 files changed, 58 insertions(+), 58 deletions(-) (limited to 'nuttx') diff --git a/nuttx/Makefile.unix b/nuttx/Makefile.unix index 3b641e8b2..c88a6cc92 100644 --- a/nuttx/Makefile.unix +++ b/nuttx/Makefile.unix @@ -447,7 +447,7 @@ check_context: # Archive targets. The target build sequency will first create a series of # libraries, one per configured source file directory. The final NuttX # execution will then be built from those libraries. The following targets -# built those libraries. +# build those libraries. # # Possible kernel-mode builds diff --git a/nuttx/Makefile.win b/nuttx/Makefile.win index 7f9620692..4fe0b2aa1 100644 --- a/nuttx/Makefile.win +++ b/nuttx/Makefile.win @@ -463,7 +463,7 @@ check_context: # Archive targets. The target build sequency will first create a series of # libraries, one per configured source file directory. The final NuttX # execution will then be built from those libraries. The following targets -# built those libraries. +# build those libraries. # # Possible kernel-mode builds diff --git a/nuttx/configs/amber/src/Makefile b/nuttx/configs/amber/src/Makefile index f841ede06..49e8d5df8 100644 --- a/nuttx/configs/amber/src/Makefile +++ b/nuttx/configs/amber/src/Makefile @@ -86,7 +86,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/avr32dev1/src/Makefile b/nuttx/configs/avr32dev1/src/Makefile index f92a05c4e..64b2ba099 100644 --- a/nuttx/configs/avr32dev1/src/Makefile +++ b/nuttx/configs/avr32dev1/src/Makefile @@ -79,7 +79,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/c5471evm/src/Makefile b/nuttx/configs/c5471evm/src/Makefile index 80a3da522..2161ac11a 100644 --- a/nuttx/configs/c5471evm/src/Makefile +++ b/nuttx/configs/c5471evm/src/Makefile @@ -66,7 +66,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/compal_e88/src/Makefile b/nuttx/configs/compal_e88/src/Makefile index 5e857da64..c2b9182c5 100644 --- a/nuttx/configs/compal_e88/src/Makefile +++ b/nuttx/configs/compal_e88/src/Makefile @@ -69,7 +69,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/compal_e99/src/Makefile b/nuttx/configs/compal_e99/src/Makefile index 2f0ea61fd..deeacb0bd 100644 --- a/nuttx/configs/compal_e99/src/Makefile +++ b/nuttx/configs/compal_e99/src/Makefile @@ -69,7 +69,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/demo9s12ne64/src/Makefile b/nuttx/configs/demo9s12ne64/src/Makefile index ecc2ff246..18dd2ac09 100644 --- a/nuttx/configs/demo9s12ne64/src/Makefile +++ b/nuttx/configs/demo9s12ne64/src/Makefile @@ -75,7 +75,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/ea3131/src/Makefile b/nuttx/configs/ea3131/src/Makefile index 06089df46..2a09631a2 100644 --- a/nuttx/configs/ea3131/src/Makefile +++ b/nuttx/configs/ea3131/src/Makefile @@ -94,7 +94,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/ea3152/src/Makefile b/nuttx/configs/ea3152/src/Makefile index 6ade0ffd3..1620a3586 100644 --- a/nuttx/configs/ea3152/src/Makefile +++ b/nuttx/configs/ea3152/src/Makefile @@ -94,7 +94,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/eagle100/src/Makefile b/nuttx/configs/eagle100/src/Makefile index 9096f164f..c7e9e3137 100644 --- a/nuttx/configs/eagle100/src/Makefile +++ b/nuttx/configs/eagle100/src/Makefile @@ -75,7 +75,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/ekk-lm3s9b96/src/Makefile b/nuttx/configs/ekk-lm3s9b96/src/Makefile index adabe130a..a44b69898 100644 --- a/nuttx/configs/ekk-lm3s9b96/src/Makefile +++ b/nuttx/configs/ekk-lm3s9b96/src/Makefile @@ -77,7 +77,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/ez80f910200kitg/src/Makefile b/nuttx/configs/ez80f910200kitg/src/Makefile index e430be9ab..61103a931 100644 --- a/nuttx/configs/ez80f910200kitg/src/Makefile +++ b/nuttx/configs/ez80f910200kitg/src/Makefile @@ -73,7 +73,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/ez80f910200zco/src/Makefile b/nuttx/configs/ez80f910200zco/src/Makefile index 2b56c1cea..8cf20c750 100644 --- a/nuttx/configs/ez80f910200zco/src/Makefile +++ b/nuttx/configs/ez80f910200zco/src/Makefile @@ -80,7 +80,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/fire-stm32v2/src/Makefile b/nuttx/configs/fire-stm32v2/src/Makefile index 6492b216a..48bb5e6c7 100644 --- a/nuttx/configs/fire-stm32v2/src/Makefile +++ b/nuttx/configs/fire-stm32v2/src/Makefile @@ -116,7 +116,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/hymini-stm32v/src/Makefile b/nuttx/configs/hymini-stm32v/src/Makefile index c57eee338..2f8cf9992 100644 --- a/nuttx/configs/hymini-stm32v/src/Makefile +++ b/nuttx/configs/hymini-stm32v/src/Makefile @@ -95,7 +95,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/kwikstik-k40/src/Makefile b/nuttx/configs/kwikstik-k40/src/Makefile index 756000739..eeaec8d0f 100644 --- a/nuttx/configs/kwikstik-k40/src/Makefile +++ b/nuttx/configs/kwikstik-k40/src/Makefile @@ -93,7 +93,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/lincoln60/src/Makefile b/nuttx/configs/lincoln60/src/Makefile index 1be1108a5..8e9fd8f04 100644 --- a/nuttx/configs/lincoln60/src/Makefile +++ b/nuttx/configs/lincoln60/src/Makefile @@ -85,7 +85,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/lm3s6432-s2e/src/Makefile b/nuttx/configs/lm3s6432-s2e/src/Makefile index 1fe533a4e..751fe8c91 100644 --- a/nuttx/configs/lm3s6432-s2e/src/Makefile +++ b/nuttx/configs/lm3s6432-s2e/src/Makefile @@ -76,7 +76,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/lm3s6965-ek/src/Makefile b/nuttx/configs/lm3s6965-ek/src/Makefile index ddba1f410..48315415c 100644 --- a/nuttx/configs/lm3s6965-ek/src/Makefile +++ b/nuttx/configs/lm3s6965-ek/src/Makefile @@ -79,7 +79,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/lm3s8962-ek/src/Makefile b/nuttx/configs/lm3s8962-ek/src/Makefile index 07551c406..270906b6d 100644 --- a/nuttx/configs/lm3s8962-ek/src/Makefile +++ b/nuttx/configs/lm3s8962-ek/src/Makefile @@ -79,7 +79,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/lpc4330-xplorer/src/Makefile b/nuttx/configs/lpc4330-xplorer/src/Makefile index 75b5b7611..c0d330df4 100644 --- a/nuttx/configs/lpc4330-xplorer/src/Makefile +++ b/nuttx/configs/lpc4330-xplorer/src/Makefile @@ -113,7 +113,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/lpcxpresso-lpc1768/src/Makefile b/nuttx/configs/lpcxpresso-lpc1768/src/Makefile index 522027ab6..1e946c3dd 100644 --- a/nuttx/configs/lpcxpresso-lpc1768/src/Makefile +++ b/nuttx/configs/lpcxpresso-lpc1768/src/Makefile @@ -85,7 +85,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/m68332evb/src/Makefile b/nuttx/configs/m68332evb/src/Makefile index dfc787419..f152f8fd9 100644 --- a/nuttx/configs/m68332evb/src/Makefile +++ b/nuttx/configs/m68332evb/src/Makefile @@ -63,7 +63,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/mbed/src/Makefile b/nuttx/configs/mbed/src/Makefile index d5e4412a0..a55bd3615 100644 --- a/nuttx/configs/mbed/src/Makefile +++ b/nuttx/configs/mbed/src/Makefile @@ -79,7 +79,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/mcu123-lpc214x/src/Makefile b/nuttx/configs/mcu123-lpc214x/src/Makefile index 47feeb0c5..ee6f8a7f3 100644 --- a/nuttx/configs/mcu123-lpc214x/src/Makefile +++ b/nuttx/configs/mcu123-lpc214x/src/Makefile @@ -86,7 +86,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/micropendous3/src/Makefile b/nuttx/configs/micropendous3/src/Makefile index 66231a3b2..df5dd45f2 100644 --- a/nuttx/configs/micropendous3/src/Makefile +++ b/nuttx/configs/micropendous3/src/Makefile @@ -86,7 +86,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/mirtoo/src/Makefile b/nuttx/configs/mirtoo/src/Makefile index d560d803d..2a92f9a33 100644 --- a/nuttx/configs/mirtoo/src/Makefile +++ b/nuttx/configs/mirtoo/src/Makefile @@ -85,7 +85,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/mx1ads/src/Makefile b/nuttx/configs/mx1ads/src/Makefile index a26461740..1de5cbf7e 100644 --- a/nuttx/configs/mx1ads/src/Makefile +++ b/nuttx/configs/mx1ads/src/Makefile @@ -66,7 +66,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/ne64badge/src/Makefile b/nuttx/configs/ne64badge/src/Makefile index deeca6abb..ea80cd087 100644 --- a/nuttx/configs/ne64badge/src/Makefile +++ b/nuttx/configs/ne64badge/src/Makefile @@ -75,7 +75,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/ntosd-dm320/src/Makefile b/nuttx/configs/ntosd-dm320/src/Makefile index 47cedfaf7..f42558a71 100644 --- a/nuttx/configs/ntosd-dm320/src/Makefile +++ b/nuttx/configs/ntosd-dm320/src/Makefile @@ -66,7 +66,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/nucleus2g/src/Makefile b/nuttx/configs/nucleus2g/src/Makefile index e6c33821a..ad6ee69b1 100644 --- a/nuttx/configs/nucleus2g/src/Makefile +++ b/nuttx/configs/nucleus2g/src/Makefile @@ -79,7 +79,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/olimex-lpc1766stk/src/Makefile b/nuttx/configs/olimex-lpc1766stk/src/Makefile index 8ac131ffd..a8e3920b5 100644 --- a/nuttx/configs/olimex-lpc1766stk/src/Makefile +++ b/nuttx/configs/olimex-lpc1766stk/src/Makefile @@ -93,7 +93,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/olimex-lpc2378/src/Makefile b/nuttx/configs/olimex-lpc2378/src/Makefile index 05a84cdea..4ab2cffa6 100644 --- a/nuttx/configs/olimex-lpc2378/src/Makefile +++ b/nuttx/configs/olimex-lpc2378/src/Makefile @@ -82,7 +82,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/olimex-stm32-p107/src/Makefile b/nuttx/configs/olimex-stm32-p107/src/Makefile index 3fc0abe5d..f0e0fc8d6 100644 --- a/nuttx/configs/olimex-stm32-p107/src/Makefile +++ b/nuttx/configs/olimex-stm32-p107/src/Makefile @@ -78,7 +78,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/olimex-strp711/src/Makefile b/nuttx/configs/olimex-strp711/src/Makefile index 12c48d213..efe2df4f9 100644 --- a/nuttx/configs/olimex-strp711/src/Makefile +++ b/nuttx/configs/olimex-strp711/src/Makefile @@ -79,7 +79,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/pcblogic-pic32mx/src/Makefile b/nuttx/configs/pcblogic-pic32mx/src/Makefile index 2e576b795..175f0f131 100644 --- a/nuttx/configs/pcblogic-pic32mx/src/Makefile +++ b/nuttx/configs/pcblogic-pic32mx/src/Makefile @@ -77,7 +77,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/pic32-starterkit/src/Makefile b/nuttx/configs/pic32-starterkit/src/Makefile index acaaa91c5..f041f9b08 100644 --- a/nuttx/configs/pic32-starterkit/src/Makefile +++ b/nuttx/configs/pic32-starterkit/src/Makefile @@ -88,7 +88,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/pic32mx7mmb/src/Makefile b/nuttx/configs/pic32mx7mmb/src/Makefile index 304989a84..ffb83cc49 100644 --- a/nuttx/configs/pic32mx7mmb/src/Makefile +++ b/nuttx/configs/pic32mx7mmb/src/Makefile @@ -92,7 +92,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/pjrc-8051/src/Makefile b/nuttx/configs/pjrc-8051/src/Makefile index fccb3ada2..fff994b9b 100644 --- a/nuttx/configs/pjrc-8051/src/Makefile +++ b/nuttx/configs/pjrc-8051/src/Makefile @@ -65,7 +65,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/qemu-i486/src/Makefile b/nuttx/configs/qemu-i486/src/Makefile index 06debd3e0..d945f9ccd 100644 --- a/nuttx/configs/qemu-i486/src/Makefile +++ b/nuttx/configs/qemu-i486/src/Makefile @@ -72,7 +72,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/sam3u-ek/src/Makefile b/nuttx/configs/sam3u-ek/src/Makefile index 18fba3eb0..08ccb2f46 100644 --- a/nuttx/configs/sam3u-ek/src/Makefile +++ b/nuttx/configs/sam3u-ek/src/Makefile @@ -85,7 +85,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/shenzhou/src/Makefile b/nuttx/configs/shenzhou/src/Makefile index d7ca85efc..e3aa181e4 100644 --- a/nuttx/configs/shenzhou/src/Makefile +++ b/nuttx/configs/shenzhou/src/Makefile @@ -136,7 +136,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/sim/src/Makefile b/nuttx/configs/sim/src/Makefile index adfbb1f9a..7c5887e72 100644 --- a/nuttx/configs/sim/src/Makefile +++ b/nuttx/configs/sim/src/Makefile @@ -72,7 +72,7 @@ endif depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/skp16c26/src/Makefile b/nuttx/configs/skp16c26/src/Makefile index 306e26806..b54b13051 100644 --- a/nuttx/configs/skp16c26/src/Makefile +++ b/nuttx/configs/skp16c26/src/Makefile @@ -66,7 +66,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/stm3210e-eval/src/Makefile b/nuttx/configs/stm3210e-eval/src/Makefile index e51836688..22ff4d40b 100644 --- a/nuttx/configs/stm3210e-eval/src/Makefile +++ b/nuttx/configs/stm3210e-eval/src/Makefile @@ -120,7 +120,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/stm3220g-eval/src/Makefile b/nuttx/configs/stm3220g-eval/src/Makefile index a5072bdb4..b30f111f2 100644 --- a/nuttx/configs/stm3220g-eval/src/Makefile +++ b/nuttx/configs/stm3220g-eval/src/Makefile @@ -120,7 +120,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/stm3240g-eval/src/Makefile b/nuttx/configs/stm3240g-eval/src/Makefile index 81924abcb..a22f75e70 100644 --- a/nuttx/configs/stm3240g-eval/src/Makefile +++ b/nuttx/configs/stm3240g-eval/src/Makefile @@ -128,7 +128,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/stm32f100rc_generic/src/Makefile b/nuttx/configs/stm32f100rc_generic/src/Makefile index 57c96a57f..f32c947d0 100644 --- a/nuttx/configs/stm32f100rc_generic/src/Makefile +++ b/nuttx/configs/stm32f100rc_generic/src/Makefile @@ -72,7 +72,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/sure-pic32mx/src/Makefile b/nuttx/configs/sure-pic32mx/src/Makefile index dd2078ed1..dc0ee13f9 100644 --- a/nuttx/configs/sure-pic32mx/src/Makefile +++ b/nuttx/configs/sure-pic32mx/src/Makefile @@ -97,7 +97,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/teensy/src/Makefile b/nuttx/configs/teensy/src/Makefile index e1c7c029a..705315dde 100644 --- a/nuttx/configs/teensy/src/Makefile +++ b/nuttx/configs/teensy/src/Makefile @@ -92,7 +92,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/twr-k60n512/src/Makefile b/nuttx/configs/twr-k60n512/src/Makefile index 257e8e73f..bb0dcd3e0 100644 --- a/nuttx/configs/twr-k60n512/src/Makefile +++ b/nuttx/configs/twr-k60n512/src/Makefile @@ -94,7 +94,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/ubw32/src/Makefile b/nuttx/configs/ubw32/src/Makefile index 608563b7e..6cbec5db3 100644 --- a/nuttx/configs/ubw32/src/Makefile +++ b/nuttx/configs/ubw32/src/Makefile @@ -88,7 +88,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/configs/us7032evb1/src/Makefile b/nuttx/configs/us7032evb1/src/Makefile index bf457d1c5..93a979277 100644 --- a/nuttx/configs/us7032evb1/src/Makefile +++ b/nuttx/configs/us7032evb1/src/Makefile @@ -66,7 +66,7 @@ libboard$(LIBEXT): $(OBJS) depend: .depend clean: - $(call DELFILE libboard$(LIBEXT))) + $(call DELFILE libboard$(LIBEXT)) $(call CLEAN) distclean: clean diff --git a/nuttx/include/nuttx/power/pm.h b/nuttx/include/nuttx/power/pm.h index 86e23f090..9c0568b2d 100644 --- a/nuttx/include/nuttx/power/pm.h +++ b/nuttx/include/nuttx/power/pm.h @@ -163,7 +163,7 @@ #endif #if CONFIG_PM_IDLEENTER_THRESH >= CONFIG_PM_IDLEEXIT_THRESH -# error "Must have CONFIG_PM_IDLEENTER_THRESH < CONFIG_PM_IDLEEXIT_THRESH +# error "Must have CONFIG_PM_IDLEENTER_THRESH < CONFIG_PM_IDLEEXIT_THRESH" #endif #ifndef CONFIG_PM_IDLEENTER_COUNT @@ -181,7 +181,7 @@ #endif #if CONFIG_PM_STANDBYENTER_THRESH >= CONFIG_PM_STANDBYEXIT_THRESH -# error "Must have CONFIG_PM_STANDBYENTER_THRESH < CONFIG_PM_STANDBYEXIT_THRESH +# error "Must have CONFIG_PM_STANDBYENTER_THRESH < CONFIG_PM_STANDBYEXIT_THRESH" #endif #ifndef CONFIG_PM_STANDBYENTER_COUNT @@ -199,7 +199,7 @@ #endif #if CONFIG_PM_SLEEPENTER_THRESH >= CONFIG_PM_SLEEPEXIT_THRESH -# error "Must have CONFIG_PM_SLEEPENTER_THRESH < CONFIG_PM_SLEEPEXIT_THRESH +# error "Must have CONFIG_PM_SLEEPENTER_THRESH < CONFIG_PM_SLEEPEXIT_THRESH" #endif #ifndef CONFIG_PM_SLEEPENTER_COUNT diff --git a/nuttx/libc/stdio/lib_fgets.c b/nuttx/libc/stdio/lib_fgets.c index c2c98a38b..35d024ebb 100644 --- a/nuttx/libc/stdio/lib_fgets.c +++ b/nuttx/libc/stdio/lib_fgets.c @@ -150,7 +150,7 @@ char *fgets(FAR char *buf, int buflen, FILE *stream) if (ch == '\n') #elif defined(CONFIG_EOL_IS_CR) if (ch == '\r') -#elif CONFIG_EOL_IS_EITHER_CRLF +#else /* elif CONFIG_EOL_IS_EITHER_CRLF */ if (ch == '\n' || ch == '\r') #endif { -- cgit v1.2.3