Home
last modified time | relevance | path

Searched refs:make (Results 1 – 25 of 69) sorted by relevance

123

/build/kati/
DINTERNALS.md5 to be a comprehensive document of kati or GNU make. This explains some random
14 make. The DSL allows developers to write build rules in a descriptive way, but
25 make. This means you needed to wait ~100 secs to see if there's a compile error
30 affected by your change. It would be nicer if you can just type "make" whenever
33 This is why we started this project. We decided to create a GNU make clone from
37 was to hack GNU make instead of developing a clone. We didn't take this option
38 because we thought the source code of GNU make is somewhat complicated due to
49 make is not very optimized for computation heavy Makefiles, 2. Go is fast for
59 Android's build system defines about one million make variables, and buffers for
81 Most of users of GNU make may not care about the evaluator much. However, GNU
[all …]
DREADME.md6 kati is an experimental GNU make clone.
29 % make
44 ### "make clean"
52 For example, the following is equivalent to "make cts":
Dmake-c.sh21 go run ${dir}/make-c/main.go
/build/kati/testcase/
Dcomment_in_command.mk1 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
7 test2: make$(MAKEVER)
Dimplicit_pattern_rule_prefix.mk1 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
Derr_override_export.mk5 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
Derr_export_override.mk5 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
Dshell_var_with_args.mk3 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
Dinclude_glob_order.mk1 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
/build/make/core/
Dapicheck_msg_current.txt5 To make these errors go away, you have two choices:
10 make update-api
/build/make/tools/
Dcheck_builds.sh43 make PRODUCT-$(echo $1 | sed "s/-.*//" )-installclean
44 make -j16 PRODUCT-$1 dist DIST_DIR=$TEST_BUILD_DIR/$PREFIX-$1
/build/make/target/product/
Dtreble_common_32.mk22 include build/make/target/product/treble_common.mk
Daosp_x86_64_a.mk22 include build/make/target/product/treble_common_64.mk
Daosp_arm64_a.mk22 include build/make/target/product/treble_common_64.mk
Daosp_x86_a.mk22 include build/make/target/product/treble_common_32.mk
Daosp_arm_a.mk22 include build/make/target/product/treble_common_32.mk
/build/make/target/board/
Dtreble_common_32.mk17 include build/make/target/board/treble_common.mk
Dtreble_common_64.mk17 include build/make/target/board/treble_common.mk
/build/soong/docs/
Dclion.md4 only. Build should still be done via make/m/mm(a)/mmm(a).
16 $ make -j64
21 $ make frameworks/native/service/libs/ui
/build/make/target/board/generic_x86_a/
DBoardConfig.mk17 include build/make/target/board/treble_common_32.mk
/build/make/target/board/generic_x86_ab/
DBoardConfig.mk17 include build/make/target/board/treble_common_32.mk
/build/make/target/board/generic_x86_64_a/
DBoardConfig.mk17 include build/make/target/board/treble_common_64.mk
/build/make/target/board/generic_arm_a/
DBoardConfig.mk17 include build/make/target/board/treble_common_32.mk
/build/make/target/board/generic_x86_64_ab/
DBoardConfig.mk17 include build/make/target/board/treble_common_64.mk
/build/make/target/board/generic_arm_ab/
DBoardConfig.mk17 include build/make/target/board/treble_common_32.mk

123