help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Implicit work file removal


From: Tribhuwan Kama
Subject: Implicit work file removal
Date: Mon, 18 Jul 2005 12:34:33 -0600

Hi
 
I am struggling with a scenario where the (gnu) make checks out the files from RCS, which don't exist but does not remove them after its done with compilation. I am trying to understand what should I do to make gnu make remove these files.
 
e.g.
$:-->>make install
co  RCS/CPR_R_PrdNtGrp.c,v CPR_R_PrdNtGrp.c
RCS/CPR_R_PrdNtGrp.c,v  -->  CPR_R_PrdNtGrp.c
revision 1.1
done
/usr/bin/xlc -g -q64 -D__unix -qnoro -qlibansi -qcheck=all -I. -I/app/oracle/pro
duct/9.2.0.4/precomp/public -I/app/oracle/product/9.2.0.4/rdbms/demo -I/app/orac
le/product/9.2.0.4/rdbms/public -I/opt/tuxedo/8.0/include -I/tapps/com/dev/curre
nt/include -I/tapps/prv/dev/current/include -I/tapps/usf/dev/current/include -I/
home/kamatr/cpr/dev/stage/include -I/tapps/cpr/dev/stage/include -c CPR_R_PrdNtG
rp.c
 
....
 
Target installed
 
 
Now when the compilation is done, the file: CPR_R_PrdNtGrp.c is not removed from the current directory.
 
$:-->>ls CPR_R_PrdNtGrp.c
CPR_R_PrdNtGrp.c
 
What needs to be done to remove it automatically?
 
 
 
 
Tribhuwan,
Onesource Team, Downers Grove
(630) 737 5315
address@hidden

"EMF <firsthealth.com>" made the following annotations.
------------------------------------------------------------------------------
This message, including any attachments, is intended solely for the use of the named recipient(s) and may contain confidential and/or privileged information. Any unauthorized review, use, disclosure or distribution of this communication(s) is expressly prohibited. If you are not the intended recipient, please contact the sender by
reply e-mail and destroy any and all copies of the original message.
==============================================================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]