mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-07 00:53:41 +08:00
[sw/ext] be quiet on submodule update
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ endif
|
||||
all: update_submodules libopencm3.module luftboot.module
|
||||
|
||||
update_submodules:
|
||||
cd $(PAPARAZZI_SRC) && git submodule update --init
|
||||
cd $(PAPARAZZI_SRC) && git submodule update --quiet --init
|
||||
|
||||
libopencm3.module:
|
||||
make -C libopencm3 lib PREFIX=$(PREFIX)
|
||||
|
||||
Reference in New Issue
Block a user