]> git.cworth.org Git - fips/log
fips
11 years agoAdd the ability to execute a program.
Carl Worth [Mon, 22 Apr 2013 23:03:07 +0000 (16:03 -0700)]
Add the ability to execute a program.

Simply fork and exec the command-line arguments given.

(Nothing is actually changed yet about the environment in which the
program is executed.)

11 years agoMove dist, release, etc. targets to new Makefile.release
Carl Worth [Tue, 23 Apr 2013 17:22:29 +0000 (10:22 -0700)]
Move dist, release, etc. targets to new Makefile.release

The Makefile.local was getting far too cluttered with all of this
stuff mixed in.

11 years agoInitial commit of fips repository
Carl Worth [Mon, 22 Apr 2013 21:24:30 +0000 (14:24 -0700)]
Initial commit of fips repository

Just a build system and a stub of a main program for now, (which
doesn't do anything yet).