[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: What is wrong with this
From: |
CARTER-HITCHIN, David, FM |
Subject: |
RE: What is wrong with this |
Date: |
Wed, 15 Mar 2006 21:09:28 -0000 |
> ${EXEC_LOG} $(CP) ${MAKEINC_DIR}/make.include.$(1).$(2)
Don't you need a \ here too?
Cheers,
David Carter-Hitchin.
--
Royal Bank of Scotland
Interest Rate Derivatives IT
135 Bishopsgate
LONDON EC2M 3TP
Tel: +44 (0) 207 085 1088
> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden
> g] On Behalf Of PATTON, BILLY (SBCSI)
> Sent: 15 March 2006 20:54
> To: Paul D. Smith
> Cc: address@hidden
> Subject: RE: What is wrong with this
>
>
> I got it to work for all the defines but one.
> # cp ${MAKEINC_DIR}/make.include.<proj>.<bb>
> ${SRC_TREE}/<proj>/<bb>/make.include
> define copy_mi_bb
> if ! test -f ${SRC_TREE}/$(1)/$(2)/make.include ; then \
> ${EXEC_LOG} $(CP) ${MAKEINC_DIR}/make.include.$(1).$(2)
> ${SRC_TREE}/$(1)/$(2)/make.include -proj $(1) -bb $(2) ; \
> fi
> <tab>if ! test -f ${SRC_TREE}/$(1)/make.include ; then \
> $(call copy_mi_proj,$(1)); \
> fi
> endef
>
> # cp ${MAKEINC_DIR}/make.include.<proj>.<bb>.<topic>
> ${SRC_TREE}/<proj>/<bb>/<topic>/make.include
> define copy_mi_topic
> if ! test -f ${SRC_TREE}/$(1)/$(2)/$(3)/make.include ; then \
> ${EXEC_LOG} $(CP) ${MAKEINC_DIR}/make.include.$(1).$(2).$(3) \
> ${SRC_TREE}/$(1)/$(2)/$(3)/make.include -proj $(1) -bb $(2) \
> -topic $(3); \
> fi
> <tab>if ! test -f ${SRC_TREE}/$(1)/$(2)/make.include ; then \
> $(call copy_mi_bb,$(1),$(2)); \
> fi
> endef
>
>
>
> RESULTS:
> if ! test -f v0506/SOURCE_TREE/ldb/infsync/frm/make.include ; then
> exec_log -log v0506/log.2015145047 /usr/bin/cp /home/bp1\
> 497/files_d_make/make.include.ldb.infsync.frm
> v0506/SOURCE_TREE/ldb/infsync/frm/make.include -proj ldb -bb infsync
> -topic frm\
> ; fi
> gmake: *** [build_ldb_infsync_frm] Error 1
>
>
> _______________________________________________
> Help-make mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-make
>
***********************************************************************************
The Royal Bank of Scotland plc. Registered in Scotland No 90312. Registered
Office: 36 St Andrew Square, Edinburgh EH2 2YB.
Authorized and regulated by the Financial Services Authority
This e-mail message is confidential and for use by the
addressee only. If the message is received by anyone other
than the addressee, please return the message to the sender
by replying to it and then delete the message from your
computer. Internet e-mails are not necessarily secure. The
Royal Bank of Scotland plc does not accept responsibility for
changes made to this message after it was sent.
Whilst all reasonable care has been taken to avoid the
transmission of viruses, it is the responsibility of the recipient to
ensure that the onward transmission, opening or use of this
message and any attachments will not adversely affect its
systems or data. No responsibility is accepted by The Royal
Bank of Scotland plc in this regard and the recipient should carry
out such virus and other checks as it considers appropriate.
Visit our websites at:
http://www.rbos.com
http://www.rbsmarkets.com
********************************************************************************
- What is wrong with this, PATTON, BILLY \(SBCSI\), 2006/03/15
- RE: What is wrong with this, PATTON, BILLY \(SBCSI\), 2006/03/15
- RE: What is wrong with this,
CARTER-HITCHIN, David, FM <=
- RE: What is wrong with this, PATTON, BILLY \(SBCSI\), 2006/03/15
- Re: What is wrong with this, CARTER-HITCHIN, David, FM, 2006/03/15