Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POTTIER Francois
inferno
Commits
b78ba13c
Commit
b78ba13c
authored
Apr 05, 2018
by
POTTIER Francois
Browse files
GNUmakefile fix.
parent
f1d3d72c
Changes
1
Hide whitespace changes
Inline
Side-by-side
GNUmakefile
View file @
b78ba13c
...
@@ -56,12 +56,12 @@ package:
...
@@ -56,12 +56,12 @@ package:
export
:
export
:
# Check if everything has been committed.
# Check if everything has been committed.
@
if
[
-n
"$(git status --porcelain)"
]
;
then
\
@
if
[
-n
"$$(git status --porcelain)"
]
;
then
\
echo
"Now making a release..."
;
\
else
\
echo "Error
:
there remain uncommitted changes." ;
\
echo "Error
:
there remain uncommitted changes." ;
\
git status ;
\
git status ;
\
exit 1 ;
\
exit 1 ;
\
else
\
echo "Now making a release..." ;
\
fi
fi
# Create a git tag.
# Create a git tag.
@
git
tag
-a
$(DATE)
-m
"Release $(DATE)."
@
git
tag
-a
$(DATE)
-m
"Release $(DATE)."
...
...
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