[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How do I stop some recursive SUBDIR tests for "make distcheck"?
From: |
Harlan Stenn |
Subject: |
How do I stop some recursive SUBDIR tests for "make distcheck"? |
Date: |
Thu, 04 Oct 2001 13:26:18 -0400 |
User-agent: |
EMH/1.10.0 SEMI/1.13.3 (Komaiko) FLIM/1.12.7 (Y .Dþzaki) XEmacs/21.1 (20 Minutes to Nikko) (i386-unknown-freebsd2.2.8) |
So I've been doing some digging and I don't see how to work around this
problem.
automake-1.5 will not let me override RECURSIVE-TARGETS.
I've added empty rulesets for:
dvi:
dvi-am:
dvi-recursive:
and distcheck is *still* trying to do a "make dvi" in the SUBDIR.
Ideas?
In the fragment below, perl-modules/ has a Makefile generated via automake,
but the Makefile in PIKT-Random has one generated for a perl module, which
has no dvi rules (and I'd prefer to avoid adding extra rules just to get the
distcheck target to work).
H
--
...
Making dvi in perl-modules
gmake[2]: Entering directory
`/a/local/etc/amd.stage/spot/._d/da0s1f/src/Networking/Monitor/pikt/pikt/A.freebsd4/pikt-1.15.0pre5/=build/perl-modules'
Making dvi in PIKT-Random
gmake[3]: Entering directory
`/a/local/etc/amd.stage/spot/._d/da0s1f/src/Networking/Monitor/pikt/pikt/A.freebsd4/pikt-1.15.0pre5/=build/perl-modules/PIKT-Random'
gmake[3]: *** No rule to make target `dvi'. Stop.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- How do I stop some recursive SUBDIR tests for "make distcheck"?,
Harlan Stenn <=