Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 1997 08:36:44 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.bin/doscmd Makefile
Message-ID:  <199712161636.IAA14782@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1997/12/16 08:36:44 PST

  Modified files:
    usr.bin/doscmd       Makefile 
  Log:
  Fixed DPADD.  ${LIBGCC} must be added explicitly since the default
  linkage rule is overridden.  The -L option must be in ${DPADD} so that
  `make checkdpadd' works.  Actually use ${DPADD}.
  
  FIxed missing dependencies for doscmd.  Use ${LIBCRT0} instead of a
  hard-coded path in the rule for doscmd.
  
  Added comments about the kludges used to build 2 binaries and 2 data
  files in one directory.  It shouldn't be done this way.  The dependencies
  on sources took extra work to get right, and the dependencies on objects
  are still broken (one set is missing and the other has the wrong libs).
  
  Fixed some style bugs while I'm here:
  - don't override the (correct) default for MAN1.
  - use `beforeinstall', not `afterinstall' to install auxiliary files.
    `afterinstall' is for fixing messes made by `install'.
  
  Revision  Changes    Path
  1.9       +22 -13    src/usr.bin/doscmd/Makefile



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