Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 1998 22:21:43 -0800 (PST)
From:      John Birrell <jb@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   cvs commit: src/lib/libc Makefile.inc
Message-ID:  <199803090621.WAA06277@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jb          1998/03/08 22:21:42 PST

  Modified files:
    lib/libc             Makefile.inc 
  Log:
  Define empty variables in case no names are added to them. This avoids
  substitution errors for variables that don't exist.
  
  If a machine architecture dependent makefile exists, include it
  to discover if libc or libc_r is being built with NetBSD syscalls
  instead of FreeBSD ones.
  
  Put a NO_QUAD thingy around the quad makefile so that 64-bit
  architectures can ignore that sh*t.
  
  In the test for MDSRCS being empty, add all MISRCS to SRCS, rather
  than just ignoring them.
  
  Revision  Changes    Path
  1.4       +23 -2     src/lib/libc/Makefile.inc



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