Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
buildsupport
Commits
680ee9d9
Commit
680ee9d9
authored
Feb 22, 2017
by
Thanassis Tsiodras
Browse files
In the Docker/Vagrant/NewVM, we use Git, not SVN
parent
6ae14d5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
680ee9d9
...
...
@@ -18,7 +18,7 @@ $(exec): $(sources)
ifeq
($(UNAME), Linux)
@
echo
"package buildsupport_version is"
>
ada/buildsupport_version.ads.new
@
echo
-n
"buildsupport_release : constant string :=
\"
"
>>
ada/buildsupport_version.ads.new
@
git log
--oneline
|
head
-1
|
cut
-f1
-d
' '
>>
ada/buildsupport_version.ads.new
@
git log
--oneline
|
head
-1
|
cut
-f1
-d
' '
|
tr
-d
'\012'
>>
ada/buildsupport_version.ads.new
@
echo
"
\"
;"
>>
ada/buildsupport_version.ads.new
@
echo
-n
"end buildsupport_version;"
>>
ada/buildsupport_version.ads.new
@
if
[
!
-f
"ada/buildsupport_version.ads"
]
;
then
\
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment