Granulate is a program for splitting files in place. The program serves a purpose similar to the standard UNIX split, but differs in one important way. For split to operate on a 40MB file, you must have more than 40MB of free space on the disk. On the other hand, granulate only needs one chunk of free space on the hard drive, where a chunk is the requested size for the output files.
12 lines
309 B
Text
12 lines
309 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2001/03/12 11:09:08 zuntum Exp $
|
|
|
|
--- Makefile.orig Sun Feb 11 20:01:12 2001
|
|
+++ Makefile
|
|
@@ -1,7 +1,5 @@
|
|
# This makefile should not exist as such. There should be a configure script.
|
|
|
|
-CC = gcc
|
|
-CFLAGS = -O2 -Wall -Wstrict-prototypes
|
|
LDFLAGS =
|
|
OBJS = granulate.o
|
|
|