X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/59f0d218a6ff34c80cf898f6d7ac62555ba8eb11..544181cd4fe22c3696af5d5d7d97a920dbc279c6:/packages/apt/Makefile.patch diff --git a/packages/apt/Makefile.patch b/packages/apt/Makefile.patch index c597f520..171c008c 100644 --- a/packages/apt/Makefile.patch +++ b/packages/apt/Makefile.patch @@ -1,11 +1,34 @@ -diff -u -r ../upstream.git/Makefile ./Makefile ---- ../upstream.git/Makefile 2013-12-07 14:12:14.000000000 +0100 -+++ ./Makefile 2014-05-03 23:46:58.870093099 +0200 -@@ -21,7 +21,6 @@ +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 $@ -- $(MAKE) -C test $@ +- # 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 - all headers library clean veryclean binary program doc manpages debiandoc test update-po: startup dirs + dirs: startup