This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Changelog question


On Wed, Aug 28, 2002 at 11:24:09AM -0500, Steve Munroe wrote:
> OOPS sent to the wrong file. This is the current question.
> 
> OK I am trying to clean up my Changelogs and follow all the rules. But I 
> still foggy on the exact rules for change logging Makefiles. For example 
> is the following OK? Is all this detail useful? Or is this too much detail?
> 
> 
> 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
> 
> 	* sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags.
				  ^ missing space

> 	($(with-fp) = no): Move test to powerpc32/Makefile.
> 	($(subdir) = misc): Move to powerpc32/Makefile.
> 	($(build-shared) = yes): Move to powerpc32/Makefile.
> 	($(subdir) = csu): Move to powerpc32/Makefile.
> 	(sysdep-rtld-routines): Remove dl-start. 
> 	* sysdeps/powerpc/powerpc32/Makefile: New file.  Specify powerpc32 
> 	specific cflags -Wa,-mppc. Include powerpc32 specific tests and 
> 	symbols removed from powerpc/Makefile. 

If you add a new file, "New file." is all you need to say.

> 	(sysdep-rtld-routines): Add dl-start. 

	Jakub


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