Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Apr 1999 02:28:06 -0700 (PDT)
From:      Greg Lehey <grog@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/config main.c mkmakefile.c src/sys/alpha/conf Makefile.alpha src/sys/i386/conf Makefile.i386 src/sys/pc98/conf Makefile.pc98
Message-ID:  <199904070928.CAA87170@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
grog        1999/04/07 02:28:05 PDT

  Modified files:
    usr.sbin/config      main.c mkmakefile.c 
    sys/alpha/conf       Makefile.alpha 
    sys/i386/conf        Makefile.i386 
    sys/pc98/conf        Makefile.pc98 
  Log:
  1.  Modify config to issue different code for debugging.
  2.  Config complains if you use -g:
  
      Debugging is enabled by default, there is no ned to specify the -g option
  
  3.  Config warns you if you don't use -s:
  
      Building kernel with full debugging symbols.  Do
      "config -s BSD" for historic partial symbolic support.
      To install the debugging kernel, do make install.debug
  
      (BSD was the name of the config file I used; I print out the same
      name).
  
  4.  Modify Makefile.i386, Makefile.alpha, Makefile.pc98 and config to
      work if a kernel name other than 'kernel' is specified.  This is
      not absolutely necessary, but useful, and it was relatively easy.
      I now have a kernel called /crapshit :-)
  
  5.  Modify Makefile.i386, Makefile.alpha, Makefile.pc98 "clean" target
      to remove both the debug and normal kernel.
  
  6.  Modify all to install the stripped kernel by default and the debug
      kernel if you enter "make install.debug".
  
  7.  Update version number of Makefiles and config.
  
  Revision  Changes    Path
  1.27      +17 -3     src/usr.sbin/config/main.c
  1.35      +22 -3     src/usr.sbin/config/mkmakefile.c
  1.19      +33 -13    src/sys/alpha/conf/Makefile.alpha
  1.142     +43 -13    src/sys/i386/conf/Makefile.i386
  1.58      +43 -13    src/sys/pc98/conf/Makefile.pc98


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904070928.CAA87170>