diff options
| author | Tom Yu <tlyu@mit.edu> | 1994-08-10 03:00:58 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1994-08-10 03:00:58 +0000 |
| commit | c2514cadc6bcb7e90c3c67e83c1902aac5db531b (patch) | |
| tree | 02873816f7157dcd36cea6a8bf1981e4675a7d5f /src | |
| parent | ec67e55c12d87938f093f25fafbb408bc5ccdf11 (diff) | |
| download | krb5-c2514cadc6bcb7e90c3c67e83c1902aac5db531b.tar.gz krb5-c2514cadc6bcb7e90c3c67e83c1902aac5db531b.tar.xz krb5-c2514cadc6bcb7e90c3c67e83c1902aac5db531b.zip | |
*stamp stamp* not the bootstrapping imake Makefile anymore; yay!
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4114 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/src/Makefile b/src/Makefile index 38ae6425c..f605e5a2e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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. |
