Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2000 10:24:08 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf Makefile.alpha
Message-ID:  <200005101724.KAA82952@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2000/05/10 10:24:08 PDT

  Modified files:
    sys/conf             Makefile.alpha 
  Log:
  Fix modules: target.
  Submitted by:	jhb
  
  1. ${.CURDIR}/modules was a confusing way to spell ${.OBJDIR}/modules
  2. ${.CURDIR}/../../modules is a verbose, wrong path to the module sources.
     The correct path is $S/modules, since ${.CURDIR} for the kernel may be
     in the obj tree but the sources are in the src tree.
  3. The `obj' and `all' steps may be combined, as can `obj' and `depend'.
  Submitted by:	bde
  
  Backup ${DESTDIR}/modules to ${DESTDIR}/modules.old to match the same action
  done to the kernel.
  
  Revision  Changes    Path
  1.55      +19 -17    src/sys/conf/Makefile.alpha



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?200005101724.KAA82952>