Add heimdal-lorikeet target distdir-in-tree
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21024 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -132,7 +132,7 @@ check-local::
|
|||||||
echo "$$dashes"; \
|
echo "$$dashes"; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SUFFIXES += .x
|
SUFFIXES += .x .z
|
||||||
|
|
||||||
.x.c:
|
.x.c:
|
||||||
@cmp -s $< $@ 2> /dev/null || cp $< $@
|
@cmp -s $< $@ 2> /dev/null || cp $< $@
|
||||||
@@ -240,3 +240,15 @@ endif
|
|||||||
|
|
||||||
check-valgrind:
|
check-valgrind:
|
||||||
env TESTS_ENVIRONMENT="$(top_builddir)/libtool --mode execute valgrind --leak-check=full --quiet --suppressions=$(top_srcdir)/cf/valgrind-suppressions" make check
|
env TESTS_ENVIRONMENT="$(top_builddir)/libtool --mode execute valgrind --leak-check=full --quiet --suppressions=$(top_srcdir)/cf/valgrind-suppressions" make check
|
||||||
|
|
||||||
|
#
|
||||||
|
# Target to please samba build farm, builds distfiles in-tree.
|
||||||
|
# Will break when automake changes...
|
||||||
|
#
|
||||||
|
|
||||||
|
distdir-in-tree: $(DISTFILES)
|
||||||
|
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
||||||
|
if test "$$subdir" = .; then :; else \
|
||||||
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) distdir-in-tree) ; \
|
||||||
|
fi ; \
|
||||||
|
done
|
||||||
|
Reference in New Issue
Block a user