]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - tools/checkrootfiles
rootfile-check: exclude gdb
[people/pmueller/ipfire-2.x.git] / tools / checkrootfiles
index 7b996d48054162baa46d173612482bb254f36e53..5e465700d2cc8b6233664715461f1b7178d6c308 100755 (executable)
@@ -37,26 +37,26 @@ grep -r '/i586' ./config/rootfiles/ --exclude gcc --exclude-dir oldcore --exclud
 if [ "${?}" == "0" ]; then
        echo "Error! '/i586' in rootfiles files found!"
        grep -r '/i586' ./config/rootfiles/ --exclude gcc --exclude-dir oldcore --exclude-dir i586
-       echo "Replace by MACHINE !"
+       echo "Replace by xxxMACHINExxx !"
 fi
 
 grep -r '/x86_64' ./config/rootfiles/ --exclude gcc --exclude *linux* --exclude-dir oldcore --exclude-dir x86_64 >/dev/null 2>&1
 if [ "${?}" == "0" ]; then
        echo "Error! '/x86_64' in rootfiles files found!"
        grep -r '/x86_64' ./config/rootfiles/ --exclude gcc --exclude *linux* --exclude-dir oldcore --exclude-dir x86_64
-       echo "Replace by MACHINE !"
+       echo "Replace by xxxMACHINExxx !"
 fi
 
 grep -r '/armv5tel' ./config/rootfiles/ --exclude gcc --exclude-dir oldcore --exclude-dir armv5tel >/dev/null 2>&1
 if [ "${?}" == "0" ]; then
        echo "Error! '/armv5tel' in rootfiles files found!"
        grep -r '/armv5tel' ./config/rootfiles/ --exclude gcc --exclude-dir oldcore --exclude-dir armv5tel
-       echo "Replace by MACHINE !"
+       echo "Replace by xxxMACHINExxx !"
 fi
 
-grep -r '/aarch64' ./config/rootfiles/ --exclude gcc --exclude-dir oldcore --exclude-dir aarch64 >/dev/null 2>&1
+grep -r '/aarch64' ./config/rootfiles/ --exclude gcc --exclude gdb --exclude-dir oldcore --exclude-dir aarch64 >/dev/null 2>&1
 if [ "${?}" == "0" ]; then
        echo "Error! '/aarch64' in rootfiles files found!"
        grep -r '/aarch64' ./config/rootfiles/ --exclude gcc --exclude-dir oldcore --exclude-dir aarch64
-       echo "Replace by MACHINE !"
+       echo "Replace by xxxMACHINExxx !"
 fi