hi!

UNIXTEXT was introduced to make sure the resulting file gets cleaned
from dos lineends.
there is currently nothing similar available for windows :(

Leibowitz, Michael wrote:
> I'm having some trouble with "making" scripts in my makefile.mk.  In
> UNIX, I use "UNIXTEXT = $(MISC)/dbbe_enable.sh"  That seems to work.
> However, on Windows, I don't know of any similar variable.  I tried
> putting in my own target:
> 
> # --- Targets ----------------------------------
> 
> .INCLUDE : target.mk

# insert your target in the dependency chain
ALLTAR : $(MISC)$/dbbe_enable.py
> 
> $(MISC)$/dbbe_enable.py: dbbe_enable.py
>         +cp $? $@
> 
> But, this doesn't seem to have any effect.  Any hints??
> 

better use $(COPY) or $(GNUCOPY) instead of "cp"

tschau...

ause

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to