mkimage-profiles/pkg.in/groups/Makefile
Michael Shigorin a9e161b40d gfxboot brought to reasonable shape
Also included:
- reworked syslinux feature inclusion
- syslinux: s/textprompt/prompt/
- README++
2011-11-03 20:41:49 +02:00

14 lines
305 B
Makefile

# 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)"