Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jan 2000 02:16:14 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/modules/svr4 Makefile
Message-ID:  <200001091016.CAA21603@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2000/01/09 02:16:14 PST

  Modified files:
    sys/modules/svr4     Makefile 
  Log:
  Compile svr4_genassym.c with ordinary ${CFLAGS}.  The (small) need for
  -U_KERNEL became negative when all all the genassym.c's were converted
  to be cross-built.
  
  Use "genassym ... > ${.TARGET}", not "genassym -o $@ ...", so that
  genassym(1) doesn't need to support -o.
  
  Removed duplicate -D_KERNEL from CFLAGS.
  
  Removed triplicate -D_KERNEL from flags for compiling svr4_locore.s.
  
  Revision  Changes    Path
  1.11      +4 -5      src/sys/modules/svr4/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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