summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2001-12-03 10:13:14 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2001-12-03 10:13:14 +0000
commitcc5a09e837b521734797f18c7da4121dc6a11324 (patch)
treece3ab144c141a3feb5677cc378b2471bfb3ed81e
parente5bfb1566c26d214a3d1131581a2d633521d45ad (diff)
Ajout entree par defaut pour utilisateurs qui ne lisent pas les instructions
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4068 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--Makefile10
-rw-r--r--Makefile.nt4
2 files changed, 14 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dc5c42665..4dd9fff12 100644
--- a/Makefile
+++ b/Makefile
@@ -110,6 +110,16 @@ PERVASIVES=arg array buffer callback char digest filename format gc hashtbl \
marshal int32 int64 nativeint outcometree \
arrayLabels listLabels stringLabels stdLabels
+# For users who don't read the INSTALL file
+defaultentry:
+ @echo "Please refer to the installation instructions in file INSTALL."
+ @echo "If you've just unpacked the distribution, something like"
+ @echo " ./configure"
+ @echo " make world"
+ @echo " make opt"
+ @echo " make install"
+ @echo "should work. But see the file INSTALL for more details."
+
# Recompile the system using the bootstrap compiler
all: runtime ocamlc ocamllex ocamlyacc ocamltools library ocaml \
otherlibraries camlp4out $(DEBUGGER)
diff --git a/Makefile.nt b/Makefile.nt
index 183e37c67..5aece80e5 100644
--- a/Makefile.nt
+++ b/Makefile.nt
@@ -108,6 +108,10 @@ PERVASIVES=arg array buffer callback char digest filename format gc hashtbl \
marshal int32 int64 nativeint outcometree \
arrayLabels listLabels stringLabels stdLabels
+# For users who don't read the INSTALL file
+defaultentry:
+ @echo "Please refer to the installation instructions in file README.win32."
+
# Recompile the system using the bootstrap compiler
all: runtime ocamlc ocamllex ocamlyacc ocamltools library ocaml otherlibraries camlp4out win32gui