This is the mail archive of the guile-emacs@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: guileapi.x problems [patch]


Kalle Olavi Niemitalo <tosi@ees2.oulu.fi> writes:

> -	guile-snarf guileapi.c > guileapi.x
> +	guile-snarf -I. -I$(srcdir) $(CPPFLAGS) $(srcdir)/guileapi.c > guileapi.x \
> +	  || ( rm guileapi.x; false )

A suggestion: Redirect output to guileapi.tmp, then rename that file
to guileapi.x.  Then you're never doing anything to guileapi.x until
you've successfully generated the output.  Just for paranoia... :-)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]