Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
ffbs-gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ffbs
ffbs-gluon
Commits
7857eaad
Commit
7857eaad
authored
10 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
README: Update with regard to clean/cleanall
parent
0ab1b270
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-11
7 additions, 11 deletions
README.md
with
7 additions
and
11 deletions
README.md
+
7
−
11
View file @
7857eaad
...
...
@@ -17,28 +17,24 @@ for `subversion`, ncurses headers (`libncurses-dev`) and zlib headers
(
`libz-dev`
).
`
There are t
hree
levels of `
make clean
`:
There are t
wo
levels of `
make clean
`:
make clean
will only clean the Gluon-specific files;
make cleanall
will also call `
make clean
` on the OpenWRT tree, and
will ensure all packages are rebuilt; this is what you normally want to do after an update.
make dirclean
will
do all this, and call `
make dir
clean
` on
the
OpenWRT tree. Of these, `
make cleanall
`
is the most useful as it ensures that the kernel and all packages are rebuilt (which won't
be done when only patches have changed), but doesn't rebuild the toolchain unnecessarily.
will clean the
entire tree, so the toolchain will be rebuilt as well, which is
not necessary in most cases, and will take a while. (`
make cleanall
` is a deprecated
alias for `
make clean
`)
So all in all, to update and rebuild a Gluon build tree, the following commands should be used:
git pull
(cd site && git pull)
make update
make clean
all
make clean
make
...
...
@@ -58,7 +54,7 @@ A fully automated nightly build could use the following commands:
git pull
(cd site && git pull)
make update
make clean
all
make clean
make -j5 GLUON_BRANCH=experimental
make manifest GLUON_BRANCH=experimental
contrib/sign.sh $SECRETKEY images/sysupgrade/experimental.manifest
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment