diff --git a/make.sh b/make.sh index 3853982f8..2e6580651 100755 --- a/make.sh +++ b/make.sh @@ -2247,6 +2247,12 @@ check_rootfiles() { print_headline "Checking for rootfile consistency..." + # Check for changes + if ! check_rootfiles_for_pattern "^[\+\-]" \ + "Rootfiles have changed in them"; then + failed=1 + fi + # Check for /etc/init.d if ! check_rootfiles_for_pattern "^etc/init\.d/" \ "/etc/init.d/* has been found. Please replace by /etc/rc.d/init.d"; then