Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Apr 2000 16:19:12 -0700 (PDT)
From:      Satoshi Asami <asami@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils/procmap Makefile
Message-ID:  <200004072319.QAA07731@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       2000/04/07 16:19:12 PDT

  Modified files:
    sysutils/procmap     Makefile 
  Log:
  Fix build problem (read-only ${PORTSDIR}) by adding
  MAKE_ENV=MAKEOBJDIRPREFIX=${WRKDIR} and a pre-build target to do a
  "make obj".  That obsoletes the pre-clean target since the generated
  files all go into ${WRKDIR} and there's nothing to clean on the source
  directory.
  
  Also, fix several minor bogons.  NO_CHECKSUM is a user variable, and
  never should be set in a port Makefile.  NO_WRKSUBDIR is not necessary
  because WRKSRC is set explicitly.  I don't know what the empty
  do-fetch is doing there.
  
  Revision  Changes    Path
  1.2       +5 -9      ports/sysutils/procmap/Makefile



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?200004072319.QAA07731>