[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: How to "implicit rules" Should be simple
From: |
PATTON, BILLY \(SBCSI\) |
Subject: |
RE: How to "implicit rules" Should be simple |
Date: |
Tue, 2 May 2006 09:46:20 -0500 |
Sorry
> -----Original Message-----
> From: Paul Smith [mailto:address@hidden On Behalf Of Paul D. Smith
> Sent: Tuesday, May 02, 2006 9:46 AM
> To: PATTON, BILLY (SBCSI)
> Cc: address@hidden
> Subject: RE: How to "implicit rules" Should be simple
>
>
> %% "PATTON, BILLY \(SBCSI\)" <address@hidden> writes:
>
> pb> % : %.ksh
> pb> @echo "Copy $@ to $<"
>
> pb> So how can I get this to work?
>
> I already said:
>
> >> [...] you'll have to write something like this:
> >>
> >> /full_path/bin/% : /full_path/src/%.ksh
> >> ...
> >>
> >> If you can't do that you won't be able to use pattern rules.
>
> --
> --------------------------------------------------------------
> -----------------
> Paul D. Smith <address@hidden> Find some GNU make tips at:
> http://www.gnu.org http://make.paulandlesley.org
> "Please remain calm...I may be mad, but I am a
> professional." --Mad Scientist
>