|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: M T
Length: 829 (0x33d) Types: TextFile Names: »Makefile«
└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen └─⟦this⟧ »cph85dist/stat/Makefile«
# This makefile is used to make the UNIX|STAT distribution tape D1600=/dev/rmt8 D800=/dev/rmt0 CREATE=@echo "Creating Stat Directory" STORE=@echo "Storing Files on UNIX|STAT Tape" LIST=@echo "Listing of UNIX|STAT Tape:" tape: make clean make tar clean: -/bin/rm -f doc/cat/* -/bin/rm -f src/*.o tar: make tar-1600-r make tar-1600-l uucp: -rm src/*.o src/y.tab.* cd ..; find stat -print | cpio -oBc > ~uucp/stat-iBcd cpio: make cpio-o cpio-o: $(STORE); cd ..; find stat -print | cpio -oBc > $(D1600) cpio-i: $(CREATE); cpio -iBcd < $(D1600) tar-1600-r: $(STORE); cd ..; tar cfb $(D1600) 20 stat tar-1600-x: $(CREATE); tar xfb $(D1600) 20 tar-1600-l: $(LIST); tar tvfb $(D1600) 20 tar-800-r: $(STORE); cd ..; tar cfb $(D800) 20 stat tar-800-x: $(CREATE); tar xfb $(D800) 20 tar-800-l: $(LIST); tar tvfb $(D800) 20