|
|
1.1 root 1: DESTDIR=/interim/bin/
2: DESTDIR2=/interim/usr/lib/
3: DESTDIR386=/bin386/bin/
4:
5: # /usr/src/make/Makefile 2/14/91
6: # make's Makefile for make, what else?
7:
8: make386: make.o
9: $(CC) $(LDFLAGS) -o $(DESTDIR386)make $?
10: su root chown bin $(DESTDIR386)make
11: su root chgrp bin $(DESTDIR386)make
12: su root chmod 511 $(DESTDIR386)make
13:
14: make: make.o
15: $(CC) $(LDFLAGS) -o $(DESTDIR)$@ $?
16: su root chown bin $(DESTDIR)make
17: su root chgrp bin $(DESTDIR)make
18: su root chmod 511 $(DESTDIR)make
19:
20: makemacros: makemacros
21: cp $? $(DESTDIR2)$@
22:
23: make.o: make.c make.h
24:
25: clean:
26: rm make.o
27:
28: # end of /usr/src/make/Makefile
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.