You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.5 KiB
40 lines
1.5 KiB
Index: Makefile |
|
--- Makefile.orig 2005-04-08 22:10:03 +0200 |
|
+++ Makefile 2005-07-07 13:43:43 +0200 |
|
@@ -14,13 +14,13 @@ |
|
compile-static: no-perl-static mactime sorter file test |
|
|
|
no-perl: |
|
- cd src/misc; make "CC=$(CC)" MAKELEVEL= |
|
- cd src/imgtools; make "CC=$(CC)" MAKELEVEL= |
|
- cd src/hashtools; make "CC=$(CC)" MAKELEVEL= |
|
- cd src/fstools; make "CC=$(CC)" MAKELEVEL= |
|
- cd src/mmtools; make "CC=$(CC)" MAKELEVEL= |
|
- cd src/srchtools; make "CC=$(CC)" MAKELEVEL= |
|
- cd src/disktools; make "CC=$(CC)" MAKELEVEL= |
|
+ cd src/misc; make "CC=$(CC)" OPT=-O MAKELEVEL= |
|
+ cd src/imgtools; make "CC=$(CC)" OPT=-O MAKELEVEL= |
|
+ cd src/hashtools; make "CC=$(CC)" OPT=-O MAKELEVEL= |
|
+ cd src/fstools; make "CC=$(CC)" OPT=-O MAKELEVEL= |
|
+ cd src/mmtools; make "CC=$(CC)" OPT=-O MAKELEVEL= |
|
+ cd src/srchtools; make "CC=$(CC)" OPT=-O MAKELEVEL= |
|
+ cd src/disktools; make "CC=$(CC)" OPT=-O MAKELEVEL= |
|
|
|
no-perl-static: |
|
cd src/misc; make "CC=$(CC)" OPT=-static MAKELEVEL= |
|
@@ -40,7 +40,6 @@ |
|
cd src/timeline; make |
|
|
|
file: |
|
- cd src/file; CC="$(CC)" sh ./TSK.install |
|
|
|
test: |
|
sh ./check-install |
|
Index: src/file/magic/Magdir/msdos |
|
--- src/file/magic/Magdir/msdos.orig 2005-04-08 22:10:03 +0200 |
|
+++ src/file/magic/Magdir/msdos 2005-07-07 13:40:59 +0200 |
|
@@ -403,4 +403,3 @@ |
|
# as below. Unfortunately the following only prints out the first couple |
|
# of characters instead of all the "description length" |
|
# number of characters -- indicated by the ulelong at offset 60. |
|
->>(64.l) lestring16 >0 Description: %15.15s
|
|
|