Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marius
zathura
Commits
45defb75
Commit
45defb75
authored
Apr 27, 2014
by
Sebastian Ramacher
Browse files
Reduce dist to one tar call
parent
24d0bbd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
45defb75
...
...
@@ -144,13 +144,7 @@ test: ${OBJECTS}
$(QUIET)
make
-C
tests run
dist
:
clean build-manpages
$(QUIET)
tar
-czf
$(TARFILE)
`
git ls-files
`
$(QUIET)
rm
-rf
${TARDIR}
$(QUIET)
mkdir
-p
${TARDIR}
$(QUIET)
tar
-xvf
${TARFILE}
-C
${TARDIR}
$(QUIET)
find
${TARDIR}
-name
'.gitignore'
-exec
rm
{}
\;
$(QUIET)
tar
-czf
${TARFILE}
${TARDIR}
$(QUIET)
rm
-rf
${TARDIR}
$(QUIET)
tar
-czf
$(TARFILE)
--exclude
=
.gitignore
`
git ls-files
`
doc
:
$(QUIET)
make
-C
doc
...
...
Write
Preview
Supports
Markdown
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