Use the new config(8) %SFILES token to auto-generate the SFILES list.

Note: THIS REQUIRES THAT YOU REBUILD CONFIG(8)!!!
This commit is contained in:
David Greenman 1995-10-29 11:10:53 +00:00
parent 4ceefc48d5
commit c91d636e6f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11918
3 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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