summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-22 18:44:00 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-22 18:44:00 +0000
commitcb1f3c38838a7a9821fdb8f3943f3a9df39eadd0 (patch)
treeddd49add73d443b28e98e3021289aa38e514b9b9 /docs/tutorials
parentab2170c27e4e953fae7d191bf94132fee15edd9a (diff)
downloadATCD-cb1f3c38838a7a9821fdb8f3943f3a9df39eadd0.tar.gz
replaced rm -f with $(RM)
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/001/Makefile4
-rw-r--r--docs/tutorials/002/Makefile4
-rw-r--r--docs/tutorials/003/Makefile4
-rw-r--r--docs/tutorials/004/Makefile4
-rw-r--r--docs/tutorials/005/Makefile4
-rw-r--r--docs/tutorials/006/Makefile4
-rw-r--r--docs/tutorials/007/Makefile4
-rw-r--r--docs/tutorials/008/Makefile4
-rw-r--r--docs/tutorials/009/Makefile4
-rw-r--r--docs/tutorials/010/Makefile4
-rw-r--r--docs/tutorials/011/Makefile4
-rw-r--r--docs/tutorials/012/Makefile4
-rw-r--r--docs/tutorials/013/Makefile4
-rw-r--r--docs/tutorials/014/Makefile4
-rw-r--r--docs/tutorials/015/Makefile4
-rw-r--r--docs/tutorials/016/Makefile4
-rw-r--r--docs/tutorials/017/Makefile4
-rw-r--r--docs/tutorials/018/Makefile4
-rw-r--r--docs/tutorials/019/Makefile4
-rw-r--r--docs/tutorials/020/Makefile4
-rw-r--r--docs/tutorials/021/Makefile4
21 files changed, 42 insertions, 42 deletions
diff --git a/docs/tutorials/001/Makefile b/docs/tutorials/001/Makefile
index 59b2b33fda3..8c465a2faf4 100644
--- a/docs/tutorials/001/Makefile
+++ b/docs/tutorials/001/Makefile
@@ -59,14 +59,14 @@ HTML : #
# necessary to include the source code files since they're commited as-is.
SHAR : #
[ ! -f combine.shar ] || exit 1
- shar -T hdr bodies *.pre *.pst > combine.shar && rm -f hdr bodies *.pre *.pst
+ shar -T hdr bodies *.pre *.pst > combine.shar && $(RM) hdr bodies *.pre *.pst
# For orthogonality, we have an UNSHAR to match SHAR.
UNSHAR : #
sh combine.shar
CLEAN : realclean
- rm -f hdr bodies *.pre *.pst .depend
+ $(RM) hdr bodies *.pre *.pst .depend
#----------------------------------------------------------------------------
# Dependencies
diff --git a/docs/tutorials/002/Makefile b/docs/tutorials/002/Makefile
index ed9fd633fa2..f2eca0928bc 100644
--- a/docs/tutorials/002/Makefile
+++ b/docs/tutorials/002/Makefile
@@ -35,13 +35,13 @@ HTML : #
SHAR : #
[ ! -f combine.shar ] || exit 1
- shar -T hdr bodies *.pre > combine.shar && rm -f hdr bodies *.pre *.pst
+ shar -T hdr bodies *.pre > combine.shar && $(RM) hdr bodies *.pre *.pst
UNSHAR : #
sh combine.shar
CLEAN : realclean
- rm -f hdr bodies *.pre *.pst .depend
+ $(RM) hdr bodies *.pre *.pst .depend
#----------------------------------------------------------------------------
# Dependencies
diff --git a/docs/tutorials/003/Makefile b/docs/tutorials/003/Makefile
index 5fc1cd2b358..874926a64f1 100644
--- a/docs/tutorials/003/Makefile
+++ b/docs/tutorials/003/Makefile
@@ -37,13 +37,13 @@ HTML : #
SHAR : #
[ ! -f combine.shar ] || exit 1
- shar -T hdr bodies *.pre *.pst > combine.shar && rm -f hdr bodies *.pre *.pst
+ shar -T hdr bodies *.pre *.pst > combine.shar && $(RM) hdr bodies *.pre *.pst
UNSHAR : #
sh combine.shar
CLEAN : realclean
- rm -f hdr bodies *.pre *.pst .depend
+ $(RM) hdr bodies *.pre *.pst .depend
#----------------------------------------------------------------------------
# Dependencies
diff --git a/docs/tutorials/004/Makefile b/docs/tutorials/004/Makefile
index 67c79a15d9a..0bfc82e3bd5 100644
--- a/docs/tutorials/004/Makefile
+++ b/docs/tutorials/004/Makefile
@@ -34,13 +34,13 @@ HTML : #
SHAR : #
[ ! -f combine.shar ] || exit 1
- shar -T hdr bodies *.pre *.pst > combine.shar && rm -f hdr bodies *.pre *.pst
+ shar -T hdr bodies *.pre *.pst > combine.shar && $(RM) hdr bodies *.pre *.pst
UNSHAR : #
sh combine.shar
CLEAN : realclean
- rm -f hdr bodies *.pre *.pst .depend
+ $(RM) hdr bodies *.pre *.pst .depend
#----------------------------------------------------------------------------
# Local targets
diff --git a/docs/tutorials/005/Makefile b/docs/tutorials/005/Makefile
index f953d329191..d8f01d76929 100644
--- a/docs/tutorials/005/Makefile
+++ b/docs/tutorials/005/Makefile
@@ -99,13 +99,13 @@ HTML : #
SHAR : #
[ ! -f combine.shar ] || exit 1
- shar -T hdr bodies *.pre > combine.shar && rm -f hdr bodies *.pre *.pst
+ shar -T hdr bodies *.pre > combine.shar && $(RM) hdr bodies *.pre *.pst
UNSHAR : #
sh combine.shar
CLEAN : realclean
- rm -f hdr bodies *.pre *.pst .depend
+ $(RM) hdr bodies *.pre *.pst .depend
#----------------------------------------------------------------------------
# Dependencies
diff --git a/docs/tutorials/006/Makefile b/docs/tutorials/006/Makefile
index ea8bbb401b3..57a90088d72 100644
--- a/docs/tutorials/006/Makefile
+++ b/docs/tutorials/006/Makefile
@@ -95,13 +95,13 @@ HTML : #
SHAR : #
[ ! -f combine.shar ] || exit 1
- shar -T hdr bodies *.pre *.pst > combine.shar && rm -f hdr bodies *.pre *.pst
+ shar -T hdr bodies *.pre *.pst > combine.shar && $(RM) hdr bodies *.pre *.pst
UNSHAR : #
sh combine.shar
CLEAN : realclean
- rm -f hdr bodies *.pre *.pst .depend
+ $(RM) hdr bodies *.pre *.pst .depend
#----------------------------------------------------------------------------
# Dependencies
diff --git a/docs/tutorials/007/Makefile b/docs/tutorials/007/Makefile
index fd4e5498862..7ed33571341 100644
--- a/docs/tutorials/007/Makefile
+++ b/docs/tutorials/007/Makefile
@@ -97,13 +97,13 @@ HTML : #
SHAR : #
[ ! -f combine.shar ] || exit 1
- shar -T hdr bodies *.pre *.pst > combine.shar && rm -f hdr bodies *.pre *.pst
+ shar -T hdr bodies *.pre *.pst > combine.shar && $(RM) hdr bodies *.pre *.pst
UNSHAR : #
sh combine.shar
CLEAN : realclean
- rm -f hdr bodies *.pre *.pst .depend
+ $(RM) hdr bodies *.pre *.pst .depend
#----------------------------------------------------------------------------
# Dependencies
diff --git a/docs/tutorials/008/Makefile b/docs/tutorials/008/Makefile
index d522535c5a9..b595ecbc814 100644
--- a/docs/tutorials/008/Makefile
+++ b/docs/tutorials/008/Makefile
@@ -55,13 +55,13 @@ HTML : #
SHAR : #
[ ! -f combine.shar ] || exit 1
- shar -T hdr bodies *.pre *.pst > combine.shar && rm -f hdr bodies *.pre *.pst
+ shar -T hdr bodies *.pre *.pst > combine.shar && $(RM) hdr bodies *.pre *.pst
UNSHAR : #
sh combine.shar
CLEAN : realclean
- rm -f hdr bodies *.pre *.pst .depend
+ $(RM) hdr bodies *.pre *.pst .depend
#----------------------------------------------------------------------------
# Dependencies
diff --git a/docs/tutorials/009/Makefile b/docs/tutorials/009/Makefile
index d522535c5a9..b595ecbc814 100644
--- a/docs/tutorials/009/Makefile
+++ b/docs/tutorials/009/Makefile
@@ -55,13 +55,13 @@ HTML : #
SHAR : #
[ ! -f combine.shar ] || exit 1
- shar -T hdr bodies *.pre *.pst > combine.shar && rm -f hdr bodies *.pre *.pst
+ shar -T hdr bodies *.pre *.pst > combine.shar && $(RM) hdr bodies *.pre *.pst
UNSHAR : #
sh combine.shar
CLEAN : realclean
- rm -f hdr bodies *.pre *.pst .depend
+ $(RM) hdr bodies *.pre *.pst .depend
#----------------------------------------------------------------------------
# Dependencies
diff --git a/docs/tutorials/010/Makefile b/docs/tutorials/010/Makefile
index 1731046ff1e..41d9ecfb6bd 100644
--- a/docs/tutorials/010/Makefile
+++ b/docs/tutorials/010/Makefile
@@ -58,13 +58,13 @@ HTML : #
SHAR : #
[ ! -f combine.shar ] || exit 1
- shar -T hdr bodies *.pre *.pst > combine.shar && rm -f hdr bodies *.pre *.pst
+ shar -T hdr bodies *.pre *.pst > combine.shar && $(RM) hdr bodies *.pre *.pst
UNSHAR : #
sh combine.shar
CLEAN : realclean
- rm -f hdr bodies *.pre *.pst .depend
+ $(RM) hdr bodies *.pre *.pst .depend
#----------------------------------------------------------------------------
# Dependencies
diff --git a/docs/tutorials/011/Makefile b/docs/tutorials/011/Makefile
index 1731046ff1e..41d9ecfb6bd 100644
--- a/docs/tutorials/011/Makefile
+++ b/docs/tutorials/011/Makefile
@@ -58,13 +58,13 @@ HTML : #
SHAR : #
[ ! -f combine.shar ] || exit 1
- shar -T hdr bodies *.pre *.pst > combine.shar && rm -f hdr bodies *.pre *.pst
+ shar -T hdr bodies *.pre *.pst > combine.shar && $(RM) hdr bodies *.pre *.pst
UNSHAR : #
sh combine.shar
CLEAN : realclean
- rm -f hdr bodies *.pre *.pst .depend
+ $(RM) hdr bodies *.pre *.pst .depend
#----------------------------------------------------------------------------
# Dependencies
diff --git a/docs/tutorials/012/Makefile b/docs/tutorials/012/Makefile
index 1731046ff1e..41d9ecfb6bd 100644
--- a/docs/tutorials/012/Makefile
+++ b/docs/tutorials/012/Makefile
@@ -58,13 +58,13 @@ HTML : #
SHAR : #
[ ! -f combine.shar ] || exit 1
- shar -T hdr bodies *.pre *.pst > combine.shar && rm -f hdr bodies *.pre *.pst
+ shar -T hdr bodies *.pre *.pst > combine.shar && $(RM) hdr bodies *.pre *.pst
UNSHAR : #
sh combine.shar
CLEAN : realclean
- rm -f hdr bodies *.pre *.pst .depend
+ $(RM) hdr bodies *.pre *.pst .depend
#----------------------------------------------------------------------------
# Dependencies
diff --git a/docs/tutorials/013/Makefile b/docs/tutorials/013/Makefile
index ff5998c2045..c150df6639c 100644
--- a/docs/tutorials/013/Makefile
+++ b/docs/tutorials/013/Makefile
@@ -56,13 +56,13 @@ HTML : #
SHAR : #
[ ! -f combine.shar ] || exit 1
- shar -T hdr bodies *.pre *.pst > combine.shar && rm -f hdr bodies *.pre *.pst
+ shar -T hdr bodies *.pre *.pst > combine.shar && $(RM) hdr bodies *.pre *.pst
UNSHAR : #
sh combine.shar
CLEAN : realclean
- rm -f hdr bodies *.pre *.pst .depend
+ $(RM) hdr bodies *.pre *.pst .depend
.depend : #
touch .depend
diff --git a/docs/tutorials/014/Makefile b/docs/tutorials/014/Makefile
index c403fe186fb..9ccd4e53357 100644
--- a/docs/tutorials/014/Makefile
+++ b/docs/tutorials/014/Makefile
@@ -62,13 +62,13 @@ HTML : #
SHAR : #
[ ! -f combine.shar ] || exit 1
- shar -T hdr bodies *.pre > combine.shar && rm -f hdr bodies *.pre
+ shar -T hdr bodies *.pre > combine.shar && $(RM) hdr bodies *.pre
UNSHAR : #
sh combine.shar
CLEAN : realclean
- rm -f hdr bodies *.pre *.pst .depend
+ $(RM) hdr bodies *.pre *.pst .depend
#----------------------------------------------------------------------------
# Dependencies
diff --git a/docs/tutorials/015/Makefile b/docs/tutorials/015/Makefile
index 2851bd7ceb8..5975764d91d 100644
--- a/docs/tutorials/015/Makefile
+++ b/docs/tutorials/015/Makefile
@@ -24,10 +24,10 @@ HTML : #
SHAR : #
[ ! -f combine.shar ] || exit 1
- shar -T hdr bodies *.pre *.pst > combine.shar && rm -f hdr bodies *.pre *.pst
+ shar -T hdr bodies *.pre *.pst > combine.shar && $(RM) hdr bodies *.pre *.pst
UNSHAR : #
sh combine.shar
CLEAN : realclean
- rm -f hdr bodies *.pre *.pst .depend*
+ $(RM) hdr bodies *.pre *.pst .depend*
diff --git a/docs/tutorials/016/Makefile b/docs/tutorials/016/Makefile
index fd8db566c91..f367f64df66 100644
--- a/docs/tutorials/016/Makefile
+++ b/docs/tutorials/016/Makefile
@@ -62,13 +62,13 @@ HTML : #
SHAR : #
[ ! -f combine.shar ] || exit 1
- shar -T hdr bodies *.pre > combine.shar && rm -f hdr bodies *.pre
+ shar -T hdr bodies *.pre > combine.shar && $(RM) hdr bodies *.pre
UNSHAR : #
sh combine.shar
CLEAN : realclean
- rm -f hdr bodies *.pre *.pst .depend
+ $(RM) hdr bodies *.pre *.pst .depend
#----------------------------------------------------------------------------
# Dependencies
diff --git a/docs/tutorials/017/Makefile b/docs/tutorials/017/Makefile
index 32d54bbfc70..21e349dd929 100644
--- a/docs/tutorials/017/Makefile
+++ b/docs/tutorials/017/Makefile
@@ -62,13 +62,13 @@ HTML : #
SHAR : #
[ ! -f combine.shar ] || exit 1
- shar -T hdr bodies *.pre *.pst > combine.shar && rm -f hdr bodies *.pre *.pst
+ shar -T hdr bodies *.pre *.pst > combine.shar && $(RM) hdr bodies *.pre *.pst
UNSHAR : #
sh combine.shar
CLEAN : realclean
- rm -f hdr bodies *.pre *.pst .depend
+ $(RM) hdr bodies *.pre *.pst .depend
#----------------------------------------------------------------------------
# Dependencies
diff --git a/docs/tutorials/018/Makefile b/docs/tutorials/018/Makefile
index 669b4436100..97bcfde576f 100644
--- a/docs/tutorials/018/Makefile
+++ b/docs/tutorials/018/Makefile
@@ -62,13 +62,13 @@ HTML : #
SHAR : #
[ ! -f combine.shar ] || exit 1
- shar -T hdr bodies *.pre > combine.shar && rm -f hdr bodies *.pre
+ shar -T hdr bodies *.pre > combine.shar && $(RM) hdr bodies *.pre
UNSHAR : #
sh combine.shar
CLEAN : realclean
- rm -f hdr bodies *.pre *.pst .depend
+ $(RM) hdr bodies *.pre *.pst .depend
#----------------------------------------------------------------------------
# Dependencies
diff --git a/docs/tutorials/019/Makefile b/docs/tutorials/019/Makefile
index 348bda5f355..897c0f8d9ac 100644
--- a/docs/tutorials/019/Makefile
+++ b/docs/tutorials/019/Makefile
@@ -64,13 +64,13 @@ HTML : #
SHAR : #
[ ! -f combine.shar ] || exit 1
- shar -T hdr bodies *.pre > combine.shar && rm -f hdr bodies *.pre
+ shar -T hdr bodies *.pre > combine.shar && $(RM) hdr bodies *.pre
UNSHAR : #
sh combine.shar
CLEAN : realclean
- rm -f hdr bodies *.pre *.pst .depend
+ $(RM) hdr bodies *.pre *.pst .depend
#----------------------------------------------------------------------------
# Dependencies
diff --git a/docs/tutorials/020/Makefile b/docs/tutorials/020/Makefile
index f211d39ae14..f71ec01f963 100644
--- a/docs/tutorials/020/Makefile
+++ b/docs/tutorials/020/Makefile
@@ -64,13 +64,13 @@ HTML : #
SHAR : #
[ ! -f combine.shar ] || exit 1
- shar -T hdr bodies *.pre *.pst > combine.shar && rm -f hdr bodies *.pre *.pst
+ shar -T hdr bodies *.pre *.pst > combine.shar && $(RM) hdr bodies *.pre *.pst
UNSHAR : #
sh combine.shar
CLEAN : realclean
- rm -f hdr bodies *.pre *.pst .depend
+ $(RM) hdr bodies *.pre *.pst .depend
#----------------------------------------------------------------------------
# Dependencies
diff --git a/docs/tutorials/021/Makefile b/docs/tutorials/021/Makefile
index eb4a321345f..9df7f7c3a25 100644
--- a/docs/tutorials/021/Makefile
+++ b/docs/tutorials/021/Makefile
@@ -64,13 +64,13 @@ HTML : #
SHAR : #
[ ! -f combine.shar ] || exit 1
- shar -T hdr bodies *.pre *.pst > combine.shar && rm -f hdr bodies *.pre *.pst
+ shar -T hdr bodies *.pre *.pst > combine.shar && $(RM) hdr bodies *.pre *.pst
UNSHAR : #
sh combine.shar
CLEAN : realclean
- rm -f hdr bodies *.pre *.pst .depend
+ $(RM) hdr bodies *.pre *.pst .depend
#----------------------------------------------------------------------------
# Dependencies