aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2008-04-19 04:56:35 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2008-04-19 04:56:35 +0000
commitb02b59a4b02d2c89401e418ccb2b3d0a6edfb940 (patch)
tree3f2d423cc85c0a8a1e75600b8bc8cf45db3b6378
parent8085ec0e1a4320700ed96f8339f6a2aec12ad710 (diff)
Determine list of thorn files correctly
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@176 83718e91-0e4f-0410-abf4-91180603181f
-rw-r--r--src/make.configuration.deps6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/make.configuration.deps b/src/make.configuration.deps
index 700c547..bd9cabd 100644
--- a/src/make.configuration.deps
+++ b/src/make.configuration.deps
@@ -133,7 +133,7 @@ $(TARBALL_DIR)/cactus-flesh-source.files: $(CCTK_LIBDIR)/$(LIBNAME_PREFIX)$(CCTK
configs/$(notdir $(TOP))/config-data \
configs/$(notdir $(TOP))/config-info \
-name 'CVS' -prune -o \
- -name '.*' -prune -o \
+ -name '.?*' -prune -o \
-name '*~' -prune -o \
! -type d \
-print > $@
@@ -179,10 +179,10 @@ $(TARBALL_DIR)/cactus-thorn-source-%.files: $(CCTK_LIBDIR)/$(LIBNAME_PREFIX)$(CC
-name 'par' -prune -o \
-name 'test' -prune -o \
-name 'CVS' -prune -o \
- -name '.*' -prune -o \
+ -name '.?*' -prune -o \
-name '*~' -prune -o \
! -type d \
- -print > $@
+ -print | sed -e 's+/[.]/+/+g' > $@
-include $(patsubst %,$(TARBALL_DIR)/cactus-thorn-source-%.ccldeps,$(notdir $(THORNS)))
# Make aborts if these dependencies vanish. Therefore mention only files