~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to sourcecode/Makefile

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2004-06-23 09:15:21 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:rocketfuel@canonical.com%soyuz--devel--0--patch-5
merge latest changes
Patches applied:

 * robert.collins@canonical.com/soyuz--devel--0--patch-3
   add importd and buildbot module links

 * robert.collins@canonical.com/soyuz--devel--0--patch-4
   catch up with upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
test_dirs:=$(shell find . -maxdepth 1 -mindepth 1 -name ".arch-ids" -prune -o -type d -print)
2
 
 
3
 
check:
4
 
        @ for subdir in ${test_dirs}; do \
5
 
                $(MAKE) -C $$subdir check || exit $$?;\
6
 
        done
7
 
 
8
 
.PHONY: check
9
 
 
10
 
 
11
 
#arch-tag: 0f9bfda9-6831-467e-ba80-bd32e1ea2306