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.
secure-delete/SOURCES/0002-Disable-strip.patch

34 lines
786 B

From 2a8361768b2750436b3010c3b2e4fd63b49ec2a2 Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Fri, 23 Aug 2024 15:31:57 +0300
Subject: [PATCH 2/2] Disable strip
---
Makefile | 4 ----
1 file changed, 4 deletions(-)
diff --git a/Makefile b/Makefile
index 7d14ee3..1961f1b 100644
--- a/Makefile
+++ b/Makefile
@@ -28,16 +28,12 @@ sdel-lib.o: sdel-lib.c
srm: srm.c sdel-lib.o
$(CC) $(OPT) -o srm srm.c sdel-lib.o
- -strip srm
sfill: sfill.c sdel-lib.o
$(CC) $(OPT) -o sfill sfill.c sdel-lib.o
- -strip sfill
sswap: sswap.c sdel-lib.o
$(CC) $(OPT) -o sswap sswap.c sdel-lib.o
- -strip sswap
smem: smem.c sdel-lib.o
$(CC) $(OPT) -o smem smem.c sdel-lib.o
- -strip smem
clean:
rm -f sfill srm sswap smem sdel sdel-lib.o sdel-mod.o core *~
--
2.46.0