From: simonm Date: Fri, 28 Nov 1997 13:48:01 +0000 (+0000) Subject: [project @ 1997-11-28 13:48:01 by simonm] X-Git-Tag: Approx_2487_patches~1223 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ca0793524ea8f33ab94b20677cf441da5da4b4e4;p=ghc-hetmet.git [project @ 1997-11-28 13:48:01 by simonm] prune #* and .#* when making source dist. --- diff --git a/mk/target.mk b/mk/target.mk index e32a4cc..4f4c0f3 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -676,7 +676,7 @@ dist-pre:: -rm -rf $(SRC_DIST_DIR) -rm -f $(SRC_DIST_NAME).tar.gz (cd $(FPTOOLS_TOP_ABS); find $(SRC_DIST_DIRS) -type d \( -name CVS -prune -o -name SRC -prune -o -name tests -prune -o -exec $(MKDIRHIER) $(SRC_DIST_DIR)/{} \; \) ; ) - (cd $(FPTOOLS_TOP_ABS); find $(SRC_DIST_DIRS) -name CVS -prune -o -name SRC -prune -o -name tests -prune -o -name "*~" -prune -o -name ".cvsignore" -prune -o -type l -exec $(LN_S) $(FPTOOLS_TOP_ABS)/{} $(SRC_DIST_DIR)/{} \; ) + (cd $(FPTOOLS_TOP_ABS); find $(SRC_DIST_DIRS) -name CVS -prune -o -name SRC -prune -o -name tests -prune -o -name "*~" -prune -o -name ".cvsignore" -prune -o -name "\#*" -prune -o -name ".\#*" -prune -o -type l -exec $(LN_S) $(FPTOOLS_TOP_ABS)/{} $(SRC_DIST_DIR)/{} \; ) # # After having created a shadow distribution tree and copied/linked