From c91d636e6f8ccf63ce0e59a57849bf032a8b6a74 Mon Sep 17 00:00:00 2001 From: David Greenman Date: Sun, 29 Oct 1995 11:10:53 +0000 Subject: [PATCH] Use the new config(8) %SFILES token to auto-generate the SFILES list. Note: THIS REQUIRES THAT YOU REBUILD CONFIG(8)!!! --- sys/conf/Makefile.i386 | 6 +++--- sys/conf/Makefile.powerpc | 6 +++--- sys/i386/conf/Makefile.i386 | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 21084ec379a..511c4994394 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -1,6 +1,6 @@ # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.65 1995/07/22 23:55:41 bde Exp $ +# $Id: Makefile.i386,v 1.66 1995/08/16 16:11:48 bde Exp $ # # Makefile for FreeBSD # @@ -57,8 +57,6 @@ DRIVER_C= ${CC} -c ${CFLAGS} ${PROF} $< DRIVER_C_C= ${CC} -c ${CFLAGS} ${PROF} ${PARAM} $< PROFILE_C= ${CC} -c ${CFLAGS} ${PARAM} $< -SFILES= ${I386}/i386/exception.s ${I386}/i386/microtime.s \ - ${I386}/i386/support.s ${I386}/i386/swtch.s ${I386}/apm/apm_setup.s SYSTEM_CFILES= ioconf.c param.c vnode_if.c SYSTEM_SFILES= ${I386}/i386/locore.s SYSTEM_OBJS= locore.o vnode_if.o ${OBJS} ioconf.o param.o @@ -78,6 +76,8 @@ SYSTEM_LD_TAIL= @echo rearranging symbols; \ %CFILES +%SFILES + %LOAD %CLEAN diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 21084ec379a..511c4994394 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -1,6 +1,6 @@ # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.65 1995/07/22 23:55:41 bde Exp $ +# $Id: Makefile.i386,v 1.66 1995/08/16 16:11:48 bde Exp $ # # Makefile for FreeBSD # @@ -57,8 +57,6 @@ DRIVER_C= ${CC} -c ${CFLAGS} ${PROF} $< DRIVER_C_C= ${CC} -c ${CFLAGS} ${PROF} ${PARAM} $< PROFILE_C= ${CC} -c ${CFLAGS} ${PARAM} $< -SFILES= ${I386}/i386/exception.s ${I386}/i386/microtime.s \ - ${I386}/i386/support.s ${I386}/i386/swtch.s ${I386}/apm/apm_setup.s SYSTEM_CFILES= ioconf.c param.c vnode_if.c SYSTEM_SFILES= ${I386}/i386/locore.s SYSTEM_OBJS= locore.o vnode_if.o ${OBJS} ioconf.o param.o @@ -78,6 +76,8 @@ SYSTEM_LD_TAIL= @echo rearranging symbols; \ %CFILES +%SFILES + %LOAD %CLEAN diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386 index 21084ec379a..511c4994394 100644 --- a/sys/i386/conf/Makefile.i386 +++ b/sys/i386/conf/Makefile.i386 @@ -1,6 +1,6 @@ # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.65 1995/07/22 23:55:41 bde Exp $ +# $Id: Makefile.i386,v 1.66 1995/08/16 16:11:48 bde Exp $ # # Makefile for FreeBSD # @@ -57,8 +57,6 @@ DRIVER_C= ${CC} -c ${CFLAGS} ${PROF} $< DRIVER_C_C= ${CC} -c ${CFLAGS} ${PROF} ${PARAM} $< PROFILE_C= ${CC} -c ${CFLAGS} ${PARAM} $< -SFILES= ${I386}/i386/exception.s ${I386}/i386/microtime.s \ - ${I386}/i386/support.s ${I386}/i386/swtch.s ${I386}/apm/apm_setup.s SYSTEM_CFILES= ioconf.c param.c vnode_if.c SYSTEM_SFILES= ${I386}/i386/locore.s SYSTEM_OBJS= locore.o vnode_if.o ${OBJS} ioconf.o param.o @@ -78,6 +76,8 @@ SYSTEM_LD_TAIL= @echo rearranging symbols; \ %CFILES +%SFILES + %LOAD %CLEAN