Lines Matching full:distdir
30 InternalTargets := preconditions distdir dist-hook
1845 DistDir := $(PROJ_OBJ_ROOT)/$(DistName)
1939 # Provide the recursive distdir target for building the distribution directory
1941 distdir: $(DistDir)/.makedistdir
1942 $(DistDir)/.makedistdir: $(DistSources)
1943 $(Verb) if test "$(DistDir)" = "$(TopDistDir)" ; then \
1944 if test -d "$(DistDir)" ; then \
1945 find $(DistDir) -type d ! -perm -200 -exec chmod u+w {} ';' || \
1948 $(EchoCmd) Removing old $(DistDir) ; \
1949 $(RM) -rf $(DistDir); \
1953 $(Echo) Building Distribution Directory $(DistDir)
1954 $(Verb) $(MKDIR) $(DistDir)
1975 to_dir="$(DistDir)/$$dir"; \
1978 to_dir="$(DistDir)"; \
1998 $(CP) -p "$$from_dir/$$file" "$(DistDir)/$$file" || exit 1; \
2000 $(CP) -pd "$$from_dir/$$file" $(DistDir)/$$file || exit 1; \
2010 new_distdir="$(DistDir)/$$subdir" ; \
2013 DistDir="$$new_distdir" distdir ) || exit 1; \
2016 $(Verb) if test "$(DistDir)" = "$(TopDistDir)" ; then \
2026 || chmod -R a+r $(DistDir) ; \
2029 # This is invoked by distdir target, define it as a no-op to avoid errors if not