Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Arduino Core for SAMD21 CPU
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
josc941e
Arduino Core for SAMD21 CPU
Commits
fe870281
Commit
fe870281
authored
10 years ago
by
Thibaut VIARD
Browse files
Options
Downloads
Patches
Plain Diff
Removed * which can be considered as shell wildcards
parent
ca9316a7
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
cores/arduino/validation/build_gcc/test.mk
+10
-10
10 additions, 10 deletions
cores/arduino/validation/build_gcc/test.mk
with
10 additions
and
10 deletions
cores/arduino/validation/build_gcc/test.mk
+
10
−
10
View file @
fe870281
...
...
@@ -149,45 +149,45 @@ create_output:
@
echo
-
@
echo
-
@
echo
INCLUDES
-------------------------
@
echo
*
$(
INCLUDES
)
@
echo
$(
INCLUDES
)
@
echo
-
@
echo
-
@
echo
C_SRC
-------------------------
@
echo
*
$(
C_SRC
)
@
echo
$(
C_SRC
)
@
echo
-
@
echo
-
@
echo
C_OBJ
-------------------------
@
echo
*
$(
C_OBJ
)
@
echo
$(
C_OBJ
)
@
echo
-
@
echo
-
@
echo
C_OBJ prefix
-------------------------
@
echo
*
$(
addprefix
$(
OUTPUT_PATH
)
/,
$(
C_OBJ
))
@
echo
$(
addprefix
$(
OUTPUT_PATH
)
/,
$(
C_OBJ
))
@
echo
-
@
echo
-
@
echo
CPP_SRC
-------------------------
@
echo
*
$(
CPP_SRC
)
@
echo
$(
CPP_SRC
)
@
echo
-
@
echo
-
@
echo
CPP_OBJ
-------------------------
@
echo
*
$(
CPP_OBJ
)
@
echo
$(
CPP_OBJ
)
@
echo
-
@
echo
-
@
echo
CPP_OBJ prefix
-------------------------
@
echo
*
$(
addprefix
$(
OUTPUT_PATH
)
/,
$(
CPP_OBJ
))
@
echo
$(
addprefix
$(
OUTPUT_PATH
)
/,
$(
CPP_OBJ
))
# @echo A_SRC -------------------------
# @echo
*
$(A_SRC)
# @echo $(A_SRC)
@echo
-------------------------
-@mkdir
$(OUTPUT_PATH)
1>NUL
2>&1
@echo
------------------------------------------------------------------------------------
$(addprefix $(OUTPUT_PATH)/,$(C_OBJ))
:
$(OUTPUT_PATH)/%.o: %.c
@
echo
***
Current folder is
$(
shell
cd
)
@
echo
Current folder is
$(
shell
cd
)
# @"$(CC)" -c $(CFLAGS) $< -o $@
"$(CC)"
-v
-c
$(CFLAGS)
$<
-o
$@
$(addprefix $(OUTPUT_PATH)/,$(CPP_OBJ))
:
$(OUTPUT_PATH)/%.o: %.cpp
@
echo
***
Current folder is
$(
shell
cd
)
@
echo
Current folder is
$(
shell
cd
)
# @"$(CXX)" -c $(CPPFLAGS) $< -o $@
"$(CXX)"
-v
-c
$(CPPFLAGS)
$<
-o
$@
...
...
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