set CONFIG_FILES so that we only regenerate that one file.
env-setup.shin: Rename SRCTOPDIR to S_TOP, which has been fixed to
deal with absolute source paths.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10488
dc483132-0cff-0310-8789-
dd5450dbe970
+Sun Mar 1 21:13:06 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in (env-setup.stmp): If env-setup.stamp needs to be
+ rebuilt, set CONFIG_FILES so that we only regenerate that
+ one file.
+
+ * env-setup.shin: Rename SRCTOPDIR to S_TOP, which has been
+ fixed to deal with absolute source paths.
+
Sat Feb 28 18:54:42 1998 Tom Yu <tlyu@mit.edu>
* env-setup.shin (STOP): SRCTOP -> SRCTOPDIR.
# Should only rebuild env_setup.sh here (use CONFIG_FILES=), but the weird krb5
# makefile post-processing is unconditional and would trash the makefile.
env-setup.sh: env-setup.stamp
-env-setup.stamp: $(srcdir)/env-setup.shin $(thisconfigdir)/config.status Makefile
- (cd $(thisconfigdir) && $(SHELL) config.status)
+env-setup.stamp: $(srcdir)/env-setup.shin $(thisconfigdir)/config.status \
+ Makefile
+ cd $(thisconfigdir) && \
+ CONFIG_FILES=./testing/scripts/env-setup.sh:./testing/scripts/env-setup.shin $(SHELL) \
+ config.status
chmod +x env-setup.sh
touch env-setup.stamp
#
TOP=@RBUILD@/kadmin
-STOP=@SRCTOPDIR@/kadmin
+STOP=@S_TOP@/kadmin
export TOP
export STOP