ace5cb0ff6
- more thorough build stages inline doc - quieter BUILDDIR instantiation - branding-altlinux-sisyphus by default - prettify installer selection somewhat - mkimage #24669 fixed upstream - sub.in/stage1/modules: +drm (as in m-p-d, for KMS) - tags2lists: generalize a bit
8 lines
209 B
Makefile
8 lines
209 B
Makefile
# step 3: copy package lists and groups referenced in distro configuration
|
|
# (and only those!) over to $(BUILDDIR)
|
|
|
|
all:
|
|
for dir in lists groups; do \
|
|
$(MAKE) -C $$dir BUILDDIR=$(BUILDDIR); \
|
|
done
|