icshwi / e3-base

ESS EPICS Environment for EPICS bases
GNU General Public License v2.0
0 stars 3 forks source link

improve `make init` #6

Closed jeonghanlee closed 5 years ago

jeonghanlee commented 5 years ago

make init is weird, I would like to replace the better logic. One of the following options is

git submodule update --recursive --init --remote 
jeonghanlee commented 5 years ago

Fixed issue at 6958719 . It turns out Arch Linux Package Manager use make -j4 as default. At that moment, we cannot use make init properly.