diff Makefile.in @ 237:89ec2bb86eea r20-5b17

Import from CVS: tag r20-5b17
author cvs
date Mon, 13 Aug 2007 10:15:03 +0200
parents 52952cbfc5b5
children 41f2f0e326e9
line wrap: on
line diff
--- a/Makefile.in	Mon Aug 13 10:14:42 2007 +0200
+++ b/Makefile.in	Mon Aug 13 10:15:03 2007 +0200
@@ -271,14 +271,14 @@
 finder: src
 	@echo "Building finder database"
 	@(cd lisp; \
-		${blddir}/src/xemacs -batch -q -no-site-file \
+		${blddir}/src/xemacs -batch -vanilla \
 		-eval '(setq finder-compile-keywords-quiet t)' \
 		-l finder -f finder-compile-keywords )
 
 lisp/finder-inf.el:
 	@echo "Building finder database"
 	@(cd lisp; \
-		${blddir}/src/xemacs -batch -q -no-site-file \
+		${blddir}/src/xemacs -batch -vanilla \
 		-eval '(setq finder-compile-keywords-quiet t)' \
 		-l finder -f finder-compile-keywords )
 
@@ -380,6 +380,7 @@
 ## On Xenix, use tar xpf.
 
 .PHONY: install-only install install-arch-dep install-arch-indep gzip.el mkdir
+.PHONY: check-features
 
 ## We delete each directory in ${COPYDESTS} before we copy into it;
 ## that way, we can reinstall over directories that have been put in
@@ -395,9 +396,12 @@
 ## inconsistency in the build process.  So we go ahead and depend on
 ## all.  --cet
 
-install-only: ${MAKE_SUBDIR} install-arch-dep install-arch-indep
+check-features: all
+	${blddir}/src/xemacs -batch -l check-features.el
 
-install: all install-arch-dep install-arch-indep;
+install-only: ${MAKE_SUBDIR} check-features install-arch-dep install-arch-indep
+
+install: all check-features install-arch-dep install-arch-indep;
 
 install-arch-dep: mkdir
 	for subdir in ${INSTALL_ARCH_DEP_SUBDIR}; do \