e53b6acb56
Thanks go to lakostis@ (see #18047) for all the aic94xx reminders and the final testing of the proposed image.
12 lines
242 B
Makefile
12 lines
242 B
Makefile
# step 3: copy package lists and groups referenced in distro configuration
|
|
# (and only those!) over to $(BUILDDIR)
|
|
|
|
ifndef BUILDDIR
|
|
$(error BUILDDIR not defined)
|
|
endif
|
|
|
|
all:
|
|
@for dir in lists groups; do \
|
|
$(MAKE) -C $$dir; \
|
|
done
|