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
e147b649
Commit
e147b649
authored
Sep 27, 2023
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build.mk: replace obsoleted GREP_COLOR with GREP_COLORS
parent
3d411fe1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
build.mk
lib/build.mk
+2
-2
No files found.
lib/build.mk
View file @
e147b649
...
@@ -95,7 +95,7 @@ build-image: profile/populate
...
@@ -95,7 +95,7 @@ build-image: profile/populate
tail -n $(MAX_LINES) "$(BUILDLOG)" $(SHORTEN) \
tail -n $(MAX_LINES) "$(BUILDLOG)" $(SHORTEN) \
| if [ -z "$(QUIET)" ]; then \
| if [ -z "$(QUIET)" ]; then \
echo "$(TIME) done $$DURATION"; \
echo "$(TIME) done $$DURATION"; \
GREP_COLOR
="
$(ANSI_OK)" \
GREP_COLOR
S="mt=0
$(ANSI_OK)" \
grep --color=auto '^\*\* image: .*$$' ||:; \
grep --color=auto '^\*\* image: .*$$' ||:; \
else \
else \
echo -n "$(TIME) $$DURATION "; \
echo -n "$(TIME) $$DURATION "; \
...
@@ -114,7 +114,7 @@ build-image: profile/populate
...
@@ -114,7 +114,7 @@ build-image: profile/populate
echo "$(TIME) (you might want to rerun with DEBUG=1)"; \
echo "$(TIME) (you might want to rerun with DEBUG=1)"; \
fi; \
fi; \
tail -n $(MAX_LINES) "$(BUILDLOG)" \
tail -n $(MAX_LINES) "$(BUILDLOG)" \
| GREP_COLOR
="
$(ANSI_FAIL)" \
| GREP_COLOR
S="mt=0
$(ANSI_FAIL)" \
grep -E --color=auto -m "$(MAX_ERRORS)" "$(GOTCHA)"; \
grep -E --color=auto -m "$(MAX_ERRORS)" "$(GOTCHA)"; \
df -P $(BUILDDIR) | awk 'END { if ($$4 < $(LOWSPACE)) \
df -P $(BUILDDIR) | awk 'END { if ($$4 < $(LOWSPACE)) \
{ print "NB: low space on "$$6" ("$$5" used)"}}'; \
{ print "NB: low space on "$$6" ("$$5" used)"}}'; \
...
...
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