Skip to content

Commit

Permalink
[iss-66]
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 4b7d8b6
Author: joaquin.f.fernandez <[email protected]>
Date:   Wed Oct 4 10:46:07 2023 -0300

    Add rule for SBG first time install.
  • Loading branch information
joaquinffernandez committed Oct 4, 2023
1 parent 3d388d1 commit 3b40a76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ update-lib-sbg:
cd $(3RD_PARTY_DIR)/$(SBG_LIB); tar xvzf $(SBG_DEV).tar.gz

lib-sbg:
ifeq ("$(wildcard $(3RD_PARTY_DIR)/$(SBG_LIB)/$(SBG_DEV))","")
make update-lib-sbg
endif
ifeq ($(build_sbg), True)
cd $(3RD_PARTY_DIR)/$(SBG_LIB)/$(SBG_DEV); autoconf
cd $(3RD_PARTY_DIR)/$(SBG_LIB)/$(SBG_DEV); ./configure
Expand Down

0 comments on commit 3b40a76

Please sign in to comment.