cvs commit: src Makefile Makefile.inc1

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Apr 1 22:21:55 PST 2004


dillon      2004/04/01 22:21:36 PST

DragonFly src repository

  Modified files:
    .                    Makefile Makefile.inc1 
  Log:
  Make buildkernel's require a buildworld to be done first, because they
  no longer munge the pathes to use native apps when buildworld tools aren't
  available.
  
  Buildkernel now tells you this and exits if it doesn't think you've done
  a buildworld.
  
  Add a new target, 'nativekernel', which just runs config and uses native
  tools to build the kernel.  'nativekernel' and 'buildkernel' use the same
  object directory but are mutually exclusive.  If you run one, then try to run
  the other, it will wipe the directory and start over.
  
  Revision  Changes    Path
  1.6       +2 -1      src/Makefile
  1.27      +69 -1     src/Makefile.inc1


http://www.dragonflybsd.org/cvsweb/src/Makefile.diff?r1=1.5&r2=1.6&f=h
http://www.dragonflybsd.org/cvsweb/src/Makefile.inc1.diff?r1=1.26&r2=1.27&f=h





More information about the Commits mailing list