Use instead of make

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3920 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-08-28 18:10:53 +00:00
parent 840c4fb49f
commit 7561474f43
4 changed files with 7 additions and 7 deletions

View File

@ -37,10 +37,10 @@
# Sub-directories
SUBDIRS = buttons dhcpd ftpc hello helloxx hidkbd igmp mm mount nettest \
nsh null nx nxffs nxflat nxhello nximage nxlines nxtext ostest pashello \
pipe poll rgmp romfs sendmail serloop thttpd udp uip usbserial \
usbstorage wget wlan
SUBDIRS = buttons dhcpd ftpc hello helloxx hidkbd igmp mm mount \
nettest nsh null nx nxffs nxflat nxhello nximage nxlines \
nxtext ostest pashello pipe poll rgmp romfs sendmail serloop \
thttpd udp uip usbserial usbstorage wget wlan
# Sub-directories that might need context setup

View File

@ -87,7 +87,7 @@ depend: .depend
clean:
@rm -f *.o *~ .*.swp .built
$(call CLEAN)
@make -f Makefile.host clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
@$(MAKE) -f Makefile.host clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
distclean: clean
@rm -f Make.dep .depend

View File

@ -88,7 +88,7 @@ depend: .depend
clean:
@rm -f *.o *~ .*.swp .built
@make -C content clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV)
@$(MAKE) -C content clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV)
$(call CLEAN)
distclean: clean

View File

@ -86,7 +86,7 @@ depend: .depend
clean:
@rm -f *.o *~ .*.swp .built
$(call CLEAN)
@make -f Makefile.host clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
@$(MAKE) -f Makefile.host clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
distclean: clean
@rm -f Make.dep .depend