mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Force the order of the setdefs* so that make -jN doesn't build the
setdefs* multiple times at the same time that it's compiling setdefs[0].c. I think this was leading to unterminated linker sets etc.
This commit is contained in:
parent
876c5c1135
commit
43482c407d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43174
3 changed files with 9 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Makefile.i386 -- with config changes.
|
||||
# Copyright 1990 W. Jolitz
|
||||
# from: @(#)Makefile.i386 7.1 5/10/91
|
||||
# $Id: Makefile.i386,v 1.135 1999/01/17 21:17:27 peter Exp $
|
||||
# $Id: Makefile.i386,v 1.136 1999/01/19 17:08:28 peter Exp $
|
||||
#
|
||||
# Makefile for FreeBSD
|
||||
#
|
||||
|
@ -154,6 +154,8 @@ hack.So: Makefile
|
|||
rm -f hack.c
|
||||
.endif
|
||||
|
||||
.ORDER: setdefs.h setdef0.c setdef1.c
|
||||
|
||||
setdef0.o: setdef0.c setdefs.h
|
||||
${NORMAL_C}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Makefile.i386 -- with config changes.
|
||||
# Copyright 1990 W. Jolitz
|
||||
# from: @(#)Makefile.i386 7.1 5/10/91
|
||||
# $Id: Makefile.i386,v 1.135 1999/01/17 21:17:27 peter Exp $
|
||||
# $Id: Makefile.i386,v 1.136 1999/01/19 17:08:28 peter Exp $
|
||||
#
|
||||
# Makefile for FreeBSD
|
||||
#
|
||||
|
@ -154,6 +154,8 @@ hack.So: Makefile
|
|||
rm -f hack.c
|
||||
.endif
|
||||
|
||||
.ORDER: setdefs.h setdef0.c setdef1.c
|
||||
|
||||
setdef0.o: setdef0.c setdefs.h
|
||||
${NORMAL_C}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Makefile.i386 -- with config changes.
|
||||
# Copyright 1990 W. Jolitz
|
||||
# from: @(#)Makefile.i386 7.1 5/10/91
|
||||
# $Id: Makefile.i386,v 1.135 1999/01/17 21:17:27 peter Exp $
|
||||
# $Id: Makefile.i386,v 1.136 1999/01/19 17:08:28 peter Exp $
|
||||
#
|
||||
# Makefile for FreeBSD
|
||||
#
|
||||
|
@ -154,6 +154,8 @@ hack.So: Makefile
|
|||
rm -f hack.c
|
||||
.endif
|
||||
|
||||
.ORDER: setdefs.h setdef0.c setdef1.c
|
||||
|
||||
setdef0.o: setdef0.c setdefs.h
|
||||
${NORMAL_C}
|
||||
|
||||
|
|
Loading…
Reference in a new issue