Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb29b9c

Browse files
committed
Clarify the warning about the relative dates of Setup.dist and Setup;
Jeremy had seen the warning but not realized what he should do about it. Add the hint "Usually, copying Setup.dist to Setup will work."
1 parent 751c4c8 commit bb29b9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile.pre.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ Modules/Setup: $(srcdir)/Modules/Setup.dist
376376
echo "Modules/Setup.dist is newer than Modules/Setup;"; \
377377
echo "check to make sure you have all the updates you"; \
378378
echo "need in your Modules/Setup file."; \
379+
echo "Usually, copying Setup.dist to Setup will work."; \
379380
echo "-----------------------------------------------"; \
380381
fi
381382

0 commit comments

Comments
 (0)