From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
Date: Mon, 28 Aug 2000 17:45:52 +0000 (-0700)
Subject: Re: files not cleaned even by veryclean
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4009639630e1c5aaaff711ab11d5e4837d5bfe2c;p=p5sagit%2Fp5-mst-13.2.git

Re: files not cleaned even by veryclean
Message-ID: <Afwq5gzkg2UB092yn@efn.org>

p4raw-id: //depot/perl@6873
---

diff --git a/Makefile.SH b/Makefile.SH
index 5c8991e..40b1db1 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -545,10 +545,10 @@ extra.pods: miniperl
 	-@rm -f extra.pods
 	-@for x in `grep -l '^=[a-z]' README.* | grep -v README.vms` ; do \
 	    nx=`echo $$x | sed -e "s/README\.//"`; \
-	    $(LNS) ../$$x "pod/perl"$$nx".pod" ; \
+	    cd pod ; $(LNS) ../$$x "perl"$$nx".pod" ; cd .. ; \
 	    echo "pod/perl"$$nx".pod" >> extra.pods ; \
 	done
-	-@test -f vms/perlvms.pod && $(LNS) ../vms/perlvms.pod pod/perlvms.pod && echo "pod/perlvms.pod" >> extra.pods
+	-@test -f vms/perlvms.pod && cd pod && $(LNS) ../vms/perlvms.pod perlvms.pod && cd .. && echo "pod/perlvms.pod" >> extra.pods
 
 install-strip:
 	$(MAKE) STRIPFLAGS=-s install
@@ -581,7 +581,7 @@ install.man:	all installman
 # XXX Experimental. Hardwired values, but useful for testing.
 # Eventually Configure could ask for some of these values.
 install.html: all installhtml
-	-@test -f README.vms && $(LNS) ../README.vms vms/README_vms.pod
+	-@test -f README.vms && cd vms && $(LNS) ../README.vms README_vms.pod && cd ..
 	$(LDLIBPTH) ./perl installhtml                   \
       --podroot=. --podpath=. --recurse  \
       --htmldir=$(privlib)/html     \
diff --git a/hints/os2.sh b/hints/os2.sh
index 0e9f786..6d33385 100644
--- a/hints/os2.sh
+++ b/hints/os2.sh
@@ -306,10 +306,6 @@ case "$0$running_c_cmd" in
   *) echo "!!! Apparently we are running a renamed Configure: '$0'." >&2
 esac
 
-# Copy pod:
-
-cp -uf ./README.os2 ./pod/perlos2.pod
-
 # This script UU/usethreads.cbu will get 'called-back' by Configure 
 # after it has prompted the user for whether to use threads.
 cat > UU/usethreads.cbu <<'EOCBU'