aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-05-25 16:04:54 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-05-25 16:04:54 +0000
commit3c42753983e5094afabe023e956ca30417e5d7df (patch)
tree0e6cff09b3d501f954e2c7fa5c0b13ec1a906c4b
parentc6e7185626630e07522b266dc5fb46f3f1ddb070 (diff)
Make output a bit nicer
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@13 83718e91-0e4f-0410-abf4-91180603181f
-rw-r--r--src/make.configuration.deps3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/make.configuration.deps b/src/make.configuration.deps
index 84826c7..8d9007e 100644
--- a/src/make.configuration.deps
+++ b/src/make.configuration.deps
@@ -16,6 +16,7 @@ $(EXEDIR)$(DIRSEP)$(EXE): $(TARBALL_DIR)/cactus-source.a
$(TARBALL_DIR)/cactus-source.a: $(TARBALL_DIR)/cactus-meta-source.o $(TARBALL_DIR)/cactus-flesh-source.o $(patsubst %,$(TARBALL_DIR)/cactus-thorn-source-%.o,$(notdir $(THORNS)))
$(AR) $(ARFLAGS) $@ $^
+ @echo $(DIVIDER)
## Cache optimisation:
## Build the thorns' tarballs already while the thorns are compiled
@@ -37,7 +38,7 @@ $(TARBALL_DIR)/cactus-meta-source.c: $(TARBALL_DIR)/cactus-flesh-source.c $(pats
# Flesh
$(TARBALL_DIR)/cactus-flesh-source.o: $(TARBALL_DIR)/cactus-flesh-source.c
- @echo "Creating tarball for flesh"
+ @echo "Creating tarball for the flesh"
$(CC) $(CFLAGS) -c -o $@ $^
$(TARBALL_DIR)/cactus-flesh-source.c: $(TARBALL_DIR)/cactus-flesh-source.tar.gz