Annotation of coherent/d/etc/fsck/Makefile, revision 1.1

1.1     ! root        1: DESTDIR=/interim/etc/
        !             2: DESTDIR386=/bin386/etc/
        !             3: #
        !             4: #      for Inetco      : CFLAGS = -O -DHPCOHERENT
        !             5: #      for PDP-11      : CFLAGS = -O
        !             6: #      others          : CFLAGS =
        !             7: #
        !             8: CFLAGS = -O
        !             9: #
        !            10: #      for PDP-11 and IBM PC:  LFLAGS = -i
        !            11: #      for Z8000            :  LFLAGS =
        !            12: #
        !            13: LFLAGS = -i
        !            14: OBJ=main.o init.o phase1.o phase1b.o phase2.o phase3.o phase4.o phase5.o\
        !            15:        phase6.o cleanup.o util.o printf.o link.o virtual.o is_fs.o
        !            16: 
        !            17: fsck:  $(OBJ)
        !            18:        $(CC) $(CFLAGS) $(LFLAGS) -o $(DESTDIR)fsck $(OBJ)
        !            19: 
        !            20: fsck386:$(OBJ)
        !            21:        $(CC) $(CFLAGS) $(LFLAGS) -o $(DESTDIR386)fsck $(OBJ)
        !            22: 
        !            23: #
        !            24: #      for IBM PC Coherent executable, use:  -DNBLK=1
        !            25: #      for others, use                    :  -DNBLK=8
        !            26: #
        !            27: #      If you are running out of malloc space, try lowering the
        !            28: #      value of NBLK (no smaller than 1).
        !            29: #
        !            30: 
        !            31: util.o: util.c
        !            32:        $(CC) -c $(CFLAGS) $< -DNBLK=8
        !            33: 
        !            34: $(OBJ):        fsck.h

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.