OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:distdir
(Results
201 - 225
of
330
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/main/none/tests/ppc64/
Makefile.in
[
all
...]
/external/valgrind/main/none/tests/x86/
Makefile.in
[
all
...]
/external/chromium_org/third_party/yasm/source/config/android/
Makefile
491
distdir
= $(PACKAGE)-$(VERSION)
macro
492
top_distdir = $(
distdir
)
494
{ test ! -d $(
distdir
) \
495
|| { find $(
distdir
) -type d ! -perm -200 -exec chmod u+w {} ';' \
496
&& rm -fr $(
distdir
); }; }
497
DIST_ARCHIVES = $(
distdir
).tar.gz
[
all
...]
/external/chromium_org/third_party/yasm/source/config/ios/
Makefile
491
distdir
= $(PACKAGE)-$(VERSION)
macro
492
top_distdir = $(
distdir
)
494
{ test ! -d $(
distdir
) \
495
|| { find $(
distdir
) -type d ! -perm -200 -exec chmod u+w {} ';' \
496
&& rm -fr $(
distdir
); }; }
497
DIST_ARCHIVES = $(
distdir
).tar.gz
[
all
...]
/external/chromium_org/third_party/yasm/source/config/linux/
Makefile
491
distdir
= $(PACKAGE)-$(VERSION)
macro
492
top_distdir = $(
distdir
)
494
{ test ! -d $(
distdir
) \
495
|| { find $(
distdir
) -type d ! -perm -200 -exec chmod u+w {} ';' \
496
&& rm -fr $(
distdir
); }; }
497
DIST_ARCHIVES = $(
distdir
).tar.gz
[
all
...]
/external/chromium_org/third_party/yasm/source/config/mac/
Makefile
491
distdir
= $(PACKAGE)-$(VERSION)
macro
492
top_distdir = $(
distdir
)
494
{ test ! -d $(
distdir
) \
495
|| { find $(
distdir
) -type d ! -perm -200 -exec chmod u+w {} ';' \
496
&& rm -fr $(
distdir
); }; }
497
DIST_ARCHIVES = $(
distdir
).tar.gz
[
all
...]
/external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile
491
distdir
= $(PACKAGE)-$(VERSION)
macro
492
top_distdir = $(
distdir
)
494
{ test ! -d $(
distdir
) \
495
|| { find $(
distdir
) -type d ! -perm -200 -exec chmod u+w {} ';' \
496
&& rm -fr $(
distdir
); }; }
497
DIST_ARCHIVES = $(
distdir
).tar.gz
[
all
...]
/external/chromium_org/third_party/yasm/source/config/win/
Makefile
491
distdir
= $(PACKAGE)-$(VERSION)
macro
492
top_distdir = $(
distdir
)
494
{ test ! -d $(
distdir
) \
495
|| { find $(
distdir
) -type d ! -perm -200 -exec chmod u+w {} ';' \
496
&& rm -fr $(
distdir
); }; }
497
DIST_ARCHIVES = $(
distdir
).tar.gz
[
all
...]
/external/bison/doc/
Makefile.in
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/lib/
Makefile.in
[
all
...]
/external/valgrind/main/cachegrind/
Makefile.in
158
distdir
[
all
...]
/external/valgrind/main/helgrind/
Makefile.in
171
distdir
[
all
...]
/external/valgrind/main/memcheck/
Makefile.in
171
distdir
[
all
...]
/ndk/sources/host-tools/make-3.81/
Makefile.am
133
| (cd $(
distdir
); tar xfBp -)
/external/e2fsprogs/intl/
Makefile.in
499
distdir
= ../$(PACKAGE)-$(VERSION)/$(subdir)
500
dist
distdir
: Makefile
512
cp -p $$dir/$$file $(
distdir
); \
/external/elfutils/tests/
Makefile.in
[
all
...]
/external/ipsec-tools/src/racoon/
Makefile.in
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Makefile.in
[
all
...]
/external/valgrind/main/memcheck/tests/
Makefile.in
659
distdir
[
all
...]
/external/bison/examples/calc++/
Makefile.in
[
all
...]
/external/bison/src/
Makefile.in
[
all
...]
/external/valgrind/main/drd/tests/
Makefile.in
[
all
...]
/external/valgrind/main/none/tests/ppc32/
Makefile.in
[
all
...]
/external/valgrind/main/none/tests/s390x/
Makefile.in
[
all
...]
/external/bison/build-aux/
git-version-gen
70
# echo $(VERSION) > $(
distdir
)/.tarball-version
Completed in 1506 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>