]> git.saurik.com Git - apt.git/blobdiff - Makefile
do not update po and pot files in the process of the build as this
[apt.git] / Makefile
index 8e3ed7e3c7055414886558e6645666e87c39e936..aa8160ac0694d7515ec5fb06b9724b088b5c9927 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,17 +9,19 @@ endif
 .PHONY: default
 default: startup all
 
 .PHONY: default
 default: startup all
 
-.PHONY: headers library clean veryclean all binary program doc
-all headers library clean veryclean binary program doc dirs:
+.PHONY: headers library clean veryclean all binary program doc test update-po
+startup all headers library clean veryclean binary program doc dirs test update-po:
        $(MAKE) -C apt-pkg $@
        $(MAKE) -C apt-inst $@
        $(MAKE) -C methods $@
        $(MAKE) -C cmdline $@
        $(MAKE) -C apt-pkg $@
        $(MAKE) -C apt-inst $@
        $(MAKE) -C methods $@
        $(MAKE) -C cmdline $@
-       $(MAKE) -C share $@
        $(MAKE) -C ftparchive $@
        $(MAKE) -C dselect $@
        $(MAKE) -C doc $@
        $(MAKE) -C po $@
        $(MAKE) -C ftparchive $@
        $(MAKE) -C dselect $@
        $(MAKE) -C doc $@
        $(MAKE) -C po $@
+       $(MAKE) -C test $@
+
+update-po: startup
 
 # Some very common aliases
 .PHONY: maintainer-clean dist-clean distclean pristine sanity 
 
 # Some very common aliases
 .PHONY: maintainer-clean dist-clean distclean pristine sanity