Skip to content
Snippets Groups Projects
Unverified Commit 65da23ad authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #2356 from freifunk-gluon/doc-make-update

parents 48d00abe efb4a4f6
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ webbrowser. You're welcome to join us! ...@@ -23,6 +23,7 @@ webbrowser. You're welcome to join us!
.. _hackint: https://hackint.org/ .. _hackint: https://hackint.org/
.. _webchat: https://webirc.hackint.org/#irc://irc.hackint.org/#gluon .. _webchat: https://webirc.hackint.org/#irc://irc.hackint.org/#gluon
.. _working-with-repositories:
Working with repositories Working with repositories
------------------------- -------------------------
......
...@@ -86,10 +86,10 @@ Extensive documentation about the site configuration can be found at: ...@@ -86,10 +86,10 @@ Extensive documentation about the site configuration can be found at:
site directory should always be a git repository by itself; committing site-specific files site directory should always be a git repository by itself; committing site-specific files
to the Gluon main repository should be avoided, as it will make updates more complicated. to the Gluon main repository should be avoided, as it will make updates more complicated.
Next go back to the top-level Gluon directory and build Gluon:: Next go back to the top-level Gluon directory and build Gluon\ [#make_update]_::
cd .. cd ..
make update # Get other repositories used by Gluon make update # Get other repositories used by Gluon
make GLUON_TARGET=ath79-generic # Build Gluon make GLUON_TARGET=ath79-generic # Build Gluon
In case of errors read the messages carefully and try to fix the stated issues In case of errors read the messages carefully and try to fix the stated issues
...@@ -125,6 +125,16 @@ These can be used for debugging and should be stored along with the images to ...@@ -125,6 +125,16 @@ These can be used for debugging and should be stored along with the images to
allow debugging of kernel problems on devices in the field. allow debugging of kernel problems on devices in the field.
See :ref:`Debugging <dev-debugging-kernel-oops>` for more information. See :ref:`Debugging <dev-debugging-kernel-oops>` for more information.
.. rubric:: Footnotes
.. [#make_update] ``make update`` only needs to be called again after updating the
Gluon repository (using ``git pull`` or similar) or after changing branches,
not for each build. Running it more often than necessary is undesirable, as
the update will take some time, and may undo manual modifications of the
external repositories while developing on Gluon.
See :ref:`working-with-repositories` for more information.
Cleaning the build tree Cleaning the build tree
....................... .......................
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment