| File: archive/bzip2/files/gar-base.diff | |
|---|---|
| lnx-bbc--stable--2.1--patch-38 | lnx-bbc--research--0.0--patch-33 |
| Line 1 | Line 1 |
| diff --speed-large-files --minimal -Nru tmp/bzip2-1.0.2/Makefile work/main.d/bzip2-1.0.2/Makefile | diff --speed-large-files --minimal -Nru tmp/bzip2-1.0.2/Makefile work/main.d/bzip2-1.0.2/Makefile |
| --- tmp/bzip2-1.0.2/Makefile Fri Jan 25 15:34:53 2002 +++ work/main.d/bzip2-1.0.2/Makefile Thu Mar 6 22:46:45 2003 @@ -9,10 +9,10 @@ | --- tmp/bzip2-1.0.2/Makefile 2002-01-25 17:34:53.000000000 -0600 +++ work/main.d/bzip2-1.0.2/Makefile 2003-10-25 00:01:04.000000000 -0500 @@ -9,11 +9,12 @@ |
| # Suitably paranoid flags to avoid bugs in gcc-2.7 BIGFILES=-D_FILE_OFFSET_BITS=64 | # Suitably paranoid flags to avoid bugs in gcc-2.7 BIGFILES=-D_FILE_OFFSET_BITS=64 |
| Line 12 | Line 12 |
| -PREFIX=/usr +PREFIX=$(DESTDIR) | -PREFIX=/usr +PREFIX=$(DESTDIR) |
| +TEST = test | |
| OBJS= blocksort.o \ | OBJS= blocksort.o \ |
| huffman.o \ @@ -23,7 +24,7 @@ decompress.o \ bzlib.o -all: libbz2.a bzip2 bzip2recover test +all: libbz2.a bzip2 bzip2recover $(TEST) bzip2: libbz2.a bzip2.o $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2 bzip2.o -L. -lbz2 | |