X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=tools%2Fcheckrootfiles;h=55377775e75695501753bb991e20e3efc12debc6;hb=6cf219c427d17985d31ecb0932b84e01ef2561b1;hp=5e465700d2cc8b6233664715461f1b7178d6c308;hpb=dbfd6392927568e2b7fdcfdb0ebe77e152a2163d;p=people%2Fbonnietwin%2Fipfire-2.x.git diff --git a/tools/checkrootfiles b/tools/checkrootfiles index 5e465700d..55377775e 100755 --- a/tools/checkrootfiles +++ b/tools/checkrootfiles @@ -33,13 +33,6 @@ if [ "${?}" == "0" ]; then echo "Comment this and create it at initskript if needed !" fi -grep -r '/i586' ./config/rootfiles/ --exclude gcc --exclude-dir oldcore --exclude-dir i586 >/dev/null 2>&1 -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 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!"