aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-06-16 23:43:35 +0200
committerGuido Günther <agx@sigxcpu.org>2011-06-16 23:43:35 +0200
commit7154bceaa792c757a4e860a201f7ee48041e63e0 (patch)
tree0c3201d00785c6ef90f494d970c9020d8b59e79c
parent9eba99184aafbcd34f87d8c854b97bddfb49b416 (diff)
Cleanup all subarches
-rwxr-xr-xdebian/rules5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index b7eee9a..b8747b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,10 +44,11 @@ clean:
dh_testdir
rm -f build-stamp configure-stamp
- # Add here commands to clean up after the build process.
- $(MAKE) clean
+ $(MAKE) SUBARCH=IP32 clean
+ $(MAKE) SUBARCH=IP22 clean
rm -f arcboot.ip22 arcboot.ip32
+
dh_clean
install: build