Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ioping
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ioping
Commits
6225d3ff
Commit
6225d3ff
authored
Sep 05, 2015
by
Konstantin Khlebnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: add top directory into binary archives
Signed-off-by:
Konstantin Khlebnikov
<
koct9i@gmail.com
>
parent
a01558fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Makefile
Makefile
+4
-2
No files found.
Makefile
View file @
6225d3ff
...
...
@@ -66,10 +66,12 @@ dist: $(DISTFILES)
binary-tgz
:
$(PACKFILES)
${STRIP}
${BINS}
tar
cz
f
${PACKAGE}
-
${VERSION}
-
${TARGET}
.tgz
$^
tar
-cz
--transform
=
's,^,
$(DISTDIR)
/,S'
-
f
${PACKAGE}
-
${VERSION}
-
${TARGET}
.tgz
$^
binary-zip
:
$(PACKFILES)
${STRIP}
${BINS}
zip
${PACKAGE}
-
${VERSION}
-
${TARGET}
.zip
$^
ln
-s
.
$(DISTDIR)
zip
${PACKAGE}
-
${VERSION}
-
${TARGET}
.zip
$(
addprefix
$(DISTDIR)
/,
$^
)
rm
$(DISTDIR)
.PHONY
:
all clean install dist version
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