Author: jfrederic.clere(a)jboss.com
Date: 2008-01-22 06:26:28 -0500 (Tue, 22 Jan 2008)
New Revision: 1295
Modified:
trunk/build/unix/buildbin.rhel-httpd.sh
Log:
Add test of code for make install...
Modified: trunk/build/unix/buildbin.rhel-httpd.sh
===================================================================
--- trunk/build/unix/buildbin.rhel-httpd.sh 2008-01-20 22:06:19 UTC (rev 1294)
+++ trunk/build/unix/buildbin.rhel-httpd.sh 2008-01-22 11:26:28 UTC (rev 1295)
@@ -144,9 +144,11 @@
# Install it
RPM_BUILD_ROOT=$output_loc
-#(cd prefork
make DESTDIR=$RPM_BUILD_ROOT install
-#)
+if [ $? -ne 0 ]; then
+ echo "mpmbuild prefork install failed"
+ exit 1
+fi
# Clean it before building worker.
make clean
Show replies by date