Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/i386/conf/Makefile.i386,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/i386/conf/Makefile.i386,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.83.2.1 retrieving revision 1.84 diff -u -p -r1.83.2.1 -r1.84 --- src/sys/arch/i386/conf/Makefile.i386 1997/10/14 09:09:30 1.83.2.1 +++ src/sys/arch/i386/conf/Makefile.i386 1997/09/30 22:10:32 1.84 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.i386,v 1.83.2.1 1997/10/14 09:09:30 thorpej Exp $ +# $NetBSD: Makefile.i386,v 1.84 1997/09/30 22:10:32 christos Exp $ # Makefile for NetBSD # @@ -24,9 +24,8 @@ CC?= cc LD?= ld MKDEP?= mkdep -SIZE?= size STRIP?= strip -COPTS?= -O2 +COPTS?= -O2 # source tree is located via $S relative to the compilation directory .ifndef S @@ -82,7 +81,7 @@ SYSTEM_DEP= Makefile ${SYSTEM_OBJ} SYSTEM_LD_HEAD= rm -f $@ SYSTEM_LD= @echo ${LD} ${LINKFLAGS} -o $@ '$${SYSTEM_OBJ}' vers.o; \ ${LD} ${LINKFLAGS} -o $@ ${SYSTEM_OBJ} vers.o -SYSTEM_LD_TAIL= @${SIZE} $@; chmod 755 $@ +SYSTEM_LD_TAIL= @size $@; chmod 755 $@ DEBUG?= .if ${DEBUG} == "-g"