*stamp stamp* not the bootstrapping imake Makefile anymore; yay!
authorTom Yu <tlyu@mit.edu>
Wed, 10 Aug 1994 03:00:58 +0000 (03:00 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 10 Aug 1994 03:00:58 +0000 (03:00 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4114 dc483132-0cff-0310-8789-dd5450dbe970

src/Makefile

index 38ae6425cefaac3b35f3f090d8c946cff6ae00a5..f605e5a2e034151012f810f332944f73de585ed7 100644 (file)
@@ -1,15 +1,4 @@
-SHELL = /bin/sh
-MAKE = make
-FLAGS = $(MFLAGS) -f Makefile.ini BOOTSTRAPCFLAGS="$(BOOTSTRAPCFLAGS)"
-
 all:
-       @echo Please use make World.
-       @echo Check the configuration parameters in the ./config/cf directory,
-       @echo and pass BOOTSTRAPCFLAGS if necessary.
-       @echo Read the release notes carefully before proceeding.
-       @echo Do not name your log file make.log or it will be deleted.
-       @echo If the top-level Makefile gets corrupted, copy Makefile.ini
-       @echo to Makefile and try again.
-
-world:
-       $(MAKE) $(FLAGS) world
+       @echo Please read the build instructions in ../doc/HOW_TO_BUILD
+       @echo before proceeding.  You will need to run ./configure with
+       @echo the appropriate arguments.