Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
apt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Qm64
apt
Commits
d3aca94b
Commit
d3aca94b
authored
Nov 29, 2018
by
Lorenzo Setale
⭐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uses $* to get what to do
parent
78a6eaea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+1
-1
makefiles/ipfs.mk
makefiles/ipfs.mk
+1
-1
No files found.
Makefile
View file @
d3aca94b
...
...
@@ -16,7 +16,7 @@ endif
-include
makefiles/*.mk
clean_%
:
rm
-rf
$
$
(
echo
"
$@
"
|
sed
"s/clean_//g"
)
rm
-rf
$
*
clean
:
clean_build clean_dist
.PHONY
:
clean
...
...
makefiles/ipfs.mk
View file @
d3aca94b
...
...
@@ -70,4 +70,4 @@ deb_ipfs_%:
$(MAKE)
clean_build
\
_build_ipfs_deb_package
\
collect_deb_packages
\
-e
ARCH
=
$
$
(
echo
"
$@
"
|
sed
"s/deb_ipfs_//g"
)
-e
ARCH
=
$
*
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