1
2ifdef RECURSE
3-include foo30723
4endif
5recurse: ; @$(MAKE) -f $(MAKEFILE_LIST) RECURSE=1 test
6test: ; @echo F.O=$(F.O)
7foo30723: ; @touch $@
1
2ifdef RECURSE
3-include foo30723
4endif
5recurse: ; @$(MAKE) -f $(MAKEFILE_LIST) RECURSE=1 test
6test: ; @echo F.O=$(F.O)
7foo30723: ; @touch $@