Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External 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
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
3ceb0fa7
Commit
3ceb0fa7
authored
8 years ago
by
Vitaly Chekryzhev
Committed by
Stijn Tintel
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
build: prepare config.seed before package compilation
Signed-off-by:
Vitaly Chekryzhev
<
13hakta@gmail.com
>
parent
b03b2930
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+2
-1
2 additions, 1 deletion
Makefile
with
2 additions
and
1 deletion
Makefile
+
2
−
1
View file @
3ceb0fa7
...
@@ -92,9 +92,10 @@ diffconfig: FORCE
...
@@ -92,9 +92,10 @@ diffconfig: FORCE
$(
SCRIPT_DIR
)
/diffconfig.sh
>
$(
BIN_DIR
)
/config.seed
$(
SCRIPT_DIR
)
/diffconfig.sh
>
$(
BIN_DIR
)
/config.seed
prepare
:
.config $(tools/stamp-compile) $(toolchain/stamp-compile)
prepare
:
.config $(tools/stamp-compile) $(toolchain/stamp-compile)
$(
_SINGLE
)$(
SUBMAKE
)
-r
diffconfig
world
:
prepare $(target/stamp-compile) $(package/stamp-compile) $(package/stamp-install) $(target/stamp-install) FORCE
world
:
prepare $(target/stamp-compile) $(package/stamp-compile) $(package/stamp-install) $(target/stamp-install) FORCE
$(
_SINGLE
)$(
SUBMAKE
)
-r
package/index
$(
_SINGLE
)$(
SUBMAKE
)
-r
package/index
$(
_SINGLE
)$(
SUBMAKE
)
-r
diffconfig
$(
_SINGLE
)$(
SUBMAKE
)
-r
checksum
$(
_SINGLE
)$(
SUBMAKE
)
-r
checksum
.PHONY
:
clean dirclean prereq prepare world package/symlinks package/symlinks-install package/symlinks-clean
.PHONY
:
clean dirclean prereq prepare world package/symlinks package/symlinks-install package/symlinks-clean
...
...
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