Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Sep 1994 19:06:15 -0700
From:      "Jordan K. Hubbard" <jkh>
To:        ache, adam, alm, ats, bde, csgr, cvs-ports, davidg, dfr, dyson, gclarkii, gpalmer, guido, hsu, jkh, joerg, julian, jvh, karl, martin, nate, paul, phk, proven, pst, rgrimes, rich, se, sean, sef, smace, sos, torstenb, wollman
Subject:   cvs commit: ports/utils/libmytinfo/scripts configure
Message-ID:  <199409130206.TAA28003@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
jkh         94/09/12 19:06:14

  Modified:    utils/libmytinfo/scripts configure
  Log:
  Change:
  
  cp ${CDIR}/${SCRIPTDIR}/Makefile ${WDIR}/Makefile
  
  To:
  
  cp ${CDIR}/scripts/Makefile ${WDIR}/Makefile
  
  I note this not to chastise Andrew, but to note to anyone else
  who might get similarly confused that make variables are NOT available
  from configure scripts!  You only get what you're passed in, which
  is why I pass those variables in at all (I *wish* I could get at the
  make's environment from the programs it invokes!!).



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