aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* .Roland McGrath1998-09-041-0/+3
|
* .Roland McGrath1998-09-041-0/+6
|
* .Roland McGrath1998-08-121-0/+11
|
* .Roland McGrath1998-07-201-1/+2
|
* .Roland McGrath1998-07-201-17/+23
|
* Revert last change and replace it withThomas Bushnell1998-07-071-6/+3
| | | | | | | Tue Jul 7 11:39:08 1998 Thomas Bushnell, n/BSG <tb@mit.edu> * Makeconf (CPPFLAGS): Include $($*-CPPFLAGS). Reported by Gordon Matzigkeit (gord@gnu.org).
* Tue Jul 7 11:39:08 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell1998-07-071-0/+10
| | | | | | | | | | * Makeconf (%.o): New rules (from %.c and %.S) so that we can specify file-specific CPPFLAGS (already in use by utils/Makefile for utils/ping.c). (%_pic.o, $_p.o, make-deps): Also grok file-specific CPPFLAGS. Reported by Gordon Matzigkeit (gord@gnu.org). * INSTALL-cross: Updated by Gordon Matzigkeit (gord@gnu.org).
* 1998-04-02 Gordon Matzigkeit <gord@profitpress.com>Thomas Bushnell1998-04-231-0/+10
| | | | | | | | | | * Makefile (srcdir): Don't set srcdir, since this is either done in the generated Makefile or in Makeconf. Just include ./Makeconf directly. * configure.in (makefiles): Check for $ac_unique_file, rather than doing string comparisons to determine if we are configured in the source directory. This works for silly things like `srcdir=./.'.
* .Miles Bader1997-08-061-0/+4
|
* Mon Jul 21 16:18:50 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-07-231-0/+7
| | | | | | | * Makeconf (linking .prof executable): Don't mutate library names here. (making %.prof_d special target): Mutate library names here. (%.prof_d): Depend on Makefile in srcdir.
* .Miles Bader1997-07-231-0/+6
|
* Fri Jul 18 16:37:22 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-07-181-0/+5
| | | | | * isofs: New directory. * Makefile (prog-subdirs): Add isofs.
* Thu Jul 10 14:10:32 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-07-101-0/+5
| | | | | * Makeconf ($(makemode) == library): If $(no_prof) is `t', then don't build _p.a versions of libraries.
* .Miles Bader1997-06-201-1/+6
|
* .Miles Bader1997-06-181-0/+5
|
* *** empty log message ***Thomas Bushnell1997-06-121-2/+2
|
* *** empty log message ***Thomas Bushnell1997-06-111-2/+4
|
* .Miles Bader1997-06-101-1/+2
|
* .Miles Bader1997-06-101-0/+4
|
* *** empty log message ***Thomas Bushnell1997-06-101-1/+3
|
* Mon Jun 9 12:27:40 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-06-101-0/+12
| | | | | | | * version.h (HURD_VERSION): Update version number. * sh-version.sed: Likewise. * README: Likewise. * INSTALL: Likewise.
* Fri May 23 10:06:34 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-05-231-2/+9
| | | | | | | * configure.in: Use AC_PROG_CC_LOCAL instead of AC_PROG_CC. * aclocal.m4: New file. * Makefile (DIST_FILES): Add aclocal.m4. (Patch from Marcus G. Daniels, marcus@cathcart.sysc.pdx.edu).
* .Miles Bader1997-05-071-0/+1
|
* .Miles Bader1997-05-071-0/+5
|
* Mon Mar 10 17:07:11 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-04-161-0/+5
| | | | | * Makefile (prog-subdirs): Add `serverboot'. (serverboot): New directory.
* Fri Oct 25 20:17:47 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-261-0/+5
| | | | | * Makeconf (%.prof_d): Don't set no-deps. (.prof_d inclusion): Don't do it if prof-depend=t.
* Wed Oct 23 01:36:35 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-241-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makeconf ($(target)): Repair rule for building of .prof_d files. ($(target), $(target).prof): Refer to generated variables (-CFLAGS, -LFLAGS, -LDLIBS) by the base name ($*) not $@. (_libext): Likewise. Mon Oct 21 22:22:49 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makeconf (cleantarg) [makemode == library]: Add $(libname)_p.a. (targets) [makemode == library]: Include $(libname)_p.a in default value. ($(libdir)/$(libname)_p.a) [makemode == library]: New rule. ($(libname)_p.a) [makemode == library]: New rule. (%_p.o): Two new rules (depend on %.c or %.S). (make_deps): Make dependency now specify $*_p.o too. ($(addsuffix .prof,$(target))): New rule to link profiled objects. ($(target)): Surround usual build rule with if prof-depend == nil. ($(addsuffix .prof_d, $(target))): Include this if not a library. Also a new rule to build them. ($(target)) [prof-depend == t]: Kludge to write out its dependencies. Tue Oct 15 12:29:26 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makeconf (relink): Remove $(linktarg) always. (linktarg) [makemode == library]: Set variable. (linktarg): And also a default. * Makefile (%-relink): Set no_deps=t here. (relink): Do $(lib-subdirs) too.
* .Miles Bader1996-10-091-0/+6
|
* Fri Oct 4 17:52:54 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-081-0/+5
| | | | | * Makeconf ($(..)$(dir).d): Always include libhurdbugaddr in the list for non-libraries.
* .Miles Bader1996-09-261-0/+4
|
* .Miles Bader1996-09-251-0/+4
|
* .Miles Bader1996-09-231-0/+2
|
* .Miles Bader1996-09-231-0/+13
|
* *** empty log message ***Thomas Bushnell1996-09-211-0/+4
|
* *** empty log message ***Thomas Bushnell1996-09-191-0/+5
|
* *** empty log message ***Thomas Bushnell1996-09-171-0/+15
|
* .Miles Bader1996-09-081-0/+4
|
* *** empty log message ***Thomas Bushnell1996-09-061-0/+5
|
* *** empty log message ***Thomas Bushnell1996-09-061-1/+1
|
* *** empty log message ***Thomas Bushnell1996-09-051-0/+6
|
* *** empty log message ***Thomas Bushnell1996-09-051-0/+6
|
* .Miles Bader1996-09-041-0/+6
|
* *** empty log message ***Thomas Bushnell1996-09-031-0/+30
|
* .Miles Bader1996-09-021-0/+7
|
* .Miles Bader1996-08-141-0/+4
|
* *** empty log message ***Thomas Bushnell1996-08-131-0/+11
|
* *** empty log message ***Thomas Bushnell1996-08-121-0/+5
|
* *** empty log message ***Thomas Bushnell1996-08-081-0/+7
|
* *** empty log message ***Thomas Bushnell1996-08-071-0/+4
|
* *** empty log message ***Thomas Bushnell1996-08-061-1/+3
|