From 1351b70f43d20b60fea6fb2be61c477b7a43c2ee Mon Sep 17 00:00:00 2001 From: Danilo Almeida Date: Tue, 24 Jul 2001 01:18:48 +0000 Subject: [PATCH] * 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). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13629 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/ChangeLog | 6 ++++++ src/config/win-post.in | 4 ++++ src/config/win-pre.in | 4 ---- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/config/ChangeLog b/src/config/ChangeLog index c016e133a..6c18714ec 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,9 @@ +2001-07-23 Danilo Almeida + + * 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 * win-pre.in: Minimize printing of compiler command line during diff --git a/src/config/win-post.in b/src/config/win-post.in index 41dfb0149..74241750a 100644 --- a/src/config/win-post.in +++ b/src/config/win-post.in @@ -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 diff --git a/src/config/win-pre.in b/src/config/win-pre.in index b25443266..be9129eb9 100644 --- a/src/config/win-pre.in +++ b/src/config/win-pre.in @@ -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 $< -- 2.26.2