| Summary: | www/en/gnome: type in Makefile | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Cyrille Lefevre <cyrille.lefevre> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
On Fri, Jul 05, 2002 at 03:32:21AM +0200, Cyrille Lefevre wrote: >=20 > >Number: 40207 > >Category: docs > >Synopsis: www/en/gnome: type in Makefile > >Originator: Cyrille Lefevre > >Description: > index.html! -> index.html: I believe this part is not a typo; 'target! dependencies' is valid make(1) syntax. It is used to always regenerate the target, no matter if the dependencies have been up-to-date; in this case, the xsltproc invocation always fetches the RDF file from the GNOME website - make(1) has no way to determine whether the remote file has changed, so index.html is always regenerated. > index.html -> ${.TARGET} This part may be worthwhile. G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 This sentence every third, but it still comprehensible. State Changed From-To: open->closed Not a bug, functionality ;) |
index.html! -> index.html: index.html -> ${.TARGET} How-To-Repeat: make