File tree 5 files changed +20
-5
lines changed
5 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ $(OBJDIR)/libbpf.a:
54
54
55
55
clean :
56
56
@$(MAKE ) -C $(LIBBPF ) /src clean
57
- rm -f $(OBJDIR ) /uapi
57
+ @ rm -vf $(OBJDIR ) /uapi
58
58
@set -e; \
59
59
for i in $( SUBDIRS) ; do \
60
60
$(MAKE ) -C $$ i clean; done
61
- rm -f $(BIN ) /$(EXEC )
61
+ @ rm -vf $(BIN ) /$(EXEC )
62
62
@echo " "
63
63
@echo " Make complete"
64
64
Original file line number Diff line number Diff line change 1
1
# Download
2
2
3
+ * June 22th, 2024 -
4
+ [ Release Notes] ( release-1.0.5 ) -
5
+ [ gtp-guard-1.0.5.tar.xz] ( /software/gtp-guard-1.0.5.tar.xz ) -
6
+ MD5SUM:={f5dd2bce6077d6bae4f8ce2f47461e9c}
7
+
3
8
* November 20th, 2023 -
4
9
[ Release Notes] ( release-1.0.3 ) -
5
10
[ gtp-guard-1.0.3.tar.xz] ( /software/gtp-guard-1.0.3.tar.xz ) -
Original file line number Diff line number Diff line change
1
+
2
+ # Release 1.0.5
3
+
4
+ June 22th, 2024 -
5
+ [ Release Notes] ( release-1.0.5 ) -
6
+ [ gtp-guard-1.0.3.tar.xz] ( /software/gtp-guard-1.0.5.tar.xz ) -
7
+ MD5SUM:={f5dd2bce6077d6bae4f8ce2f47461e9c}
8
+
9
+ * resolv: Add support to contextual operations
10
+ * switch: Add support to wildcard APN matching & dynamic Realm
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ HEADERS = $(OBJS:.o=.h)
39
39
all : $(OBJS )
40
40
41
41
clean :
42
- rm -f * .a * .o * ~
42
+ @ rm -vf * .a * .o * ~
43
43
44
44
distclean : clean
45
- rm -f Makefile
45
+ @ rm -vf Makefile
46
46
47
47
memory.o : memory.c memory.h
48
48
mpool.o : mpool.h memory.h
Original file line number Diff line number Diff line change @@ -45,4 +45,4 @@ HEADERS = $(OBJS:.o=.h)
45
45
all : $(OBJS )
46
46
47
47
clean :
48
- rm -f * .a * .o * ~
48
+ @ rm -vf * .a * .o * ~
You can’t perform that action at this time.
0 commit comments