Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
569e9a29
Commit
569e9a29
authored
4 years ago
by
Andreas Traczyk
Browse files
Options
Downloads
Patches
Plain Diff
winmake: clean build output for contrib if dependencies rebuild
Change-Id: I3fbfbe055255948e003e69e76cdc34f483322ccc
parent
2129a0d4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
compat/msvc/winmake.py
+3
-1
3 additions, 1 deletion
compat/msvc/winmake.py
with
3 additions
and
1 deletion
compat/msvc/winmake.py
+
3
−
1
View file @
569e9a29
...
...
@@ -266,7 +266,9 @@ def make(pkg_info, force, sdk_version, toolset, isPlugin):
log
.
debug
(
'
Forcing fetch/patch/build for
'
+
pkg_name
)
should_fetch
=
not
pkg_up_to_date
pkg_build_path
=
contrib_build_dir
+
'
\\
'
+
pkg_name
should_fetch
&=
not
os
.
path
.
exists
(
pkg_build_path
)
if
os
.
path
.
exists
(
pkg_build_path
):
log
.
warning
(
'
Cleaning build for
'
+
pkg_name
)
getSHrunner
().
exec_batch
(
'
rmdir
'
,
[
'
/s
'
,
'
/q
'
,
pkg_build_path
])
if
not
pkg_up_to_date
or
force
:
if
not
force
and
not
current_version
is
None
:
log
.
warning
(
pkg_name
+
'
is not up to date
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment