picolisp: Update from 17.7.9 to 17.8.7
[termux-packages] / packages / apt / Makefile.patch
1 diff -u -r ../apt-1.1.3/Makefile ./Makefile
2 --- ../apt-1.1.3/Makefile 2015-11-30 03:08:24.000000000 -0500
3 +++ ./Makefile 2015-12-04 05:05:01.447148671 -0500
4 @@ -9,8 +9,8 @@
5 .PHONY: default
6 default: startup all
7
8 -.PHONY: fast headers library clean veryclean all binary program doc test update-po
9 -all headers library clean veryclean binary program doc manpages docbook test update-po startup dirs:
10 +.PHONY: fast headers library clean veryclean all binary program doc update-po
11 +all headers library clean veryclean binary program doc manpages docbook update-po startup dirs:
12 $(MAKE) -C vendor $@
13 $(MAKE) -C apt-pkg $@
14 $(MAKE) -C apt-inst $@
15 @@ -21,8 +21,6 @@
16 $(MAKE) -C dselect $@
17 $(MAKE) -C doc $@
18 $(MAKE) -C po $@
19 - # FIXME: -C test has issue swith parallel builds, investigate!
20 - -$(MAKE) -C test $@
21
22 fast:
23 $(MAKE) -C vendor all
24 @@ -32,9 +30,8 @@
25 $(MAKE) -C methods all
26 $(MAKE) -C cmdline all
27 $(MAKE) -C ftparchive all
28 - $(MAKE) -C test all
29
30 -all headers library clean veryclean binary program doc manpages docbook test update-po: startup dirs
31 +all headers library clean veryclean binary program doc manpages docbook update-po: startup dirs
32
33 dirs: startup
34