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
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
Ximper Linux
mkimage-profiles
Commits
796a8219
Commit
796a8219
authored
Jun 04, 2014
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reports.mk: that space was extra
graphviz is usually around so this buglet has lived a really long life: "a " "b" instead of "a" "b".
parent
97b229b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
reports.mk
reports.mk
+1
-1
No files found.
reports.mk
View file @
796a8219
...
@@ -73,7 +73,7 @@ reports/targets: reports/prep
...
@@ -73,7 +73,7 @@ reports/targets: reports/prep
OUT="$(BUILDDIR)/targets.dot"; \
OUT="$(BUILDDIR)/targets.dot"; \
report-targets < "$(REPORT_PATH)" > "$$OUT" \
report-targets < "$(REPORT_PATH)" > "$$OUT" \
&& if [ -s "$$OUT" ]; then \
&& if [ -s "$$OUT" ]; then \
echo "** graphviz missing,
" \
echo "** graphviz missing," \
"target graph dot file: $$OUT"; \
"target graph dot file: $$OUT"; \
fi; \
fi; \
fi $(SHORTEN); \
fi $(SHORTEN); \
...
...
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