Increased the visibility of the warning messages when doing
authoraland <aland>
Mon, 18 Mar 2002 16:27:23 +0000 (16:27 +0000)
committeraland <aland>
Mon, 18 Mar 2002 16:27:23 +0000 (16:27 +0000)
'make install'

Makefile

index 4e24d62..a8d792f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -46,8 +46,17 @@ install:
                fi; \
        done; \
        if [ "$$nt" ]; then \
-               echo "** The samples in ../raddb are newer than these files";\
-               echo "** Please investigate and copy manually if appropriate";\
+               echo "**";\
+               echo "** WARNING ** WARNING ** WARNING ** WARNING ** WARNING ** WARNING ** WARNING **";\
+               echo "** WARNING ** WARNING ** WARNING ** WARNING ** WARNING ** WARNING ** WARNING **";\
+               echo "**";\
+               echo "** The sample configuration files in `pwd`";\
+               echo "** are newer than those in $(R)$(raddbdir)";\
+               echo "**";\
+               echo "** Please investigate and manually copy (if appropriate) the files listed above.";\
+               echo "**";\
+               echo "** WARNING ** WARNING ** WARNING ** WARNING ** WARNING ** WARNING ** WARNING **";\
+               echo "** WARNING ** WARNING ** WARNING ** WARNING ** WARNING ** WARNING ** WARNING **";\
        fi
 
 common: