Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-cmake-builder
Commits
93a59528
Commit
93a59528
authored
Feb 17, 2014
by
Ghislain MARY
Browse files
Remove OUTPUT directory when cleaning.
parent
8d78f930
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Makefile
Makefile
+4
-2
No files found.
Makefile
View file @
93a59528
...
...
@@ -52,11 +52,13 @@ build-bb10: build-bb10-i486 build-bb10-arm
clean-bb10-i486
:
rm
-rf
WORK/Build-bb10-i486
&&
\
rm
-rf
WORK/tmp-bb10-i486
rm
-rf
WORK/tmp-bb10-i486
&&
\
rm
-rf
OUTPUT/liblinphone-bb10-sdk/i486
clean-bb10-arm
:
rm
-rf
WORK/Build-bb10-arm
&&
\
rm
-rf
WORK/tmp-bb10-arm
rm
-rf
WORK/tmp-bb10-arm
&&
\
rm
-rf
OUTPUT/liblinphone-bb10-sdk/arm
clean-bb10
:
clean-bb10-i486 clean-bb10-arm
...
...
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