Revisió fd3c2121
Afegit per Agustí Moll Garcia fa més de 14 anys
| Makefile | ||
|---|---|---|
|
|
||
|
|
||
|
define build_src
|
||
|
make -C $(BUILD_DIR)/$(T) $(MAKE_SRC) BRANCH_GIT=$(shell git --git-dir=$(BUILD_DIR)/qmp/.git branch|grep ^*|cut -d " " -f 2) REV_GIT=$(shell git --git-dir=$(BUILD_DIR)/qmp/.git --no-pager log -n 1 --oneline|cut -d " " -f 1)
|
||
|
make -C $(BUILD_DIR)/$(T) $(MAKE_SRC) BRANCH_GIT=${QMP_GIT_TAG} REV_GIT=${QMP_GIT_TAG}
|
||
|
endef
|
||
|
|
||
|
define checkout_src
|
||
També disponible a: Unified diff
Fixed crash compile, don't resolve BRANCH_GIT.