Skip to content

Conversation

@Rudd-O
Copy link
Contributor

@Rudd-O Rudd-O commented Dec 27, 2023

What is not done is actually blow away the existing chroot. This is likely to require some rework, but at least the target is phony now.

What is not done is actually blow away the existing chroot.  This is likely to require some rework, but at least the target is phony now.
check-depend: check-depend.$(PKG_MANAGER)

prepare-chroot-dom0:
chroot-dom0-$(DIST_DOM0): builder.conf
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be $(BUILDERCONF)

$(MAKE) --no-print-directory DIST=$(DIST_DOM0) PACKAGE_SET=dom0 -f Makefile.generic prepare-chroot || exit 1;
fi
fi ; \
touch chroot-dom0-$(DIST_DOM0)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make will be unhappy about indentation with spaces

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants