annotate level1/sys/touch.hp @ 2786:e333ec1907ef lwtools-port

Updated makefile(s) so correct coco1 dw boot and dwio.sb files are used. Updated level1/coco1/modules/makefile so that boot_dw_coco1 and dwio_coco1.sb get created. Updated level1/coco1/bootfiles/makefile added detection of PORT status so if coco1 is detected then dwio_coco1.sb and boot_dw_coco1 are used in place of dwio.sb and boot_dw.
author drencor-xeen
date Sun, 27 Jan 2013 00:14:03 -0600
parents 970d2ad93c21
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
856
dfbdf7630128 touch.hp moved from level2
boisy
parents:
diff changeset
1 @TOUCH
905
1f6c644006f1 Major overhaul, attempting documentation consistency
boisy
parents: 856
diff changeset
2 Syntax: Touch [<opts>] <path> [<opts>]
1157
970d2ad93c21 Consistency fixes
boisy
parents: 905
diff changeset
3 Usage : Update the date of a file
856
dfbdf7630128 touch.hp moved from level2
boisy
parents:
diff changeset
4 Opts :
dfbdf7630128 touch.hp moved from level2
boisy
parents:
diff changeset
5 -c = don't create files
dfbdf7630128 touch.hp moved from level2
boisy
parents:
diff changeset
6 -q = don't quit on error
dfbdf7630128 touch.hp moved from level2
boisy
parents:
diff changeset
7 -x = search execution directory
dfbdf7630128 touch.hp moved from level2
boisy
parents:
diff changeset
8 -z = get files from standard input
dfbdf7630128 touch.hp moved from level2
boisy
parents:
diff changeset
9 -z=<file> get files from <file>