[pacman-dev] CVS update of pacman-lib (Makefile.am)

Dan McGee dan at archlinux.org
Sun Mar 4 12:14:37 EST 2007


    Date: Sunday, March 4, 2007 @ 12:14:37
  Author: dan
    Path: /home/cvs-pacman/pacman-lib

Modified: Makefile.am (1.17 -> 1.18)

* Update distcheck flags, we no longer need to pass --disable-fakeroot.
  All tests are passing except 1 known to fail (upgrade051).


-------------+
 Makefile.am |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)


Index: pacman-lib/Makefile.am
diff -u pacman-lib/Makefile.am:1.17 pacman-lib/Makefile.am:1.18
--- pacman-lib/Makefile.am:1.17	Thu Feb 22 23:54:49 2007
+++ pacman-lib/Makefile.am	Sun Mar  4 12:14:37 2007
@@ -1,14 +1,12 @@
 SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc pactest contrib
 
-DISTCHECK_CONFIGURE_FLAGS = --disable-fakeroot
+#DISTCHECK_CONFIGURE_FLAGS = --disable-fakeroot
 
 # Some files automatically included, so they aren't specified below:
 #   AUTHORS, COPYING, NEWS, README
 EXTRA_DIST = HACKING
 
-# TODO : figure out a way to get 'make distcheck' to build with
-#        --disable-fakeroot so it actually passes tests
 check-local:  src/pacman
-	python $(top_srcdir)/pactest/pactest.py --test $(top_srcdir)/pactest/tests/*.py -p $(top_builddir)/src/pacman/pacman --debug=1
+	python $(top_srcdir)/pactest/pactest.py --test $(top_srcdir)/pactest/tests/*.py -p $(top_builddir)/src/pacman/pacman
 	rm -rf $(top_builddir)/root
 




More information about the pacman-dev mailing list