Mercurial > hg > Members > kono > nitros9-code
changeset 855:ff3262e34cf6
touch.hp moved to level1
author | boisy |
---|---|
date | Wed, 15 Jan 2003 02:08:01 +0000 |
parents | 053078ef1289 |
children | dfbdf7630128 |
files | level2/sys/makefile level2/sys/touch.hp |
diffstat | 2 files changed, 2 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/sys/makefile Wed Jan 15 01:59:57 2003 +0000 +++ b/level2/sys/makefile Wed Jan 15 02:08:01 2003 +0000 @@ -12,11 +12,11 @@ inkey.hp kill.hp link.hp list.hp load.hp login.hp makdir.hp \ mdir.hp merge.hp mfree.hp os9gen.hp \ park.hp procs.hp pwd.hp pxd.hp rename.hp save.hp setime.hp \ - setpr.hp shell.hp sleep.hp tee.hp tmode.hp tsmon.hp \ + setpr.hp shell.hp sleep.hp tee.hp tmode.hp touch.hp tsmon.hp \ tuneport.hp unlink.hp verify.hp xmode.hp LEVEL2FILES = basic09.hp gfx.hp gfx2.hp grfdrv.hp make.hp maketerm.hp \ modpatch.hp montype.hp rdump.hp rlink.hp rma.hp runb.hp \ - scred.hp setime.hp touch.hp wcreate.hp + scred.hp setime.hp wcreate.hp HELPMSG = helpmsg ALLOBJS = $(SYSFILES) $(SYSWINFILES) $(HELPMSG)
--- a/level2/sys/touch.hp Wed Jan 15 01:59:57 2003 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -@TOUCH -Syntax: Touch [<opts>] {<path> [<opts>]} -Usage : update the date of a file -Opts : - -c = don't create files - -q = don't quit on error - -x = search execution directory - -z = get file names from standard input - -z=<file> get list of file names from <file>