summaryrefslogtreecommitdiff
path: root/xc/Imakefile
diff options
context:
space:
mode:
authorrws <empty>1993-09-06 11:52:45 +0000
committerrws <empty>1993-09-06 11:52:45 +0000
commitea77e59054505a98b837ddc303eb89102111b13f (patch)
treed9f55e067c96e78caa581b3da236aa19117cae2b /xc/Imakefile
parent0cf3553a626794278edf9ec4cfbbcbcc699e6b73 (diff)
dangerous_strip_clean
Diffstat (limited to 'xc/Imakefile')
-rw-r--r--xc/Imakefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/xc/Imakefile b/xc/Imakefile
index f28658c11..f318862bb 100644
--- a/xc/Imakefile
+++ b/xc/Imakefile
@@ -1,4 +1,4 @@
-XCOMM $XConsortium: Imakefile,v 1.109 93/08/20 10:01:24 rws Exp $
+XCOMM $XConsortium: Imakefile,v 1.110 93/09/04 15:53:34 rws Exp $
#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
@@ -75,6 +75,12 @@ Everything::
@echo "Rebuild of Release 6alpha of the X Window System complete."
@echo ""
+XCOMM clean out link tree looking for stuff that should get checked in
+dangerous_strip_clean::
+ make -k clean
+ find . -type l -exec rm {} \;
+ find . \( \! \( -type d -o -name Makefile \) \) -print
+
#else
XCOMM do not name your log file make.log when you run this ...