*** /net/pool1/disk6/cws/ooo20031110/SRC680/src.m8/solenv/inc/settings.mk Mon Sep 22 09:38:38 2003 --- settings.mk Wed Oct 22 17:21:53 2003 *************** *** 589,596 **** .ENDIF # common output tree - COMMON_OUTDIR*=common .IF "$(common_build)"!="" .IF "$(no_common_build_reslib)"=="" common_build_reslib=true .ENDIF # "$(no_common_build_reslib)"=="" --- 589,596 ---- .ENDIF # common output tree .IF "$(common_build)"!="" + COMMON_OUTDIR*=common .IF "$(no_common_build_reslib)"=="" common_build_reslib=true .ENDIF # "$(no_common_build_reslib)"=="" *************** *** 600,605 **** --- 600,607 ---- .IF "$(no_common_build_sign_jar)"=="" common_build_sign_jar=true .ENDIF # "$(no_common_build_sign_jar)"=="" + .ELSE # "$(common_build)"!="" + COMMON_OUTDIR=$(OUTPATH) .ENDIF # "$(common_build)"!="" # --- generate output tree -----------------------------------------