mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-26 07:00:39 +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 $@ $^
|
||||
|
||||
lib_usb:
|
||||
make $(LIB)
|
||||
$(MAKE) $(LIB)
|
||||
|
||||
install: $(LIB)
|
||||
install -d $(INSTALL_BASE)/include
|
||||
|
@ -405,7 +405,7 @@ class ModuleManager:
|
||||
'\t$(AR) rcu $@ $^\n' \
|
||||
'\n' \
|
||||
'lib_usb:\n' \
|
||||
'\tmake $(LIB)\n' \
|
||||
'\t$(MAKE) $(LIB)\n' \
|
||||
'\n' \
|
||||
'install: $(LIB)\n' \
|
||||
'\tinstall -d $(INSTALL_BASE)/include\n' \
|
||||
|
Loading…
x
Reference in New Issue
Block a user