mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-27 20:55:28 +08:00
Use $(MAKE) not make so -jN works
This commit is contained in:
parent
4d771c5ea6
commit
25b33174d6
2
Makefile
2
Makefile
@ -375,7 +375,7 @@ $(LIB): $(C_O_FILES)
|
|||||||
$(AR) rcu $@ $^
|
$(AR) rcu $@ $^
|
||||||
|
|
||||||
lib_usb:
|
lib_usb:
|
||||||
make $(LIB)
|
$(MAKE) $(LIB)
|
||||||
|
|
||||||
install: $(LIB)
|
install: $(LIB)
|
||||||
install -d $(INSTALL_BASE)/include
|
install -d $(INSTALL_BASE)/include
|
||||||
|
@ -405,7 +405,7 @@ class ModuleManager:
|
|||||||
'\t$(AR) rcu $@ $^\n' \
|
'\t$(AR) rcu $@ $^\n' \
|
||||||
'\n' \
|
'\n' \
|
||||||
'lib_usb:\n' \
|
'lib_usb:\n' \
|
||||||
'\tmake $(LIB)\n' \
|
'\t$(MAKE) $(LIB)\n' \
|
||||||
'\n' \
|
'\n' \
|
||||||
'install: $(LIB)\n' \
|
'install: $(LIB)\n' \
|
||||||
'\tinstall -d $(INSTALL_BASE)/include\n' \
|
'\tinstall -d $(INSTALL_BASE)/include\n' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user