Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 240043 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.orig (-4 lines)
Lines 20-35 Link Here
20
20
21
srm: srm.c
21
srm: srm.c
22
	$(CC) ${OPT} -o srm srm.c sdel-lib.o
22
	$(CC) ${OPT} -o srm srm.c sdel-lib.o
23
	-strip srm
24
sfill: sfill.c
23
sfill: sfill.c
25
	$(CC) ${OPT} -o sfill sfill.c sdel-lib.o
24
	$(CC) ${OPT} -o sfill sfill.c sdel-lib.o
26
	-strip sfill
27
sswap: sswap.c
25
sswap: sswap.c
28
	$(CC) ${OPT} -o sswap sswap.c sdel-lib.o
26
	$(CC) ${OPT} -o sswap sswap.c sdel-lib.o
29
	-strip sswap
30
smem: smem.c
27
smem: smem.c
31
	$(CC) ${OPT} -o smem smem.c sdel-lib.o
28
	$(CC) ${OPT} -o smem smem.c sdel-lib.o
32
	-strip smem
33
29
34
clean:
30
clean:
35
	rm -f sfill srm sswap smem sdel sdel-lib.o 
31
	rm -f sfill srm sswap smem sdel sdel-lib.o 

Return to bug 240043