[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: ChangeLog



  User: ahvezda 
  Date: 06/05/20 15:22:29

  Modified:    .        ChangeLog
  Log:
  Fixed build of C source files from nw to avoid the stale file when notangle
  
  fails
  
  
  
  
  Revision  Changes    Path
  1.302     +5 -1      eda/geda/devel/libgeda/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/ChangeLog,v
  retrieving revision 1.301
  retrieving revision 1.302
  diff -u -b -r1.301 -r1.302
  --- ChangeLog	20 May 2006 19:02:31 -0000	1.301
  +++ ChangeLog	20 May 2006 19:22:29 -0000	1.302
  @@ -6,12 +6,16 @@
   	* noweb/f_print.nw: Fixed missing @ which made notangle_guile a 
   	little happier.
   
  -	include/i_vars.h, include/prototype.h, include/struct.h, 
  +	* include/i_vars.h, include/prototype.h, include/struct.h, 
   	noweb/g_rc.nw, noweb/g_register.nw, noweb/i_vars.nw,
   	noweb/o_complex_basic.nw, noweb/s_toplevel.nw: Finally added code
   	to support the rc keyword: always-promote-attributes.  This string
   	holds a list of attribute names that are always promoted.
   
  +	* src/Makefile.am: Changed the .nw.c: rule to redirect the generated 
  +        C file to a temp file and then move it to the real one.  This fixes 
  +        the stale file problem when notangle fails.
  +
   2006-05-17  Mike Jarabek  <mjarabek@xxxxxxxxx>
   
   	* Makefile.am, configure.ac