Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8
提交
779896d8
D
dragonwell8
项目概览
openanolis
/
dragonwell8
通知
5
Star
3
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
779896d8
编写于
12月 09, 2013
作者:
I
ihse
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
8029515: Building multiple configurations fails after removal of old build system
Reviewed-by: erikj
上级
b6792ff7
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
4 addition
and
4 deletion
+4
-4
Makefile
Makefile
+3
-3
make/MakeHelpers.gmk
make/MakeHelpers.gmk
+1
-1
未找到文件。
Makefile
浏览文件 @
779896d8
...
...
@@ -66,12 +66,12 @@ else
# First, find out the valid targets
# Run the makefile with an arbitrary SPEC using -p -q (quiet dry-run and dump rules) to find
# available PHONY targets. Use this list as valid targets to pass on to the repeated calls.
all_phony_targets
=
$(
filter-out
$(global_targets)
bundles-only,
$(
strip
$(
shell
\
$(MAKE)
-p
-q
-f
make/Main.gmk
FRC
SPEC
=
$(
firstword
$(SPEC)
)
|
\
all_phony_targets
=
$(
filter-out
$(global_targets)
bundles
bundles-only final-images
-only,
$(
strip
$(
shell
\
cd
$(root_dir)
&&
$(MAKE)
-p
-q
FRC
SPEC
=
$(
firstword
$(SPEC)
)
|
\
grep
^.PHONY: |
head
-n
1 |
cut
-d
" "
-f
2-
)))
$(all_phony_targets)
:
@
$(
foreach
spec,
$(SPEC)
,
(
$(MAKE)
-f
NewMakefile.gmk
SPEC
=
$(spec)
\
@
$(
foreach
spec,
$(SPEC)
,
(
cd
$(root_dir)
&&
$(MAKE)
SPEC
=
$(spec)
\
$(VERBOSE)
VERBOSE
=
$(VERBOSE)
LOG_LEVEL
=
$(LOG_LEVEL)
$@
)
&&
)
true
.PHONY
:
$(all_phony_targets)
...
...
make/MakeHelpers.gmk
浏览文件 @
779896d8
...
...
@@ -50,7 +50,7 @@ BUILDTIMESDIR=$(OUTPUT_ROOT)/tmp/buildtimes
# Global targets are possible to run either with or without a SPEC. The prototypical
# global target is "help".
global_targets=help jprt% bridgeBuild
global_targets=help jprt% bridgeBuild
bridge2configure
##############################
# Functions
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录