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
@ -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…
x
Reference in New Issue
Block a user