Annotation of coherent/d/bin/compress/Makefile, revision 1.1.1.1

1.1       root        1: DESTDIR=/interim/bin/
                      2: 
                      3: compress : compress.o is_fs.o
                      4:        cc -o $(DESTDIR)compress $<
                      5:        su root chmog 511 bin bin $(DESTDIR)compress
                      6:        su root ln -f $(DESTDIR)compress $(DESTDIR)zcat
                      7:        su root ln -f $(DESTDIR)compress $(DESTDIR)uncompress
                      8: 
                      9: compress.o : compress.c
                     10:        cc -c -O -DVIRTUAL -DBITS=16 $<
                     11: 
                     12: install : compress
                     13:        su root cp compress /bin
                     14:        su root ln -f /bin/compress /bin/zcat
                     15:        su root ln -f /bin/compress /bin/uncompress

unix.superglobalmegacorp.com

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