|
|
1.1 root 1: O = ld.o pass1.o message.o fake.o
2: LI = ld.c pass1.c message.c fake.c
3: S = Makefile ld.h ld.c pass1.c message.c fake.c script
4: D = ld.c pass1.c
5: CFLAGS = -O
6:
7:
8: DESTDIR=/bin386/bin/
9: DESTDIR2=/bin386/etc/
10:
11: drvld: ld
12: ln -f $(DESTDIR)ld $(DESTDIR2)drvld
13:
14: ld : $O
15: rm -f $(DESTDIR)ld
16: cc -so $(DESTDIR)ld $O -lmisc
17:
18: pick : $(LI)
19: lint -I/usr/include co $(LI) > pick
20:
21: # save on mwc!
22: save : $S
23: tar cf - $< | compress -c > /tmp/newld.tar.Z
24: uucp -r /tmp/newld.tar.Z mwc!/v/cef/
25:
26: # list source files
27: list : $S
28: ph $?
29: touch list
30:
31: # Build error message list in troff format.
32: doc : $D
33: cgrep -d @ "(message|fatal|filemsg|modmsg|mpmsg|spmsg|spwarn)" $< | \
34: sort | \
35: sed -f `srcpath script` | \
36: fixdoc > doc
37:
38: # Install new ld
39: install : ld
40: su root `srcpath installer`
41:
42: # end of ld/Makefile
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.