Changeset 1174
- Timestamp:
- 09/02/01 17:43:46 (7 years ago)
- Files:
-
- lm-sensors/trunk/mkpatch/mkpatch.pl (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/mkpatch/mkpatch.pl
r1157 r1174 425 425 close OUTPUT; 426 426 die "Automatic patch generation for `Makefile' failed.\n". 427 " Contact the authors please!" if $pr1 == 0;427 "See our home page http://www.lm-sensors.nu for assistance!" if $pr1 == 0; 428 428 print_diff $package_root,$kernel_root,$kernel_file,$package_file; 429 429 } … … 503 503 close OUTPUT; 504 504 die "Automatic patch generation for `drivers/Makefile' failed.\n". 505 " Contact the authors please!" if $pr1 == 0 or $pr2 == 0;505 "See our home page http://www.lm-sensors.nu for assistance!" if $pr1 == 0 or $pr2 == 0; 506 506 print_diff $package_root,$kernel_root,$kernel_file,$package_file; 507 507 } … … 542 542 close OUTPUT; 543 543 die "Automatic patch generation for `drivers/Makefile' failed.\n". 544 " Contact the authors please!" if $pr1 == 0;544 "See our home page http://www.lm-sensors.nu for assistance!" if $pr1 == 0; 545 545 print_diff $package_root,$kernel_root,$kernel_file,$package_file; 546 546 } … … 607 607 close OUTPUT; 608 608 die "Automatic patch generation for `drivers/char/mem.c' failed.\n". 609 " Contact the authors please!" if $pr1 == 0 or $pr2 == 0;609 "See our home page http://www.lm-sensors.nu for assistance!" if $pr1 == 0 or $pr2 == 0; 610 610 print_diff $package_root,$kernel_root,$kernel_file,$package_file; 611 611 } … … 660 660 close OUTPUT; 661 661 die "Automatic patch generation for `drivers/i2c/Config.in' failed.\n". 662 " Contact the authors please!" if $pr1 != 1;662 "See our home page http://www.lm-sensors.nu for assistance!" if $pr1 != 1; 663 663 print_diff $package_root,$kernel_root,$kernel_file,$package_file; 664 664 } … … 1018 1018 close OUTPUT; 1019 1019 die "Automatic patch generation for `drivers/i2c/Makefile' failed.\n". 1020 " Contact the authors please!" if $pr1 != 1;1020 "See our home page http://www.lm-sensors.nu for assistance!" if $pr1 != 1; 1021 1021 print_diff $package_root,$kernel_root,$kernel_file,$package_file; 1022 1022 } … … 1131 1131 close OUTPUT; 1132 1132 die "Automatic patch generation for `drivers/i2c/i2c-core.c' failed.\n". 1133 " Contact the authors please!" if $patch_nr != 3;1133 "See our home page http://www.lm-sensors.nu for assistance!" if $patch_nr != 3; 1134 1134 print_diff $package_root,$kernel_root,$kernel_file,$package_file; 1135 1135 } … … 1174 1174 close OUTPUT; 1175 1175 die "Automatic patch generation for `MAINTAINERS' failed.\n". 1176 " Contact the authors please!" if $done == 0;1176 "See our home page http://www.lm-sensors.nu for assistance!" if $done == 0; 1177 1177 print_diff $package_root,$kernel_root,$kernel_file,$package_file; 1178 1178 }
