Skip to content

Commit

Permalink
Fix command params in target
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxRev-Dev committed May 9, 2023
1 parent 9b11d64 commit 01c7d58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions osx/gdal-makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ init_%:
@echo "$(TO) Sources restore complete"

clone_%:
echo "$($(UP)_ROOT)"
@if [ ! -d "$($(UP)_ROOT)" ]; then \
$(GIT) clone $(GIT_CLONE_DEPTH) $($(UP)_ROOT); \
$(GIT) clone $(GIT_CLONE_DEPTH) --branch $($(UP)_COMMIT_VER) $($(UP)_REPO) $($(UP)_ROOT); \
fi;

reset_%:
Expand Down

0 comments on commit 01c7d58

Please sign in to comment.