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
6f159466
Commit
6f159466
authored
10 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
build: don't require GLUON_TARGET for dirclean
parent
4d7d3d05
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 @
6f159466
...
@@ -72,7 +72,7 @@ all: prepare-target
...
@@ -72,7 +72,7 @@ all: prepare-target
prepare
:
prepare-target
prepare
:
prepare-target
+@
$(
GLUONMAKE
)
$@
+@
$(
GLUONMAKE
)
$@
clean dir
clean download images
:
FORCE
clean download images
:
FORCE
@$(
CheckExternal
)
@$(
CheckExternal
)
@$(
CheckTarget
)
@$(
CheckTarget
)
+@
$(
GLUONMAKE_EARLY
)
maybe-prepare-target
+@
$(
GLUONMAKE_EARLY
)
maybe-prepare-target
...
@@ -102,6 +102,12 @@ manifest: FORCE
...
@@ -102,6 +102,12 @@ manifest: FORCE
(
[
!
-e
$(
BOARD_BUILDDIR
)
/prepared
]
||
(
$(
GLUONMAKE
)
manifest
GLUON_TARGET
=
'
$(
GLUON_TARGET
)
'
)
)
&&
\
(
[
!
-e
$(
BOARD_BUILDDIR
)
/prepared
]
||
(
$(
GLUONMAKE
)
manifest
GLUON_TARGET
=
'
$(
GLUON_TARGET
)
'
)
)
&&
\
)
:)
)
:)
dirclean
:
FORCE
@
for
dir
in
build_dir dl staging_dir tmp
;
do
\
rm
-rf
$(
GLUON_ORIGOPENWRTDIR
)
/
$$
dir
;
\
done
@
rm
-rf
$(
GLUON_BUILDDIR
)
$(
GLUON_IMAGEDIR
)
else
else
TOPDIR
=
${
CURDIR
}
TOPDIR
=
${
CURDIR
}
...
@@ -236,12 +242,6 @@ clean: FORCE
...
@@ -236,12 +242,6 @@ clean: FORCE
+
$(
SUBMAKE
)
clean
+
$(
SUBMAKE
)
clean
rm
-f
$(
gluon_prepared_stamp
)
rm
-f
$(
gluon_prepared_stamp
)
dirclean
:
FORCE
for
dir
in
build_dir dl staging_dir tmp
;
do
\
rm
-rf
$(
GLUON_ORIGOPENWRTDIR
)
/
$$
dir
;
\
done
rm
-rf
$(
GLUON_BUILDDIR
)
export
MD5SUM
:=
$(
GLUONDIR
)
/scripts/md5sum.sh
export
MD5SUM
:=
$(
GLUONDIR
)
/scripts/md5sum.sh
export
SHA512SUM
:=
$(
GLUONDIR
)
/scripts/sha512sum.sh
export
SHA512SUM
:=
$(
GLUONDIR
)
/scripts/sha512sum.sh
...
...
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