Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
a473a86f
Commit
a473a86f
authored
Dec 07, 2015
by
thomas.forbriger
Browse files
[FIX] (whatscooking): remove 'sort' from flist
parent
11fa8d8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
a473a86f
...
...
@@ -20,9 +20,9 @@ REST=$(filter-out $(BRANCHES) $(ISSUES),$(FILES))
flist
:
$(FILES)
echo
$(REST)
|
tr
' '
'\n'
|
sort
>
$@
echo
'----'
sort
>>
$@
echo
'----'
>>
$@
echo
$(BRANCHES)
|
tr
' '
'\n'
|
sort
>>
$@
echo
'----'
sort
>>
$@
echo
'----'
>>
$@
echo
$(ISSUES)
|
tr
' '
'\n'
|
sort
>>
$@
.PHONY
:
edit
...
...
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