1 message in com.perforce.jammingUse of ALL_LOCATE_TARGET
FromSent OnAttachments
Stev...@portal.com27 Jul 1998 22:07 
Subject:Use of ALL_LOCATE_TARGET
From:Stev...@portal.com (Stev@portal.com)
Date:07/27/1998 10:07:58 PM
List:com.perforce.jamming

Does anybody use ALL_LOCATE_TARGET to specify a separate output location for targets?

I had to make changes to the SubDir rule in the default Jambase to make it work the way the documentation described.

Replace these lines:

LOCATE_SOURCE = $(ALL_LOCATE_TARGET) $(SUBDIR) ; LOCATE_TARGET = $(ALL_LOCATE_TARGET) $(SUBDIR) ;

With these lines:

makeDirName LOCATE_SOURCE : $(ALL_LOCATE_TARGET) $(SUBDIR) ; makeDirName LOCATE_TARGET : $(ALL_LOCATE_TARGET) $(SUBDIR) ;

Comments?

Steve