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

$(MISC)$/dbbe_enable.py: dbbe_enable.py
        +cp $? $@

But, this doesn't seem to have any effect.  Any hints??

--
Michael Leibowitz
Software Engineer, Channel Platform Solutions Group
Intel Corporation
michael.leibowitz at intel.com
+1 503 264 7621

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

Reply via email to