X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/e86c51bd344721847cbcfe1b28a2d82b8edf7670..a1b579d9e8cc9a7fdd4ac9ad266b25b4a164edce:/packages/apt/Makefile.patch diff --git a/packages/apt/Makefile.patch b/packages/apt/Makefile.patch new file mode 100644 index 00000000..171c008c --- /dev/null +++ b/packages/apt/Makefile.patch @@ -0,0 +1,34 @@ +diff -u -r ../apt-1.1.3/Makefile ./Makefile +--- ../apt-1.1.3/Makefile 2015-11-30 03:08:24.000000000 -0500 ++++ ./Makefile 2015-12-04 05:05:01.447148671 -0500 +@@ -9,8 +9,8 @@ + .PHONY: default + default: startup all + +-.PHONY: fast headers library clean veryclean all binary program doc test update-po +-all headers library clean veryclean binary program doc manpages docbook test update-po startup dirs: ++.PHONY: fast headers library clean veryclean all binary program doc update-po ++all headers library clean veryclean binary program doc manpages docbook update-po startup dirs: + $(MAKE) -C vendor $@ + $(MAKE) -C apt-pkg $@ + $(MAKE) -C apt-inst $@ +@@ -21,8 +21,6 @@ + $(MAKE) -C dselect $@ + $(MAKE) -C doc $@ + $(MAKE) -C po $@ +- # FIXME: -C test has issue swith parallel builds, investigate! +- -$(MAKE) -C test $@ + + fast: + $(MAKE) -C vendor all +@@ -32,9 +30,8 @@ + $(MAKE) -C methods all + $(MAKE) -C cmdline all + $(MAKE) -C ftparchive all +- $(MAKE) -C test all + +-all headers library clean veryclean binary program doc manpages docbook test update-po: startup dirs ++all headers library clean veryclean binary program doc manpages docbook update-po: startup dirs + + dirs: startup +