summaryrefslogtreecommitdiff
path: root/packaging/Caldera/OpenServer/Clean
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-08-19 04:28:16 +0000
committerGerald Carter <jerry@samba.org>2003-08-19 04:28:16 +0000
commit6283057f37d1aef24f5f41613587901c4eb94739 (patch)
tree725c068ad7578875614ed003a45b8d177e3ba570 /packaging/Caldera/OpenServer/Clean
parent49e66508f271c5d548a045a1297652ed5b03494c (diff)
downloadsamba-6283057f37d1aef24f5f41613587901c4eb94739.tar.gz
samba-6283057f37d1aef24f5f41613587901c4eb94739.tar.bz2
samba-6283057f37d1aef24f5f41613587901c4eb94739.zip
no maintainer. Will be in the Attic if ever needed. No point
in claiming support for these packagaing files if we don't even know if they build. (This used to be commit b87357c11bf7cbaeb1b90aaf67c9b2ba64f65783)
Diffstat (limited to 'packaging/Caldera/OpenServer/Clean')
-rwxr-xr-xpackaging/Caldera/OpenServer/Clean22
1 files changed, 0 insertions, 22 deletions
diff --git a/packaging/Caldera/OpenServer/Clean b/packaging/Caldera/OpenServer/Clean
deleted file mode 100755
index fe4eed2527..0000000000
--- a/packaging/Caldera/OpenServer/Clean
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-#
-# Cleanup after having configured, compiled, installed and packaged.
-# Careful - running this script attempts to restore this hierarchy to
-# freshly unpacked source
-#
-# Invoke as "./Clean -n" to get this script to tell you what it would do
-# without doing anything
-#
-
-V=
-[ "$1" = "-n" ] && V=echo
-
-[ -d dist ] && $V rm -rf dist
-[ -f ../../../source/Makefile ] && {
- $V cd ../../../source
- $V rm -f bin/locktest bin/masktest bin/smbsh bin/debug2html \
- bin/locktest2 bin/smbfilter bin/smbtorture
- $V make clean
- $V make distclean
- $V rm -f mout*
-}