summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-12-21 16:04:52 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-12-21 16:04:52 +0000
commit52b29d000fbfa6b59b440514f523b0deaf0d4f28 (patch)
tree739afae32304550f466f8e0d6feab1713af1e752 /Makefile.in
parent4dd2681a2aa2ae69f8647088b0e0ce984bdf29f7 (diff)
downloadlibapr-52b29d000fbfa6b59b440514f523b0deaf0d4f28.tar.gz
Insert some output messages when creating the library.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59547 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 0a7e7db40..6c3b92dc8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -42,8 +42,12 @@ all: Makefile $(MODULES) subdirs
@rm -Rf objs
@mkdir objs
@rm -f @LIBPREFIX@apr.a
+ @echo "===> Copying object files to objs directory"
@for i in $(SUBDIRS); do cp $$i/*.o objs ; done;
+ @echo "<=== Done Copying files"
+ @echo "===> Creating unified library"
@$(AR) cr @LIBPREFIX@apr.a objs/*.o
+ @echo "<=== Library built"
clean: subdirs_clean
$(RM) -f *.o *.a *.so objs/*.o