Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
b03606c5
Commit
b03606c5
authored
Sep 02, 2014
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make_makefiles: Support the GIT_DIR environment variable.
parent
8b2e666d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
make_makefiles
tools/make_makefiles
+2
-1
No files found.
tools/make_makefiles
View file @
b03606c5
...
...
@@ -578,7 +578,8 @@ sub update_linguas(@)
}
die
"needs to be run from a git checkout"
unless
-
d
".git"
;
my
$git_dir
=
$ENV
{
GIT_DIR
}
||
".git"
;
die
"needs to be run from a git checkout"
unless
-
d
$git_dir
;
my
@all_files
=
split
/\0/
,
`git ls-files -c -z`
;
@linguas
=
map
{
(
my
$ret
=
$_
)
=~
s/^po\/(.*)\.po/$1/
;
$ret
;
}
grep
/^po\/.*\.po$/
,
@all_files
;
...
...
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