Searched refs:make (Results 1 – 25 of 69) sorted by relevance
123
/build/kati/ |
D | INTERNALS.md | 5 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 …]
|
D | README.md | 6 kati is an experimental GNU make clone. 29 % make 44 ### "make clean" 52 For example, the following is equivalent to "make cts":
|
D | make-c.sh | 21 go run ${dir}/make-c/main.go
|
/build/kati/testcase/ |
D | comment_in_command.mk | 1 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]') 7 test2: make$(MAKEVER)
|
D | implicit_pattern_rule_prefix.mk | 1 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
|
D | err_override_export.mk | 5 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
|
D | err_export_override.mk | 5 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
|
D | shell_var_with_args.mk | 3 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
|
D | include_glob_order.mk | 1 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
|
/build/make/core/ |
D | apicheck_msg_current.txt | 5 To make these errors go away, you have two choices: 10 make update-api
|
/build/make/tools/ |
D | check_builds.sh | 43 make PRODUCT-$(echo $1 | sed "s/-.*//" )-installclean 44 make -j16 PRODUCT-$1 dist DIST_DIR=$TEST_BUILD_DIR/$PREFIX-$1
|
/build/make/target/product/ |
D | treble_common_32.mk | 22 include build/make/target/product/treble_common.mk
|
D | aosp_x86_64_a.mk | 22 include build/make/target/product/treble_common_64.mk
|
D | aosp_arm64_a.mk | 22 include build/make/target/product/treble_common_64.mk
|
D | aosp_x86_a.mk | 22 include build/make/target/product/treble_common_32.mk
|
D | aosp_arm_a.mk | 22 include build/make/target/product/treble_common_32.mk
|
/build/make/target/board/ |
D | treble_common_32.mk | 17 include build/make/target/board/treble_common.mk
|
D | treble_common_64.mk | 17 include build/make/target/board/treble_common.mk
|
/build/soong/docs/ |
D | clion.md | 4 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/ |
D | BoardConfig.mk | 17 include build/make/target/board/treble_common_32.mk
|
/build/make/target/board/generic_x86_ab/ |
D | BoardConfig.mk | 17 include build/make/target/board/treble_common_32.mk
|
/build/make/target/board/generic_x86_64_a/ |
D | BoardConfig.mk | 17 include build/make/target/board/treble_common_64.mk
|
/build/make/target/board/generic_arm_a/ |
D | BoardConfig.mk | 17 include build/make/target/board/treble_common_32.mk
|
/build/make/target/board/generic_x86_64_ab/ |
D | BoardConfig.mk | 17 include build/make/target/board/treble_common_64.mk
|
/build/make/target/board/generic_arm_ab/ |
D | BoardConfig.mk | 17 include build/make/target/board/treble_common_32.mk
|
123