(1 / 1)
Date: April 10, 1984 06:44
From: BASHFL::DYER
To: @SYS$MAIL:JUNK
I've written a version of MAKE for VAX/VMS. Documentation, the source, the executable code, and a sample makefile are available in: BASHFL::SYS$USERDISK:[DYER.C.MAKE]*.* to wit: MAKE.MAN manual MAKE.COM DCL front end MAKE.EXE executable MAKEFILE. makefile for MAKE MAKE.H source *.C more source If you want to use it, copy the first four files (you can use MAKEFILE as a template for your own needs.) Unix and Eunice people will discover that this version of MAKE is not exactly like the "official" one; don't expect it to work with makefiles you already have. To install it, put these two lines into your LOGIN.COM: $ DEFINE MAKE$MAKEDIR$ MAKE :==@MAKE$MAKEDIR:MAKE then type 'MAKE', and you are on your way. Bugs, suggestions and letter bombs to BASHFL::DYER (assuming BASHFL's network interface is in a good mood.) Happy hacking! -Landon-
Apr 10, 1984