Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anton Palgunov
mkimage-profiles
Commits
7221c53c
Commit
7221c53c
authored
Apr 23, 2012
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: no build means no reports
Trying to extract reports for a failed build is a bad idea.
parent
aed65407
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
Makefile
Makefile
+5
-2
No files found.
Makefile
View file @
7221c53c
...
...
@@ -43,7 +43,10 @@ export NUM_TARGETS := $(words $(MAKECMDGOALS))
for
ARCH
in
$(ARCHES)
;
do
\
if
[
"
$$
ARCH"
!=
"
$
(firstword
$(ARCHES)
)"
]
;
then
say
;
fi
;
\
say
"** ARCH:
$$
ARCH"
>
&2
;
\
$(MAKE)
-f
main.mk
ARCH
=
$$
ARCH
$@
$(POSTPROC)
;
\
$(MAKE)
-f
reports.mk
ARCH
=
$$
ARCH
;
\
if
$(MAKE)
-f
main.mk
ARCH
=
$$
ARCH
$@
$(POSTPROC)
;
then
\
if
[
-n
"
$$
REPORT"
]
;
then
\
$(MAKE)
-f
reports.mk
ARCH
=
$$
ARCH
;
\
fi
;
\
fi
;
\
done
;
\
if
[
"
$$
n"
-lt
"
$(NUM_TARGETS)
"
]
;
then
say
;
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment