OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phony
(Results
1 - 12
of
12
) sorted by null
/build/core/
phony_package.mk
2
$(error LOCAL_SRC_FILES are not allowed for
phony
packages)
main.mk
66
.
PHONY
: droid
71
.
PHONY
: FORCE
217
.
PHONY
: incrementaljavac
415
.
PHONY
: $(INTERNAL_MODIFIER_TARGETS)
473
.
PHONY
: GET-INSTALL-PATH
704
.
PHONY
: prebuilt
710
.
PHONY
: all_copied_headers
716
.
PHONY
: files
723
.
PHONY
: checkbuild
732
.
PHONY
: ramdis
[
all
...]
/art/build/
Android.cpplint.mk
22
.
PHONY
: cpplint-art
27
.
PHONY
: cpplint-art-all
51
LOCAL_MODULE := cpplint-art-
phony
/ndk/sources/host-tools/make-3.81/
filedef.h
85
unsigned int
phony
:1; /* Nonzero if this is a
phony
file
member in struct:file
86
i.e., a prerequisite of .
PHONY
. */
remake.c
229
message (1, ((file->
phony
|| file->cmds == 0)
454
if (!file->
phony
&& file->cmds == 0 && !file->tried_implicit)
597
d->changed = ((file->
phony
&& file->cmds != 0)
830
if (file->
phony
)
854
if ((ran && !file->
phony
) || touched)
916
if (ran && !d->file->
phony
)
947
if (file->
phony
|| !file->intermediate)
964
if (!file->
phony
&& file->cmds == 0 && !file->tried_implicit)
[
all
...]
file.c
326
MERGE (
phony
);
628
Also mark the files depended on by .PRECIOUS, .
PHONY
, .SILENT,
672
for (f = lookup_file (".
PHONY
"); f != 0; f = f->prev)
676
/* Mark this file as
phony
nonexistent target. */
677
f2->
phony
= 1;
911
if (f->
phony
)
912
puts (_("#
Phony
target (prerequisite of .
PHONY
)."));
commands.c
529
/* Delete FILE unless it's precious or not actually a file (
phony
),
538
if (file->precious || file->
phony
)
/external/chromium_org/tools/gyp/pylib/gyp/generator/
make.py
337
# so if the files are missing, they're just considered
phony
rules.
462
.
PHONY
: %(default_target)s
472
.
PHONY
: FORCE_DO_CMD
824
self.WriteLn('.
PHONY
: all')
[
all
...]
/ndk/build/core/
build-all.mk
30
# These
phony
targets are used to control various stages of the build
31
.
PHONY
: all \
/packages/apps/Email/tests/src/com/android/emailcommon/provider/
MailboxTests.java
504
Mailbox
phony
= buildTestMailbox("different ID", "display name for mailbox");
local
505
assertFalse(Arrays.equals(
phony
.getHashes(), unparcelled.getHashes()));
/build/core/tasks/
cts.mk
41
# Depend on the full package paths rather than the
phony
targets to avoid
203
.
PHONY
: cts
/sdk/adtproductbuild/
Android.mk
37
# Common not-quite-
phony
rule to perform the eclipse build only once
Completed in 424 milliseconds