mkimage-profiles/pkg.in/groups/Makefile

14 lines
305 B
Makefile
Raw Normal View History

# copy package lists referenced in distro configuration
# over to build dir
include $(BUILDDIR)/.config.mk
all: debug
@[ -n "$(GROUPS)" ] && { \
mkdir -p $(BUILDDIR)/pkg/groups && \
cp -at $(BUILDDIR)/pkg/groups/ -- $(addsuffix .directory,$(GROUPS)); \
} ||:
debug:
@echo "** GROUPS: $(GROUPS)"