Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
build
Commits
4703b491
Commit
4703b491
authored
12 years ago
by
Ying Wang
Committed by
Gerrit Code Review
12 years ago
Browse files
Options
Download
Plain Diff
Merge "We shouldn't use temporary variable in the build recipe."
parents
cdacb378
514cc4d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
core/droiddoc.mk
core/droiddoc.mk
+2
-2
No files found.
core/droiddoc.mk
View file @
4703b491
...
...
@@ -160,7 +160,7 @@ html_dir_files := $(shell find $(LOCAL_PATH)/$(LOCAL_DROIDDOC_HTML_DIR) -type f)
$(full_target)
:
$(full_src_files) $(droiddoc_templates) $(droiddoc) $(html_dir_files) $(full_java_lib_deps) $(LOCAL_ADDITIONAL_DEPENDENCIES)
@
echo
Docs droiddoc:
$(PRIVATE_OUT_DIR)
$(hide)
mkdir
-p
$(
dir
$
(full_target)
)
$(hide)
mkdir
-p
$(
dir
$
@
)
$(
call
prepare-doc-source-list,
$(PRIVATE_SRC_LIST_FILE)
,
$(PRIVATE_JAVA_FILES)
,
\
$(PRIVATE_SOURCE_INTERMEDIATES_DIR)
$(PRIVATE_ADDITIONAL_JAVA_DIR)
)
$(hide)
(
\
...
...
@@ -193,7 +193,7 @@ else
##
$(full_target)
:
$(full_src_files) $(full_java_lib_deps)
@
echo
Docs javadoc:
$(PRIVATE_OUT_DIR)
@
mkdir
-p
$(
dir
$
(full_target)
)
@
mkdir
-p
$(
dir
$
@
)
$(
call
prepare-doc-source-list,
$(PRIVATE_SRC_LIST_FILE)
,
$(PRIVATE_JAVA_FILES)
,
\
$(PRIVATE_SOURCE_INTERMEDIATES_DIR)
$(PRIVATE_ADDITIONAL_JAVA_DIR)
)
$(hide)
(
\
...
...
This diff is collapsed.
Click to expand it.
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