Index: Makefile
===================================================================
--- Makefile (revision 384)
+++ Makefile (revision 385)
@@ -7,7 +7,7 @@
url = $(DOWNLOAD_SERVER)/sources/GNU/gdb
-versions = 12.1
+versions = 13.2
pkgname = gdb
suffix = tar.xz
@@ -14,14 +14,10 @@
tarballs = $(addsuffix .$(suffix), $(addprefix $(pkgname)-, $(versions)))
sha1s = $(addsuffix .sha1sum, $(tarballs))
-patches = $(CURDIR)/patches/gdb-12.1-compiler-permissive.patch
-.NOTPARALLEL: $(patches)
+BUILD_TARGETS = $(tarballs) $(sha1s)
-BUILD_TARGETS = $(tarballs) $(sha1s) $(patches)
-
-
include ../../../build-system/core.mk
@@ -47,10 +43,5 @@
fi ; \
done
-$(patches): $(sha1s)
- @echo -e "\n======= Create Patches =======\n" ; \
- ( cd create-12.1-compiler-permissive-patch ; ./create.patch.sh ) ; \
- echo -e "\n"
-
download_clean:
- @rm -f $(tarballs) $(sha1s) $(patches)
+ @rm -f $(tarballs) $(sha1s)