summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>2013-07-30 10:57:32 -0400
committerAndy Dougherty <doughera@lafayette.edu>2013-07-30 11:24:02 -0400
commitc23a69e83f410b43450b9f1e9696d04795aae758 (patch)
treea8ff120321cefd99072ca965b14abd3a03aea60f /INSTALL
parent1695f8293d29cfc0f8b6787db59b06fc1b02c94d (diff)
downloadperl-c23a69e83f410b43450b9f1e9696d04795aae758.tar.gz
Mention the 'make clean' makefile target [perl #38307].
Mention the 'make clean' target in INSTALL. It cleans up a lot, but not everything. Since perl is used extensively in its own build process, it may involve attempting to build perl in order to clean up. Alternatively, we could just make 'clean' an alias for 'realclean'.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 3 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index c4d22470cf..4a141eb6c0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2271,7 +2271,9 @@ or
make realclean
The only difference between the two is that make distclean also removes
-your old config.sh and Policy.sh files.
+your old config.sh and Policy.sh files. (A plain 'make clean' will not
+delete the makefiles used for rebuilding perl, and will also not delete
+a number of library and utility files extracted during the build process.)
If you are upgrading from a previous version of perl, or if you
change systems or compilers or make other significant changes, or if