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:
parent
840c4fb49f
commit
7561474f43
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user