From f75e297b391b3533baf51e4f52ad80b16714fc76 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 16 Feb 2008 14:45:37 +0100 Subject: Imported upstream version 0.3.9.1 --- debian/rules | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index cda0571..e003fda 100755 --- a/debian/rules +++ b/debian/rules @@ -45,8 +45,8 @@ clean: rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. - -$(MAKE) clean - -rm -f arcboot.ip22 arcboot.ip32 + $(MAKE) clean + rm -f arcboot.ip22 arcboot.ip32 dh_clean @@ -65,6 +65,9 @@ install: build $(MAKE) PREFIX=${PREFIX_TIP22} BINDIR=${BIN_TIP22} LIBDIR=${LIB_TIP22} -C arclib install $(MAKE) PREFIX=${PREFIX_TIP22} BINDIR=${BIN_TIP22} LIBDIR=${LIB_TIP22} -C tip22 install + # Install lintian overrides + cp debian/arcboot.lintian-overrides $(CURDIR)/debian/arcboot/usr/share/lintian/overrides/arcboot + # Build architecture-independent files here. binary-indep: build install # nothing to do -- cgit v1.2.3