Searched defs:distdir (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/grub/grub2/build-bios/po/
H A DMakefile982 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) macro
983 dist distdir:
1006 cp -p $$file $(distdir) || exit 1; \
1008 cp -p $(srcdir)/$$file $(distdir) || exit 1; \
/osnet-11/usr/src/grub/grub2/build-uefi64/po/
H A DMakefile982 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) macro
983 dist distdir:
1006 cp -p $$file $(distdir) || exit 1; \
1008 cp -p $(srcdir)/$$file $(distdir) || exit 1; \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Unix.pm662 when the distdir is created
683 $self->{POSTOP} ||= '$(NOECHO) $(NOOP)'; # eg remove the distdir
863 tardist. This target does the actual work of turning the distdir into
872 $(DISTVNAME).tar$(SUFFIX) : distdir
887 zipdist. This target does the actual work of turning the distdir into
896 $(DISTVNAME).zip : distdir
926 Converts the distdir into a shell archive.
934 shdist : distdir
942 =item distdir
950 *dist_dir = *distdir;
952 sub distdir { subroutine
956 distdir : metafile metafile_addtomanifest label
[all...]
/osnet-11/usr/src/grub/grub2/build-uefi64/
H A DMakefile10541 distdir = $(PACKAGE)-$(VERSION) macro
10542 top_distdir = $(distdir)
10544 { test ! -d $(distdir) \
10545 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
10546 && rm -fr $(distdir); }; }
10547 DIST_ARCHIVES = $(distdir).tar.gz
[all...]
/osnet-11/usr/src/grub/grub2/build-bios/
H A DMakefile10541 distdir = $(PACKAGE)-$(VERSION) macro
10542 top_distdir = $(distdir)
10544 { test ! -d $(distdir) \
10545 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
10546 && rm -fr $(distdir); }; }
10547 DIST_ARCHIVES = $(distdir).tar.gz
[all...]

Completed in 245 milliseconds