* win-pre.in, win-post.in: Move rule-printing code to win-post.in
authorDanilo Almeida <dalmeida@mit.edu>
Tue, 24 Jul 2001 01:18:48 +0000 (01:18 +0000)
committerDanilo Almeida <dalmeida@mit.edu>
Tue, 24 Jul 2001 01:18:48 +0000 (01:18 +0000)
so we get the correct build options displayed (i.e., the options
as they stand after parsing Makefile.in).

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13629 dc483132-0cff-0310-8789-dd5450dbe970

src/config/ChangeLog
src/config/win-post.in
src/config/win-pre.in

index c016e133a41d47b4a236d77ec7359afcddf3adbb..6c18714ec2ed219cd325028b3ccee056e1b054eb 100644 (file)
@@ -1,3 +1,9 @@
+2001-07-23  Danilo Almeida  <dalmeida@mit.edu>
+
+       * win-pre.in, win-post.in: Move rule-printing code to win-post.in
+       so we get the correct build options displayed (i.e., the options
+       as they stand after parsing Makefile.in).
+
 2001-06-22  Danilo Almeida  <dalmeida@mit.edu>
 
        * win-pre.in: Minimize printing of compiler command line during
index 41dfb0149f486d91592a19ee22c494e8c48fc6bb..74241750af5bf0c3bfc20989a8715b9e55950174 100644 (file)
@@ -2,6 +2,10 @@
 # Start of Win32 post-config lines (config/win-post.in)
 #
 
+setup-msg::
+       @set C_RULE_PRINT=      $(C_RULE_PRINT)
+       @set DO_C_RULE_PRINT=1
+
 !if defined(NO_OUTPRE) || defined(NO_OUTDIR)
 outpre-dir::
 !else
index b254432663e969985307e03b9f66a8f98dc4ac0e..be9129eb91959021fc8563d9b324fbea7c9c7155 100644 (file)
@@ -192,10 +192,6 @@ C_RULE_STUFF=$(CC) $(ALL_CFLAGS) -Fo$(OUTPRE)\ -c
 C_RULE_PRINT=$(C_RULE_STUFF)
 C_RULE=$(C_RULE_STUFF) $<
 
-setup-msg::
-       @set C_RULE_PRINT=      $(C_RULE_PRINT)
-       @set DO_C_RULE_PRINT=1
-
 {}.rc{$(OUTPRE)}.res:
        $(RC) $(RCFLAGS) -fo $@ -r $<