summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-11-04 18:39:35 +0000
committerGreg Hudson <ghudson@mit.edu>2011-11-04 18:39:35 +0000
commitbc47e3eeb7a046a80faf9ba9ea4ccedf111e33a7 (patch)
treecaa18248d5ad4f461f03aa30bd7e14df59b5756c /src/Makefile.in
parenta234df421c16a369ef274b13d6cbe07145e6466a (diff)
downloadkrb5-bc47e3eeb7a046a80faf9ba9ea4ccedf111e33a7.tar.gz
krb5-bc47e3eeb7a046a80faf9ba9ea4ccedf111e33a7.tar.xz
krb5-bc47e3eeb7a046a80faf9ba9ea4ccedf111e33a7.zip
Get rid of fake-install
Instead, use $(BUILDTOP)/plugins as the plugin base for tests. For each real plugin module, create a link in the parent directory if we're doing a shared-library build--so built KDB modules can be found in plugins/kdb, preauth modules in plugins/preauth, etc.. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25436 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in19
1 files changed, 2 insertions, 17 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index acd27baf08..5b2d525ce6 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -80,27 +80,12 @@ install-headers-prerecurse: install-headers-mkdirs
# install::
# $(MAKE) $(MFLAGS) install.man
-fake-install: runenv.py
- $(RM) -r $(FAKEPREFIX)
- @for i in $(INSTALLMKDIRS); do \
- $(srcdir)/config/mkinstalldirs util/fakedest$$i; \
- done
- (w=`pwd`; cd util && $(MAKE) install DESTDIR="$$w/util/fakedest")
- (w=`pwd`; cd lib && $(MAKE) install DESTDIR="$$w/util/fakedest")
- (w=`pwd`; cd plugins/kdb/db2 && $(MAKE) install DESTDIR="$$w/util/fakedest")
- if test -r plugins/preauth/pkinit/Makefile; then \
- (w=`pwd`; cd plugins/preauth/pkinit && $(MAKE) install DESTDIR="$$w/util/fakedest"); \
- fi
-
-# (w=`pwd`; cd plugins/locate/python && $(MAKE) install DESTDIR="$$w/util/fakedest")
-
TAGS: $(SRCS)
etags $(SRCS)
clean-:: clean-windows
clean-unix::
$(RM) *.o core krb5-config
- $(RM) -r util/fakedest
mostlyclean: clean
@@ -589,12 +574,12 @@ krb5-config: $(srcdir)/krb5-config.in config.status
# $(PURE) or $(LDFLAGS) in case someone changes config/shlib.conf
check-unix:: krb5-config
$(SHELL) $(srcdir)/t_krbconf
-check-prerecurse: fake-install
+check-prerecurse: runenv.py
# Create a test realm and spawn a shell in an environment pointing to it.
# If CROSSNUM is set, create that many fully connected test realms and
# point the shell at the first one.
-testrealm: fake-install
+testrealm: runenv.py
PYTHONPATH=$(top_srcdir)/util $(PYTHON) $(srcdir)/util/testrealm.py \
$(CROSSNUM)