mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Enter all directories and print all Makefiles for 'make list'
This commit is contained in:
parent
1f69d4b931
commit
1c8f2a3d19
@ -73,7 +73,14 @@ OBJS += $(OBJS-yes)
|
||||
endif
|
||||
|
||||
ifneq ($(findstring cleanall,$(MAKECMDGOALS)),)
|
||||
INCLUDE_ALL=1
|
||||
endif
|
||||
|
||||
ifneq ($(findstring list,$(MAKECMDGOALS)),)
|
||||
INCLUDE_ALL=1
|
||||
endif
|
||||
|
||||
ifdef INCLUDE_ALL
|
||||
ifdef SUBDIRS-no
|
||||
SUBDIRS += $(SUBDIRS-no)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user