From dbfcec04a1691659743f8f6ab065b8212fd9a5dd Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 9 Sep 2003 03:25:53 +0000 Subject: syncing packaging files from 3.0 (This used to be commit 9374755ad3b844a86642a7ea1795ec2b8ab736b2) --- packaging/Caldera/UnixWare/Clean | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 packaging/Caldera/UnixWare/Clean (limited to 'packaging/Caldera/UnixWare/Clean') diff --git a/packaging/Caldera/UnixWare/Clean b/packaging/Caldera/UnixWare/Clean deleted file mode 100755 index fe4eed2527..0000000000 --- a/packaging/Caldera/UnixWare/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* -} -- cgit