Lines Matching full:distdir
30 InternalTargets := preconditions distdir dist-hook
1775 DistDir := $(PROJ_OBJ_ROOT)/$(DistName)
1869 # Provide the recursive distdir target for building the distribution directory
1871 distdir: $(DistDir)/.makedistdir
1872 $(DistDir)/.makedistdir: $(DistSources)
1873 $(Verb) if test "$(DistDir)" = "$(TopDistDir)" ; then \
1874 if test -d "$(DistDir)" ; then \
1875 find $(DistDir) -type d ! -perm -200 -exec chmod u+w {} ';' || \
1878 $(EchoCmd) Removing old $(DistDir) ; \
1879 $(RM) -rf $(DistDir); \
1883 $(Echo) Building Distribution Directory $(DistDir)
1884 $(Verb) $(MKDIR) $(DistDir)
1905 to_dir="$(DistDir)/$$dir"; \
1908 to_dir="$(DistDir)"; \
1928 $(CP) -p "$$from_dir/$$file" "$(DistDir)/$$file" || exit 1; \
1930 $(CP) -pd "$$from_dir/$$file" $(DistDir)/$$file || exit 1; \
1940 new_distdir="$(DistDir)/$$subdir" ; \
1943 DistDir="$$new_distdir" distdir ) || exit 1; \
1946 $(Verb) if test "$(DistDir
1956 || chmod -R a+r $(DistDir) ; \
1959 # This is invoked by distdir target, define it as a no-op to avoid errors if not