Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
cm-projects
RIOT
Commits
d7d45482
Commit
d7d45482
authored
10 years ago
by
Thomas Eichinger
Browse files
Options
Downloads
Patches
Plain Diff
make: migrate OS variable for COLOR_ECHO too
parent
d61a91fa
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.buildtests
+0
-2
0 additions, 2 deletions
Makefile.buildtests
Makefile.include
+3
-0
3 additions, 0 deletions
Makefile.include
with
3 additions
and
2 deletions
Makefile.buildtests
+
0
−
2
View file @
d7d45482
...
@@ -31,8 +31,6 @@ endif
...
@@ -31,8 +31,6 @@ endif
info-buildsizes-diff info-build info-boards-supported
\
info-buildsizes-diff info-build info-boards-supported
\
info-features-missing info-boards-features-missing
info-features-missing info-boards-features-missing
OS
:=
$(
shell
uname
)
buildtest
:
buildtest
:
@
\
@
\
BUILDTESTOK
=
true
;
\
BUILDTESTOK
=
true
;
\
...
...
This diff is collapsed.
Click to expand it.
Makefile.include
+
3
−
0
View file @
d7d45482
...
@@ -21,6 +21,9 @@ COLOR_RED :=
...
@@ -21,6 +21,9 @@ COLOR_RED :=
COLOR_PURPLE
:=
COLOR_PURPLE
:=
COLOR_RESET
:=
COLOR_RESET
:=
COLOR_ECHO
:=
/bin/echo
COLOR_ECHO
:=
/bin/echo
OS
:=
$(
shell
uname
)
ifeq
(, ${JENKINS_URL})
ifeq
(, ${JENKINS_URL})
ifeq
(0, $(shell tput colors 2>&1 > /dev/null; echo $$?))
ifeq
(0, $(shell tput colors 2>&1 > /dev/null; echo $$?))
COLOR_GREEN
:=
\0
33[1
;
32m
COLOR_GREEN
:=
\0
33[1
;
32m
...
...
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