Changeset 4161
- Timestamp:
- 09/20/06 16:08:41 (2 years ago)
- Files:
-
- i2c/trunk/mkpatch/mkpatch.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
i2c/trunk/mkpatch/mkpatch.pl
r3939 r4161 289 289 290 290 usage() 291 unless -d "$package_root/mkpatch"292 and -f "$kernel_root/Rules.make";291 unless defined $package_root and -d "$package_root/mkpatch" 292 and defined $kernel_root and -f "$kernel_root/Rules.make"; 293 293 294 294 gen_Documentation_Configure_help $package_root, $kernel_root;
