gadget0: allow parallel submake
allows "make -j10" work properly
This commit is contained in:
@@ -9,7 +9,7 @@ all: $(GZ_ALL:=.all)
|
||||
clean: $(GZ_ALL:=.clean)
|
||||
|
||||
%.all:
|
||||
make -f $* all
|
||||
$(MAKE) -f $* all
|
||||
%.clean:
|
||||
make -f $* clean
|
||||
$(MAKE) -f $* clean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user