emacs-devel
[Top][All Lists]
Advanced

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

Re: Patch for fields of `struct buffer'


From: Andreas Schwab
Subject: Re: Patch for fields of `struct buffer'
Date: Tue, 08 Feb 2011 22:58:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2.93 (gnu/linux)

Tom Tromey <address@hidden> writes:

> @@ -645,6 +647,18 @@
>  buildobj.h: Makefile
>       echo "#define BUILDOBJ \"$(obj) $(otherobj) " "\"" > buildobj.h
>  
> +globals.h: gl-stamp
> +     cp gl-stamp globals.h
> +
> +GLOBAL_SOURCES = $(base_obj:.o=.c) $(NS_OBJC_OBJ:.o=.m)
> +
> +gl-stamp: $(libsrc)/make-docfile$(EXEEXT) $(GLOBAL_SOURCES)
> +     @rm -f gl-tmp
> +     $(libsrc)/make-docfile -d $(srcdir) -g $(SOME_MACHINE_OBJECTS) $(obj) > 
> gl-tmp
> +     $(srcdir)/../move-if-change gl-tmp gl-stamp

That should move directly to globals.h, and the globals.h rule should
only have a dummy command.

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

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