Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Sep 1998 23:39:12 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/conf Makefile.i386
Message-ID:  <199809210639.XAA01160@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/09/20 23:39:12 PDT

  Modified files:
    sys/i386/conf        Makefile.i386 
  Log:
  Fixed missing dependencies of genassym.o, gensetdefs.o and vers.o
  on opt_global.h.  This actually matters for genassym.o (it depends
  on at least SMP).
  
  Don't undefine KERNEL for compiling genassym.c.  genassym.o really
  depends on KERNEL, and the prototype mismatches that required
  undefining KERNEL in rev.1.49 no longer exist.
  
  Compile gensetdefs* with the same flags as genassym*.  External
  `gen' programs such linux_genassym should also use these flags
  (${GEN_CFLAGS}).
  
  Fixed missing dependency generation for gensetdefs.o.  C sources
  for external `gen' programs should be added to GEN_CFILES to get
  their dependencies generated.
  
  Cleaned up flags definitions and use.  All of ${CFLAGS} is now
  passed to mkdep and the assembler (both are actually variants of
  ${CC} and will ignore the irrelevant flags).
  
  Revision  Changes    Path
  1.124     +19 -17    src/sys/i386/conf/Makefile.i386



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