genode/repos/ports/recipes/src/bash/content.mk

15 lines
331 B
Makefile
Raw Normal View History

2018-02-14 20:13:35 +01:00
BASH_SRC ?= $(addprefix src/noux-pkg/bash/,target.inc target.mk)
2017-05-14 21:58:56 +02:00
content: src/noux-pkg/bash LICENSE
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/bash)
src/noux-pkg/bash:
mkdir -p $@
2017-11-02 15:32:50 +01:00
cp -a $(PORT_DIR)/src/noux-pkg/bash/* $@
2018-02-14 20:13:35 +01:00
cp -a $(addprefix $(REP_DIR)/,$(BASH_SRC)) $@
2017-05-14 21:58:56 +02:00
LICENSE:
cp $(PORT_DIR)/src/noux-pkg/bash/COPYING $@