diff options
author | Roger Leigh <rleigh@debian.org> | 2006-01-28 18:33:26 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2006-01-28 18:33:26 +0000 |
commit | 0ec34e5cdb236dff8130eaf82373d445563900af (patch) | |
tree | 01b62fc769a57d8599bc9ad3cb4a796f5b2a2f1b /debian/rules | |
parent | 05034a03044bc7a0a7a2d790819da5a6c3eb44e5 (diff) | |
download | schroot-0ec34e5cdb236dff8130eaf82373d445563900af.tar.gz |
* debian/rules: Don't run the testsuite.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 9a5f49b9..44ad5952 100755 --- a/debian/rules +++ b/debian/rules @@ -29,14 +29,14 @@ build: build-stamp build-stamp: config.status dh_testdir - $(MAKE) all check + $(MAKE) all touch build-stamp clean: dh_testdir dh_testroot - rm -f build-stamp + rm -f build-stamp -$(MAKE) distclean ifneq "$(wildcard /usr/share/misc/config.sub)" "" |