bootstrap changes
This commit is contained in:
parent
f94eaef2a5
commit
5760062851
@ -1,8 +1,13 @@
|
||||
# a very simple makefile...
|
||||
# $Id: Makefile.boot,v 1.2 1994/04/09 23:35:25 briggs Exp $
|
||||
|
||||
# $Id: Makefile.boot,v 1.3 1994/04/17 03:09:49 glass Exp $
|
||||
#
|
||||
# You only want to use this if you aren't running NetBSD.
|
||||
#
|
||||
# modify MACHINE and MACHINE_ARCH as appropriate for your target architecture
|
||||
#
|
||||
CC=gcc
|
||||
CFLAGS=-Wall -I. -g -O -DMACHINE=\"sun4\" -Dnotyet
|
||||
CFLAGS=-Wall -I. -g -O -DMACHINE=\"sparc\" -DMACHINE_ARCH=\"sparc\" \
|
||||
-DMAKE_BOOTSTRAP
|
||||
|
||||
OBJ=arch.o buf.o compat.o cond.o dir.o for.o hash.o job.o main.o make.o \
|
||||
parse.o str.o suff.o targ.o var.o util.o
|
||||
|
@ -36,7 +36,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)make.h 5.13 (Berkeley) 3/1/91
|
||||
* $Id: make.h,v 1.3 1994/03/05 00:35:00 cgd Exp $
|
||||
* $Id: make.h,v 1.4 1994/04/17 03:09:51 glass Exp $
|
||||
*/
|
||||
|
||||
/*-
|
||||
@ -51,7 +51,9 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#ifndef MAKE_BOOTSTRAP
|
||||
#include <sys/cdefs.h>
|
||||
#endif
|
||||
#if __STDC__
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
Loading…
Reference in New Issue
Block a user