Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Via Christus
avadanlık
Commits
e0b9b9dd
Unverified
Commit
e0b9b9dd
authored
Jan 14, 2019
by
Caleb Maclennan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add target to update all digital release tags
parent
c909d1b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
makefile
makefile
+6
-2
No files found.
makefile
View file @
e0b9b9dd
...
...
@@ -133,8 +133,12 @@ endif
CASILE.avadanlikdir = "
$(AVADANLIKDIR)
"
EOF
.PHONY
:
update_uygulama_tags uptade_ekran_tags update_web_tags
update_uygulama_tags update_ekran_tags update_web_tags
:
update_%_tags:
.PHONY
:
update_all_tags
update_all_tags
:
$(UPDATATAGTARGETS)
UPDATATAGTARGETS
=
update_uygulama_tags update_ekran_tags update_web_tags
.PHONY
:
$(UPDATATAGTARGETS)
$(UPDATATAGTARGETS)
:
update_%_tags:
git tag |
grep
'/$*$$'
|
while
read
tag
;
do
...
...
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