Projecte

General

Perfil

« Anterior | Següent » 

Revisió 1bc198c5

Afegit per Roger Pueyo Centelles fa casi 10 anys

Adapt Makefile to new repository workflow

Visualitza les diferències:

Makefile
QMP_GIT_RW = ssh://gitolite@qmp.cat:qmp.git
QMP_GIT_RO = git://qmp.cat/qmp.git
QMP_GIT_BRANCH ?= testing
QMP_CODENAME ?= Clearance
BUILD_DIR = build
CONFIG_DIR = configs
MY_CONFIGS = $(BUILD_DIR)/configs
......
define copy_feeds_file
$(if $(1),$(eval FEEDS_DIR=$(1)),$(eval FEEDS_DIR=$(TBUILD)))
$(if $(FEEDS_DIR),,$(call target_error))
cp -f $(BUILD_DIR)/qmp/feeds.conf $(BUILD_DIR)/$(FEEDS_DIR)
cat $(BUILD_DIR)/qmp/feeds.conf >> $(BUILD_DIR)/$(FEEDS_DIR)
sed -i -e "s|PATH|`pwd`/$(BUILD_DIR)|" $(BUILD_DIR)/$(FEEDS_DIR)/feeds.conf
endef

També disponible a: Unified diff