aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* mkbootfs: Removed directory and all files. They have long been obsolete.Roland McGrath1999-12-141-0/+5
|
* 1999-11-18 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-11-181-0/+5
| | | | | * mach-defpager: New directory. See its ChangeLog. Makefile (prog-subdirs): Add mach-defpager.
* .Roland McGrath1999-10-031-0/+5
|
* .Roland McGrath1999-10-011-0/+16
|
* .Roland McGrath1999-09-191-0/+5
|
* .Roland McGrath1999-09-191-0/+3
|
* .Roland McGrath1999-09-181-1/+6
|
* 1999-09-17 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-09-171-0/+4
| | | | | | * Makeconf [Installation section]: Last change (9 Sep 1999) broke this. Separate more clearly the library and non-library install rules.
* 1999-09-17 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-09-171-0/+7
| | | | | | | * Makefile ($(prog-subdirs) $(lib-subdirs), %-lndist, %-clean, %-relink, %-objs, %-install, %-install-headers, %-TAGS, %.d): Pass -e to sub-make, so that explicit prefix= args (etc.) get passed down correctly.
* .Roland McGrath1999-09-131-2/+26
|
* *** empty log message ***Thomas Bushnell1999-09-121-0/+5
|
* 1999-09-08 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-09-081-0/+9
| | | | | | | | | * Makeconf (cleantarg): Add `$(libname)_pic.a'. [$(makemode) = library] (targets): Likewise. ($(libname)_pic.a): New rule. ($(libdir)/$(libname)_pic.a): Extended from the previous _p.a and .a rules. Submitted by Marcus Brinkmann (Marcus.Brinkmann@ruhr-uni-bochum.de).
* .Roland McGrath1999-06-191-0/+4
|
* .Roland McGrath1999-06-181-0/+4
|
* .Roland McGrath1999-03-241-0/+6
|
* 1999-03-17 Gordon Matzigkeit <gord@trick.fig.org>Thomas Bushnell1999-03-171-0/+4
| | | | * Makefile (other-subdirs): Add the debian directory.
* .Roland McGrath1999-02-171-0/+3
|
* .Roland McGrath1999-02-171-2/+9
|
* Tue Feb 16 02:31:06 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-161-0/+17
| | | | | | | | | | | | | | | | | * Makeconf ($(libname).so): Include $(hurd-version) as part of the soname. ($(libdir)/$(libname).so.$(hurd-version)): New rule. ($(libdir)/$(libname).so): Only create a symlink to the version-numbered name. (install) [makemode == library]: Add the versioned name $(libdir)/$(libname.so).$(hurd-version). * version.h.in: New file. * versioh.h, sh-version.sed: Deleted files. * Makeconf (hurd-version): New variable. * Makefile ($(subdirs)): Depend on version.h. (version.h): New rule. (DIST_FILES): Delete version.h and sh-version.sed. Add version.h.in.
* .Roland McGrath1999-01-271-0/+5
|
* .Roland McGrath1998-12-271-0/+4
|
* .Roland McGrath1998-12-011-0/+5
|
* .Roland McGrath1998-10-201-0/+7
|
* .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.