Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openwrt
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Freifunk Luebeck
openwrt
Commits
af03fdb6
Commit
af03fdb6
authored
17 years ago
by
Felix Fietkau
Browse files
Options
Downloads
Patches
Plain Diff
add autorebuild check for menuconfig
SVN-Revision: 9301
parent
1a3c4d10
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+1
-0
1 addition, 0 deletions
Makefile
include/depends.mk
+1
-1
1 addition, 1 deletion
include/depends.mk
include/toplevel.mk
+1
-1
1 addition, 1 deletion
include/toplevel.mk
with
3 additions
and
2 deletions
Makefile
+
1
−
0
View file @
af03fdb6
...
@@ -20,6 +20,7 @@ ifneq ($(OPENWRT_BUILD),1)
...
@@ -20,6 +20,7 @@ ifneq ($(OPENWRT_BUILD),1)
override
OPENWRT_BUILD
=
1
override
OPENWRT_BUILD
=
1
export
OPENWRT_BUILD
export
OPENWRT_BUILD
include
$(TOPDIR)/include/debug.mk
include
$(TOPDIR)/include/debug.mk
include
$(TOPDIR)/include/depends.mk
include
$(TOPDIR)/include/toplevel.mk
include
$(TOPDIR)/include/toplevel.mk
else
else
include
rules.mk
include
rules.mk
...
...
This diff is collapsed.
Click to expand it.
include/depends.mk
+
1
−
1
View file @
af03fdb6
...
@@ -28,7 +28,7 @@ define rdep
...
@@ -28,7 +28,7 @@ define rdep
)
\
)
\
{
\
{
\
[
-f
"
$(
2
)
_check.1"
]
&&
mv
"
$(
2
)
_check.1"
;
\
[
-f
"
$(
2
)
_check.1"
]
&&
mv
"
$(
2
)
_check.1"
;
\
$(
SCRIPT_DIR
)
/timestamp.pl
$(
DEP_FINDPARAMS
)
$(
4
)
-n
$(
2
)
$(
1
)
&&
{
\
$(
TOPDIR
)
/scripts
/timestamp.pl
$(
DEP_FINDPARAMS
)
$(
4
)
-n
$(
2
)
$(
1
)
&&
{
\
$(
call debug_eval,
$(
SUBDIR
)
,r,echo
"No need to rebuild
$(
2
)
"
;)
\
$(
call debug_eval,
$(
SUBDIR
)
,r,echo
"No need to rebuild
$(
2
)
"
;)
\
touch
-r
"
$(
2
)
"
"
$(
2
)
_check"
;
\
touch
-r
"
$(
2
)
"
"
$(
2
)
_check"
;
\
}
\
}
\
...
...
This diff is collapsed.
Click to expand it.
include/toplevel.mk
+
1
−
1
View file @
af03fdb6
...
@@ -52,7 +52,7 @@ prepare-tmpinfo: FORCE
...
@@ -52,7 +52,7 @@ prepare-tmpinfo: FORCE
scripts/config/mconf
:
scripts/config/mconf
:
@
+
$(
MAKE
)
-C
scripts/config all
@
+
$(
MAKE
)
-C
scripts/config all
$(
call
rdep,scripts/config,scripts/config/mconf
)
$(
eval
$(
call rdep,scripts/config,scripts/config/mconf
)
)
scripts/config/conf
:
scripts/config/conf
:
@
+
$(
MAKE
)
-C
scripts/config conf
@
+
$(
MAKE
)
-C
scripts/config conf
...
...
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