mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-29 07:50:18 +00:00
Improved missing directory message.
This commit is contained in:
@@ -26,7 +26,10 @@ $(RECURSE_TARGETS):
|
||||
for subd in $(SUB_DIRS) xxx; \
|
||||
do if [ $$subd != xxx ] ; then \
|
||||
cd $$BASEDIR; \
|
||||
test -d $$subd || $(EXIT_CMD) ; \
|
||||
if [ ! -d $$subd ] ; then \
|
||||
$(ECHO) "*** ERROR -- Directory ($$subd) does not exist!!!"; \
|
||||
$(EXIT_CMD) ; \
|
||||
fi ; \
|
||||
$(ECHO); \
|
||||
$(ECHO) "*** $$BASEDIR/$$subd ($@)" ; \
|
||||
cmd="cd $$subd; $(MAKE) $(RULE)"; \
|
||||
|
||||
Reference in New Issue
Block a user