Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fetch-submodules to main makefile make help #6385

Merged
merged 1 commit into from
May 12, 2022
Merged

Add fetch-submodules to main makefile make help #6385

merged 1 commit into from
May 12, 2022

Conversation

TG-Techie
Copy link

@TG-Techie TG-Techie commented May 12, 2022

This adds the new suggested method for downloading submodules into the make help command.

Rationale

After returning to (the internals of) CircuitPython, I forgot the newer command for initing the submodules. It looks like the documentation is only in the circuitpython build guide.

Output

tg-techie@ 12May2022 circuitpython % make help
Please use `make <target>' where <target> is one of
  fetch-submodules      to fetch dependencies from submodules, run this right after you clone the repo
  html       to make standalone HTML files

remaining

  • Should the description convey anything else? less?

Side Note

It's great to see all the tooling improvements😊. I look forward to more; hug report hugs all around, and thank you.

Copy link
Member

@jepler jepler left a comment

Choose a reason for hiding this comment

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

Thanks!

@dhalbert dhalbert merged commit 0b58f17 into adafruit:main May 12, 2022
@dhalbert dhalbert changed the title Add fetch-modules to main makefile make help Add fetch-submodules to main makefile make help May 13, 2022
@TG-Techie TG-Techie deleted the add_make_help_fetch_submodules branch May 19, 2022 17:03
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.

3 participants