%% "PATTON, BILLY \(SBCSI\)" <[EMAIL PROTECTED]> writes: pb> RESULTS: pb> if ! test -f v0506/SOURCE_TREE/ldb/infsync/frm/make.include ; then pb> exec_log -log v0506/log.2015145047 /usr/bin/cp /home/bp1\ pb> 497/files_d_make/make.include.ldb.infsync.frm pb> v0506/SOURCE_TREE/ldb/infsync/frm/make.include -proj ldb -bb infsync pb> -topic frm\ pb> ; fi pb> gmake: *** [build_ldb_infsync_frm] Error 1
That error means that the shell make invoked exited with an error code of 1, rather than with success (0). You'll need to figure out why that happened. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
