Changeset 276


Ignore:
Timestamp:
May 6, 2005, 1:10:11 PM (20 years ago)
Author:
bird
Message:

now then..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/kBuild/footer.kmk

    r275 r276  
    822822        $(CP) $(exe) $(pubexe)
    823823#else
    824 #$(eval pubexe := $(patsubst %/,%/$(notdir $(exe)), \
    825 #       $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_BIN)/)))
    826 #$(pubexe) : $(exe) $(addsuffix .dir_created, $(dir $(pubexe)))
    827 #       $(RM) -f $$@
    828 #       $(CP) $(exe) $$@
     824#$ (eval pubexe := $(patsubst %/,%/$(notdir $(exe)), \
     825#       $ (if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_BIN)/)))
     826#$ (pubexe) : $(exe) $(addsuffix .dir_created, $(dir $(pubexe)))
     827#       $ (RM) -f $$@
     828#       $ (CP) $(exe) $$@
    829829#endif 
    830830
     
    897897# installing
    898898ifndef $(target)_NOINST
    899 #ifndef KBUILD_NEW_STUFF
     899# ifndef KBUILD_NEW_STUFF
    900900$(eval publib := $(PATH_LIB)/$(notdir $(lib)))
    901901$(publib) : $(lib) $(dir $(publib)).dir_created
     
    903903        $(CP) $(lib) $(publib)
    904904#else
    905 #$(eval publib := $(patsubst %/,%/$(notdir $(lib)), \
    906 #       $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_LIB)/)))
    907 #$(publib) : $(lib) $(addsuffix .dir_created, $(dir $(publib)))
    908 #       $(RM) -f $$@
    909 #       $(CP) $(lib) $$@
     905#$ ( eval publib := $(patsubst %/,%/$(notdir $(lib)), \
     906#       $ ( if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_LIB)/)))
     907#$ ( publib) : $(lib) $(addsuffix .dir_created, $(dir $(publib)))
     908#       $ ( RM) -f $$@
     909#       $ ( CP) $(lib) $$@
    910910#endif 
    911911       
     
    10851085        $(CP) $(dll) $(pubdll)
    10861086#else
    1087 #$(eval pubdll := $(patsubst %/,%/$(notdir $(dll)), \
    1088 #       $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_DLL)/)))
    1089 #$(pubdll) : $(dll) $(addsuffix .dir_created, $(dir $(publib)))
     1087#$ (eval pubdll := $(patsubst %/,%/$(notdir $(dll)), \
     1088#       $ (if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_DLL)/)))
     1089#$ (pubdll) : $(dll) $(addsuffix .dir_created, $(dir $(publib)))
    10901090#       $(RM) -f $$@
    10911091#       $(CP) $(dll) $$@
     
    12681268        $(CP) $(exe) $(pubexe)
    12691269#else
    1270 #$(eval pubexe := $(patsubst %/,%/$(notdir $(exe)), \
     1270#$ (eval pubexe := $(patsubst %/,%/$(notdir $(exe)), \
    12711271#       $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_BIN)/)))
    1272 #$(pubexe) : $(exe) $(addsuffix .dir_created, $(dir $(pubexe)))
     1272#$ (pubexe) : $(exe) $(addsuffix .dir_created, $(dir $(pubexe)))
    12731273#       $(RM) -f $$@
    12741274#       $(CP) $(exe) $$@
     
    14491449        $(CP) $(sys) $(pubsys)
    14501450#else
    1451 #$(eval pubsys := $(patsubst %/,%/$(notdir $(sys)), \
     1451#$ (eval pubsys := $(patsubst %/,%/$(notdir $(sys)), \
    14521452#       $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_SYS)/)))
    1453 #$(pubsys) : $(sys) $(addsuffix .dir_created, $(dir $(pubsys)))
     1453#$ (pubsys) : $(sys) $(addsuffix .dir_created, $(dir $(pubsys)))
    14541454#       $(RM) -f $$@
    14551455#       $(CP) $(sys) $$@
Note: See TracChangeset for help on using the changeset viewer.