Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 1996 09:42:49 -0800 (PST)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/compat/compat20 Makefile src/lib/compat Makefile.inc src/lib/compat/compat1x Makefile src/lib/compat/compat21 Makefile
Message-ID:  <199612281742.JAA18605@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/12/28 09:42:49

  Modified:    lib/compat  Makefile.inc
               lib/compat/compat1x  Makefile
               lib/compat/compat20  Makefile
               lib/compat/compat21  Makefile
  Log:
  Fix some more problems:
  - the .gz files are no longer used as intermediate files, it's in a pipe
    now.  (gunzip normally deleted them anyway, but this should not hurt)
  - I accidently left a -p arg to install from testing.  Bruce says it should
    be ${COPY} instead, but almost everything else in the tree uses plain -c
    anyway.
  - Use "LINKS=" or two identical files are installed sepeately instead of
    as links (doh!)
  - Use "LIB..." instead of "BIN..." for install permissions.  Note that we
    still use bsd.prog.mk, not bsd.lib.mk because bsd.lib.mk has problems
    (it can't install a library unless it compiles it).
  - Define LIBCOMPATDIR in Makefile.inc instead of using BINDIR.
  
  Mostly submitted by: bde
  
  Revision  Changes    Path
  1.2       +2 -2      src/lib/compat/Makefile.inc
  1.3       +10 -11    src/lib/compat/compat1x/Makefile
  1.3       +6 -6      src/lib/compat/compat20/Makefile
  1.3       +6 -6      src/lib/compat/compat21/Makefile



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