mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
tools/mkdep.sh should not report an error if there are no files on the command line
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3588 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
e0d539f2f4
commit
b4e43e4c63
9 changed files with 0 additions and 18 deletions
|
|
@ -82,9 +82,7 @@ $(COBJS): %$(OBJEXT): %.c
|
|||
context:
|
||||
|
||||
.depend: Makefile $(SRCS)
|
||||
ifeq ($(CONFIG_NET_UDP),y)
|
||||
@$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
|
||||
endif
|
||||
@touch $@
|
||||
|
||||
depend: .depend
|
||||
|
|
|
|||
|
|
@ -82,9 +82,7 @@ $(COBJS): %$(OBJEXT): %.c
|
|||
context:
|
||||
|
||||
.depend: Makefile $(SRCS)
|
||||
ifeq ($(CONFIG_NET_UDP),y)
|
||||
@$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
|
||||
endif
|
||||
@touch $@
|
||||
|
||||
depend: .depend
|
||||
|
|
|
|||
|
|
@ -82,9 +82,7 @@ $(COBJS): %$(OBJEXT): %.c
|
|||
context:
|
||||
|
||||
.depend: Makefile $(SRCS)
|
||||
ifeq ($(CONFIG_NET_UDP),y)
|
||||
@$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
|
||||
endif
|
||||
@touch $@
|
||||
|
||||
depend: .depend
|
||||
|
|
|
|||
|
|
@ -82,9 +82,7 @@ $(COBJS): %$(OBJEXT): %.c
|
|||
context:
|
||||
|
||||
.depend: Makefile $(SRCS)
|
||||
ifneq ($(SRCS),)
|
||||
@$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
|
||||
endif
|
||||
@touch $@
|
||||
|
||||
depend: .depend
|
||||
|
|
|
|||
|
|
@ -82,9 +82,7 @@ $(COBJS): %$(OBJEXT): %.c
|
|||
context:
|
||||
|
||||
.depend: Makefile $(SRCS)
|
||||
ifneq ($(SRCS),)
|
||||
@$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
|
||||
endif
|
||||
@touch $@
|
||||
|
||||
depend: .depend
|
||||
|
|
|
|||
|
|
@ -84,9 +84,7 @@ $(COBJS): %$(OBJEXT): %.c
|
|||
context:
|
||||
|
||||
.depend: Makefile $(SRCS)
|
||||
ifeq ($(CONFIG_NET_UDP),y)
|
||||
@$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
|
||||
endif
|
||||
@touch $@
|
||||
|
||||
depend: .depend
|
||||
|
|
|
|||
|
|
@ -114,9 +114,7 @@ endif
|
|||
context:
|
||||
|
||||
.depend: Makefile $(SRCS)
|
||||
ifneq ($(SRCS),)
|
||||
@$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
|
||||
endif
|
||||
@touch $@
|
||||
|
||||
depend: .depend
|
||||
|
|
|
|||
|
|
@ -82,9 +82,7 @@ $(COBJS): %$(OBJEXT): %.c
|
|||
context:
|
||||
|
||||
.depend: Makefile $(SRCS)
|
||||
ifneq ($(SRCS),)
|
||||
@$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
|
||||
endif
|
||||
@touch $@
|
||||
|
||||
depend: .depend
|
||||
|
|
|
|||
|
|
@ -82,9 +82,7 @@ $(COBJS): %$(OBJEXT): %.c
|
|||
context:
|
||||
|
||||
.depend: Makefile $(SRCS)
|
||||
ifneq ($(SRCS),)
|
||||
@$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
|
||||
endif
|
||||
@touch $@
|
||||
|
||||
depend: .depend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue