3 # had to move to this style for these two
4 # since having a makefile call another was doing
5 # really unpredictable things, where the makefile
6 # passed to the -f of make was actually dragging
7 # in bits from the main makefile. this was
8 # tested even by saying:
9 # make -f makefile.stub clean
10 # which totally isolates it to the stub file, but
11 # the main makefile was still being pulled in.
12 # hopefully this approach of having a neutral outer
13 # maker will get rid of that broken behavior.
16 OTHER_CLEANS = breaker
21 $(MAKE) -f makefile.bundle_creator
22 $(MAKE) -f makefile.unpacker_stub
25 $(MAKE) -f makefile.bundle_creator clean
26 $(MAKE) -f makefile.unpacker_stub clean