Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
firmware
FFS Gluon
Commits
28f35bec
Commit
28f35bec
authored
10 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
build: minor make logging adjustments
parent
630de844
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+7
-7
7 additions, 7 deletions
Makefile
with
7 additions
and
7 deletions
Makefile
+
7
−
7
View file @
28f35bec
...
...
@@ -85,13 +85,13 @@ toolchain/% package/% target/% image/%: FORCE
+@
$(
GLUONMAKE
)
$@
manifest
:
FORCE
[
-n
'
$(
GLUON_BRANCH
)
'
]
||
(
echo
'Please set GLUON_BRANCH to create a manifest.'
;
false
)
echo
'
$(
GLUON_PRIORITY
)
'
|
grep
-qE
'^([0-9]*\.)?[0-9]+$$'
||
(
echo
'Please specify a numeric value for GLUON_PRIORITY to create a manifest.'
;
false
)
@
[
-n
'
$(
GLUON_BRANCH
)
'
]
||
(
echo
'Please set GLUON_BRANCH to create a manifest.'
;
false
)
@
echo
'
$(
GLUON_PRIORITY
)
'
|
grep
-qE
'^([0-9]*\.)?[0-9]+$$'
||
(
echo
'Please specify a numeric value for GLUON_PRIORITY to create a manifest.'
;
false
)
@$(
CheckExternal
)
@
mkdir
-p
$(GLUON_IMAGEDIR)/sysupgrade
mkdir
-p
$(GLUON_IMAGEDIR)/sysupgrade
@
(
\
(
\
echo
'BRANCH=$(GLUON_BRANCH)'
&&
\
echo
'DATE=$(shell $(GLUON_ORIGOPENWRTDIR)/staging_dir/host/bin/lua $(GLUONDIR)/scripts/rfc3339date.lua)'
&&
\
echo
'PRIORITY=$(GLUON_PRIORITY)'
&&
\
...
...
@@ -99,14 +99,14 @@ manifest: FORCE
)
>
$(GLUON_IMAGEDIR)/sysupgrade/$(GLUON_BRANCH).manifest
+(
$(
foreach
GLUON_TARGET,
$(
GLUON_TARGETS
)
,
\
(
[
!
-e
$(
BOARD_BUILDDIR
)
/prepared
]
||
(
$(
GLUONMAKE
)
manifest
GLUON_TARGET
=
'
$(
GLUON_TARGET
)
'
)
)
&&
\
(
[
!
-e
$(
BOARD_BUILDDIR
)
/prepared
]
||
(
$(
GLUONMAKE
)
manifest
GLUON_TARGET
=
'
$(
GLUON_TARGET
)
'
V
=
s
$(
OPENWRT_VERBOSE
)
)
)
&&
\
)
:)
dirclean
:
FORCE
@
for
dir
in
build_dir dl staging_dir tmp
;
do
\
for
dir
in
build_dir dl staging_dir tmp
;
do
\
rm
-rf
$(
GLUON_ORIGOPENWRTDIR
)
/
$$
dir
;
\
done
@
rm
-rf
$(
GLUON_BUILDDIR
)
$(
GLUON_IMAGEDIR
)
rm
-rf
$(
GLUON_BUILDDIR
)
$(
GLUON_IMAGEDIR
)
else
...
...
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