Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 1997 01:16:45 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, jkh@time.cdrom.com
Cc:        cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org, jkh@freefall.freebsd.org
Subject:   Re: cvs commit: src/gnu/usr.bin/texinfo/install-info Makefile
Message-ID:  <199701131416.BAA28272@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> Put /usr/share/info early in the SUBDIR list.
>
>Uh...  I'm not even sure *how* to react to that.  There's nowhere to
>do that reasonably in /usr/src/Makefile, where it would need to go in
>order to make that work, and a perversion of *that* subdir list would
>be worse than the disease.

Anywhere early is reasonable.

Bruce

diff -c2 Makefile~ Makefile
*** Makefile~	Mon Jan 13 23:35:58 1997
--- Makefile	Tue Jan 14 01:12:52 1997
***************
*** 37,41 ****
  SUBDIR=
  
! # We must do include and lib first so that the perl *.ph generation
  # works correctly as it uses the header files installed by this.
  .if exists(include)
--- 37,48 ----
  SUBDIR=
  
! # We must do share/info early so that installation of info `dir'
! # entries works correctly.  Do it first since it is less likely to
! # grow dependencies on include and lib than vice versa.
! .if exists(share/info)
! SUBDIR+= share/info
! .endif
! 
! # We must do include and lib early so that the perl *.ph generation
  # works correctly as it uses the header files installed by this.
  .if exists(include)



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