From f5033cd1beabdeb564630796f4fa1ffb7518a4be Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 30 Sep 1999 20:45:08 +0000 Subject: r287: * Fiddlesticks. The neat make trick I was using in rules.multi2 failed if you try to build binary-indep and binary-arch targets in the same make run. Make tries to be too smart. Modified the file so it will work, though it's now uglier. Closes: 46287 * examples/*: It's important that one -not- use a install-stamp target. Install should run every time binary-* calls it. Otherwise if a binary-* target is called twice by hand, you get duplicate entries in the maintainer script fragment files. Closes: #46313 --- examples/rules | 2 +- examples/rules.indep | 2 +- examples/rules.multi | 2 +- examples/rules.multi2 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'examples') diff --git a/examples/rules b/examples/rules index d2d9f5d0..6d4880ff 100755 --- a/examples/rules +++ b/examples/rules @@ -28,7 +28,7 @@ clean: dh_clean -install: +install: build dh_testdir dh_testroot dh_clean -k diff --git a/examples/rules.indep b/examples/rules.indep index 7b474a10..e2b33b49 100755 --- a/examples/rules.indep +++ b/examples/rules.indep @@ -30,7 +30,7 @@ clean: dh_clean -install: +install: build dh_testdir dh_testroot dh_clean -k diff --git a/examples/rules.multi b/examples/rules.multi index f16b3e64..55260d7e 100755 --- a/examples/rules.multi +++ b/examples/rules.multi @@ -36,7 +36,7 @@ clean: dh_clean install: DH_OPTIONS= -install: build-stamp +install: build dh_testdir dh_testroot dh_clean -k diff --git a/examples/rules.multi2 b/examples/rules.multi2 index 1f773311..765aceb6 100755 --- a/examples/rules.multi2 +++ b/examples/rules.multi2 @@ -35,7 +35,7 @@ clean: dh_clean install: DH_OPTIONS= -install: +install: build dh_testdir dh_testroot dh_clean -k -- cgit v1.2.3