On Sun, 2006-03-05 19:41:07 -0500, Paul D. Smith <[email protected]> wrote: > OK. Note that this: > > sr> -.PHONY: tar%pkg > sr> +PHONY += tar%pkg > sr> tar%pkg: > > won't do what you expect. tar%pkg is a pattern rule, but .PHONY doesn't > take patterns so you're declaring the actual file named literally > 'tar%pkg' to be phony. Easy to fix. There are currently three flavours of tar-packages: tar-pkg targz-pkg tarbz2-pkg Just add them individually. MfG, JBG -- Jan-Benedict Glaw [email protected] . +49-172-7608481 _ O _ "Eine Freie Meinung in einem Freien Kopf | Gegen Zensur | Gegen Krieg _ _ O für einen Freien Staat voll Freier Bürger" | im Internet! | im Irak! O O O ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));
Attachment:
signature.asc
Description: Digital signature
- References:
- [PATCH] change kbuild to not rely on incorrect GNU make behavior
- From: Paul Smith <[email protected]>
- Re: [PATCH] change kbuild to not rely on incorrect GNU make behavior
- From: Sam Ravnborg <[email protected]>
- Re: [PATCH] change kbuild to not rely on incorrect GNU make behavior
- From: "Paul D. Smith" <[email protected]>
- [PATCH] change kbuild to not rely on incorrect GNU make behavior
- Prev by Date: Re: [PATCH 001/001] PCI: PCI quirk for Asus A8V and A8V Deluxe motherboards
- Next by Date: Re: + s390-add-modalias-to-uevent-for-ccw-devices.patch added to -mm tree
- Previous by thread: Re: [PATCH] change kbuild to not rely on incorrect GNU make behavior
- Next by thread: Re: [PATCH] change kbuild to not rely on incorrect GNU make behavior
- Index(es):