OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clean
(Results
1 - 25
of
5062
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/oprofile/doc/srcdoc/
Makefile
3
.PHONY:
clean
5
all:
clean
8
clean
:
/frameworks/wilhelm/doc/
Makefile
1
html/index.html : Doxyfile
clean
4
clean
:
/external/chromium_org/chrome/test/mini_installer/config/
config.config
3
["
clean
", ["chrome_not_installed.prop"]],
11
["
clean
", "install chrome", "chrome_installed", "uninstall chrome", "
clean
"]
/external/iproute2/man/man3/
Makefile
5
distclean:
clean
7
clean
:
13
.PHONY: install
clean
distclean
/sdk/emulator/qtools/tests/
common_tail.mk
2
clean
:
/build/
CleanSpec.mk
16
# If you don't need to do a full
clean
build but would like to touch
17
# a file or delete some intermediate files, add a
clean
step to the end
22
# $(call add-
clean
-step, touch -c external/sqlite/sqlite3.h)
23
# $(call add-
clean
-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
38
# NEWER
CLEAN
STEPS MUST BE AT THE END OF THE LIST
42
#$(call add-
clean
-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-
clean
-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-
clean
-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
45
#$(call add-
clean
-step, rm -rf $(PRODUCT_OUT)/data/*)
47
$(call add-
clean
-step, rm -rf $(OUT_DIR)/target/common/obj/APPS
[
all
...]
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/
PHONY
8
$details = "This makefile in this test declares the target
clean
to be a \n"
9
."PHONY target. We then create a file named \"
clean
\" in the \n"
11
."
clean
should still execute because of it's phony status.";
19
print MAKEFILE ".PHONY :
clean
\n";
21
print MAKEFILE "\t\@echo This makefile did not
clean
the dir ... good\n";
22
print MAKEFILE "
clean
: \n";
23
print MAKEFILE "\t$delete_command $example
clean
\n";
31
# Create a file named "
clean
". This is the same name as the target
clean
34
&touch("
clean
");
[
all
...]
FORCE
12
print MAKEFILE "
clean
: FORCE\n";
13
print MAKEFILE "\t$delete_command
clean
\n";
21
# Create a file named "
clean
". This is the same name as the target
clean
24
&touch("
clean
");
26
$answer = "$delete_command
clean
\n";
27
&run_make_with_options($makefile,"
clean
",&get_logfile);
/external/e2fsprogs/doc/
Makefile.in
51
distclean::
clean
54
.PHONY:
clean
55
clean
::
clean
-all
57
.PHONY:
clean
-all
58
clean
-all::
clean
-tex
clean
-backup
clean
-final
clean
-tarfiles clean-htm
[
all
...]
/frameworks/base/
CleanSpec.mk
16
# If you don't need to do a full
clean
build but would like to touch
17
# a file or delete some intermediate files, add a
clean
step to the end
22
# $(call add-
clean
-step, touch -c external/sqlite/sqlite3.h)
23
# $(call add-
clean
-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
38
# NEWER
CLEAN
STEPS MUST BE AT THE END OF THE LIST
42
#$(call add-
clean
-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-
clean
-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-
clean
-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
45
#$(call add-
clean
-step, rm -rf $(PRODUCT_OUT)/data/*)
46
$(call add-
clean
-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/com (…)
[
all
...]
/external/dnsmasq/contrib/wrt/
Makefile
5
clean
:
/external/iproute2/man/
Makefile
10
distclean:
clean
12
clean
:
13
@for subdir in $(SUBDIRS); do $(MAKE) -C $$subdir
clean
; done
18
.PHONY: install
clean
distclean
/external/libsepol/
Makefile
14
clean
:
15
$(MAKE) -C src
clean
16
$(MAKE) -C utils
clean
17
$(MAKE) -C tests
clean
/external/pixman/
Makefile.win32
15
@$(MAKE) -C pixman -f Makefile.win32
clean
16
@$(MAKE) -C test -f Makefile.win32
clean
22
clean
: clean_r
25
.PHONY: all pixman test
clean
check
/external/wpa_supplicant_8/src/ap/
Makefile
4
clean
:
/external/wpa_supplicant_8/src/common/
Makefile
4
clean
:
/external/wpa_supplicant_8/src/eap_common/
Makefile
4
clean
:
/external/wpa_supplicant_8/src/eap_server/
Makefile
4
clean
:
/external/wpa_supplicant_8/src/eapol_auth/
Makefile
4
clean
:
/external/wpa_supplicant_8/src/eapol_supp/
Makefile
4
clean
:
/external/wpa_supplicant_8/src/l2_packet/
Makefile
4
clean
:
/external/wpa_supplicant_8/src/rsn_supp/
Makefile
4
clean
:
/external/wpa_supplicant_8/src/wps/
Makefile
4
clean
:
/external/zlib/src/old/
README
3
(Volunteers are encouraged to help
clean
this up. Thanks.)
/frameworks/wilhelm/tools/permute/
Makefile
4
clean
:
Completed in 521 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>