Ignore:
Timestamp:
Dec 12, 2005, 4:36:07 AM (20 years ago)
Author:
bird
Message:

Use fixed lot's of those $$$$(PATH_<target>) thingies. Better target install, install pass and install target type. Generic passes. And more.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/ALP.kmk

    r301 r353  
    5757define TOOL_ALP_COMPILE_AS
    5858#$ (warning dbg: TOOL_ALP_COMPILE_AS: target=$(target) source=$(source) obj=$(obj) dep=$(dep) flags=$(flags) defs=$(defs) incs=$(incs) dirdep=$(dirdep) outbase=$(outbase) objsuff=$(objsuff) deps=$(deps))
    59 $(obj): $(deps) $(source) | $(dirdep)
     59$(obj) $(outbase).lst: $(deps) $(source) | $(dirdep)
    6060        $(call MSG_L2,Compiling $$@ using ALP)
    6161        $(TOOL_ALP_AS) \
     
    6969endef
    7070
    71 
Note: See TracChangeset for help on using the changeset viewer.