summaryrefslogtreecommitdiff
path: root/config/mpw/mpw-touch
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>2002-11-11 05:38:51 +0000
committerStan Shebs <shebs@apple.com>2002-11-11 05:38:51 +0000
commitd7dde5dc964e00ab8d276c4be4c9c14c4db2bec0 (patch)
treedd4821c0d8cff05af751db876dc5475cd93bf4e8 /config/mpw/mpw-touch
parent7dc212d011be33293925036bdd5b52e555e80b03 (diff)
downloadgdb-d7dde5dc964e00ab8d276c4be4c9c14c4db2bec0.tar.gz
Retire common MPW configury bits.
* mpw-mh-mpw: Remove. * mpw: Remove directory along with all of its files.
Diffstat (limited to 'config/mpw/mpw-touch')
-rw-r--r--config/mpw/mpw-touch7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/mpw/mpw-touch b/config/mpw/mpw-touch
deleted file mode 100644
index c743a5122b5..00000000000
--- a/config/mpw/mpw-touch
+++ /dev/null
@@ -1,7 +0,0 @@
-# "Touch" command.
-
-If "`Exists "{1}"`" != ""
- SetFile -m . "{1}"
-Else
- Echo ' ' > "{1}"
-End If