OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:distdir
(Results
1 - 11
of
11
) sorted by null
/external/elfutils/
Makefile.am
46
chmod -R u+w $(
distdir
)
/external/libogg/
Makefile.am
22
rm -rf `find $(
distdir
)/$$item -name .svn`; \
/external/libogg/win32/
Makefile
144
distdir
= $(top_distdir)/$(PACKAGE)-$(VERSION)
macro
146
distdir
: $(DISTFILES)
152
$(mkinstalldirs) "$(
distdir
)$$dir"; \
158
cp -pR $(srcdir)/$$file $(
distdir
)$$dir || exit 1; \
160
cp -pR $$d/$$file $(
distdir
)$$dir || exit 1; \
162
test -f $(
distdir
)/$$file \
163
|| cp -p $$d/$$file $(
distdir
)/$$file \
234
distclean distclean-generic distclean-libtool
distdir
dvi \
/external/libvorbis/
Makefile.am
36
rm -rf `find $(
distdir
)/$$item -name .svn`; \
/external/bison/
Makefile.am
55
$(AM_V_GEN)echo $(VERSION) > $(
distdir
)/.tarball-version
70
cl=$(
distdir
)/ChangeLog && \
maint.mk
[
all
...]
/external/libxml2/
Makefile.am
[
all
...]
/external/google-tv-pairing-protocol/cpp/
Makefile.am
171
test ! -e "$(
distdir
)/vsprojects" \
172
|| chmod -R u+w $(
distdir
)/*.sln $(
distdir
)/vsprojects/
/external/strace/
Makefile
507
cscope
distdir
dist dist-all distcheck
532
distdir
= $(PACKAGE)-$(VERSION)
macro
533
top_distdir = $(
distdir
)
535
if test -d "$(
distdir
)"; then \
536
find "$(
distdir
)" -type d ! -perm -200 -exec chmod u+w {} ';' \
537
&& rm -rf "$(
distdir
)" \
538
|| { sleep 5 && rm -rf "$(
distdir
)"; }; \
566
DIST_ARCHIVES = $(
distdir
).tar.gz $(
distdir
).tar.xz
[
all
...]
/external/python/cpython2/Modules/_ctypes/libffi/
Makefile.am
254
if [ -d $(top_srcdir)/.git ] ; then (cd $(top_srcdir); git log --no-decorate) ; else echo 'See git log for history.' ; fi > $(
distdir
)/ChangeLog
/build/make/core/
definitions.mk
[
all
...]
Completed in 324 milliseconds