summaryrefslogtreecommitdiffstats
path: root/src/Makefile.ini
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1994-08-09 22:57:29 +0000
committerMark Eichin <eichin@mit.edu>1994-08-09 22:57:29 +0000
commiteba0f8da0c194962b43d7fa40344cecf06386d58 (patch)
tree07f1730176661f38783a1e832e44c27a25933969 /src/Makefile.ini
parente5fed0994ff3e5c73052fff3a8a9bce41192fd21 (diff)
downloadkrb5-eba0f8da0c194962b43d7fa40344cecf06386d58.tar.gz
krb5-eba0f8da0c194962b43d7fa40344cecf06386d58.tar.xz
krb5-eba0f8da0c194962b43d7fa40344cecf06386d58.zip
stamp..
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4101 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/Makefile.ini')
-rw-r--r--src/Makefile.ini45
1 files changed, 0 insertions, 45 deletions
diff --git a/src/Makefile.ini b/src/Makefile.ini
deleted file mode 100644
index 4ed8312ce..000000000
--- a/src/Makefile.ini
+++ /dev/null
@@ -1,45 +0,0 @@
-SHELL = /bin/sh
-RM = rm -f
-MV = mv
-MAKE = make
-WORLDOPTS = -k
-TOP = .
-CURRENT_DIR = .
-CONFIGSRC = $(TOP)/config
-IMAKESRC = $(CONFIGSRC)
-IRULESRC = $(CONFIGSRC)
-IMAKE = $(IMAKESRC)/imake
-IMAKE_CMD = $(IMAKE) -I$(IRULESRC) $(IMAKE_DEFINES)
-FLAGS = $(MFLAGS) -f Makefile.ini BOOTSTRAPCFLAGS="$(BOOTSTRAPCFLAGS)"
-
-all:
- @echo Please use make world.
- @echo Check the configuration parameters in the $(IRULESRC) 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:
- @case "x$(BOOTSTRAPCFLAGS)" in x) \
- echo I hope you checked the configuration parameters in $(IRULESRC) ; \
- echo to see if you need to pass BOOTSTRAPCFLAGS. ; \
- echo "" ; \
- ;; esac;
- @date
- @echo ""
- cd $(IMAKESRC); $(MAKE) $(FLAGS) clean; $(MAKE) $(FLAGS)
- -$(RM) Makefile.bak; $(MV) Makefile Makefile.bak
- $(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)
- $(MAKE) $(MFLAGS) Makefiles
- $(MAKE) $(MFLAGS) includes
- $(MAKE) $(MFLAGS) depend
- $(MAKE) $(MFLAGS) $(WORLDOPTS)
- @echo ""
- @date
-
-Makefile:
- cd $(IMAKESRC); $(MAKE) $(FLAGS)
- -$(RM) Makefile.bak; $(MV) Makefile Makefile.bak
- $(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)