Ticket #2670: patch-ap
File patch-ap, 454 bytes (added by , 14 years ago) |
---|
Line | |
---|---|
1 | $NetBSD$ |
2 | |
3 | --- Jamroot.orig 2008-07-22 06:27:10.000000000 -0600 |
4 | +++ Jamroot 2008-08-19 12:59:31.000000000 -0600 |
5 | @@ -241,6 +241,10 @@ |
6 | ECHO "error: both --with-<library> and --without-<library> specified" ; |
7 | EXIT ; |
8 | } |
9 | + if $(without-parameter) && $(without-parameter) = "*" |
10 | + { |
11 | + without-parameter = $(existing-libraries) ; |
12 | + } |
13 | |
14 | local wrong = [ set.difference $(with-parameter) : $(existing-libraries) ] ; |
15 | if $(wrong) |