ANURADHA Srinivasan wrote:
This is the err or that comes
rm: Cannot remove any directory in the path of the current working directory /home/users/anuradas/mybuild/gcc/tmp make: *** [pascal.bindist] Error 2
I see. I thought only Dos had this limitation, but apparently not ...
--- p/Make-lang.in.orig Thu Oct 4 15:10:16 2001 +++ p/Make-lang.in Fri Oct 5 06:39:56 2001 @@ -738,7 +738,7 @@ $(srcdir)/p/script/mkdir-p -m a+rx $$tmp_prefix && \ $(MAKE) pascal.install $(GPC_INSTALL_FLAGS_TO_PASS) "real_prefix=$(real_prefix)" prefix=$$tmp_prefix && \ version=$(gpc_version) && cd $$tmp_base && $(MAKEGPCBINDIST) * && \ - rm -rf $$tmp_base + cd $(srcdir) && rm -rf $$tmp_base # Test targets
Frank