Changeset 992
- Timestamp:
- 01/15/01 01:07:58 (12 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
INSTALL (modified) (1 diff)
-
mkpatch/mkpatch.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/INSTALL
r976 r992 255 255 The kernel diffs are generated by the program `mkpatch.pl' in the mkpatch 256 256 subdirectory. It needs two arguments: the first one is the root of the 257 i2cpackage, the second one is the root of the kernel tree against257 lm_sensors package, the second one is the root of the kernel tree against 258 258 which the diffs will be generated. For example: 259 259 cd /tmp/lm_sensors-2.4.0 -
lm-sensors/trunk/mkpatch/mkpatch.pl
r975 r992 23 23 $temp = "mkpatch/.temp"; 24 24 25 # Generate a diff between the old kernel file and the new I2Cfile. We25 # Generate a diff between the old kernel file and the new lm_sensors file. We 26 26 # arrange the headers to tell us the old tree was under directory 27 27 # `linux-old', and the new tree under `linux'.
