Thu Jul 22 20:16:53 PDT 2004
- Previous message: [Slony1-commit] By darcyb: Make use of a more portable compound sed string Also it turns
- Next message: [Slony1-commit] By darcyb: Do not say sucessfull when infact there was a make error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Do not say successfully installed if there was an install error.
Modified Files:
--------------
slony1-engine:
GNUmakefile.in (r1.10 -> r1.11)
-------------- next part --------------
Index: GNUmakefile.in
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/GNUmakefile.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -LGNUmakefile.in -LGNUmakefile.in -u -w -r1.10 -r1.11
--- GNUmakefile.in
+++ GNUmakefile.in
@@ -33,7 +33,7 @@
install installdirs:
for subdir in src doc ; do \
- $(MAKE) -C $$subdir $@ ; \
+ $(MAKE) -C $$subdir $@ || exit; \
done && \
echo "All of Slony-I is successfully installed"
- Previous message: [Slony1-commit] By darcyb: Make use of a more portable compound sed string Also it turns
- Next message: [Slony1-commit] By darcyb: Do not say sucessfull when infact there was a make error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list