~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Francis J. Lacoste
  • Date: 2009-08-18 13:49:50 UTC
  • mto: This revision was merged to the branch mainline in revision 9145.
  • Revision ID: francis.lacoste@canonical.com-20090818134950-isjbazon1hmhvvye
Only run make clean for Mailman if the Makefile has been created.

Show diffs side-by-side

added added

removed removed

Lines of Context:
246
246
 
247
247
clean:
248
248
        $(MAKE) -C sourcecode/pygettextpo clean
249
 
        $(MAKE) -C sourcecode/mailman clean
 
249
        if test -f sourcecode/mailman/Makefile; then \
 
250
                $(MAKE) -C sourcecode/mailman clean; \
 
251
        fi
250
252
        find . -path ./eggs -prune -false -o \
251
253
                -type f \( -name '*.o' -o -name '*.so' -o -name '*.la' -o \
252
254
            -name '*.lo' -o -name '*.py[co]' -o -name '*.dll' \) \