On 09 May 2021 at 12:12p, Fabio Bizzi pondered and said...
FB> Yes, you have to update everything using `git pull` and then build and
FB> install everything:
FB>
FB> $ cat build_all
FB> #!/bin/sh
FB>
FB> build()
FB> {
FB> git pull
FB> make
FB> sudo make install
FB> make distclean
FB> }
FB>
FB> for subproject in huskylib smapi fidoconf areafix hpt
FB> do
FB> pushd $subproject
FB> build
FB> popd
FB> done
FB>
Hmm thanks for sharing, not sure if this would work for me or not but may
play with it over the coming week. :)
--- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
* Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (3:770/100)
|