Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Oct 1997 07:58:31 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   cvs commit: src/lib/libc/stdlib Makefile.inc src/lib/libc/i386/stdlib Makefile.inc
Message-ID:  <199710161458.HAA08757@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1997/10/16 07:58:31 PDT

  Modified files:
    lib/libc/stdlib      Makefile.inc 
    lib/libc/i386/stdlib Makefile.inc 
  Log:
  Handle machine-dependent (stdlib) sources more automatically.
  
  This fixes bugs in the manual handling.  abs.[cS] was handled too
  specially and the wrong (.c) variant for each of div.[cS], labs.[cS]
  and ldiv.[cS] was added to SRCS.  This caused the .c variant to be
  used if `depend' was made and the .S version to be used otherwise.
  
  Revision  Changes    Path
  1.12      +2 -2      src/lib/libc/stdlib/Makefile.inc
  1.6       +2 -2      src/lib/libc/i386/stdlib/Makefile.inc



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