Changeset 275 for trunk/kBuild


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

urg, the ifs too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r274 r275  
    816816# installing
    817817ifdef $(target)_INST
    818 ifndef KBUILD_NEW_STUFF
     818#ifndef KBUILD_NEW_STUFF
    819819$(eval pubexe := $(PATH_BIN)/$(notdir $(exe)))
    820820$(pubexe) : $(exe) $(dir $(pubexe)).dir_created
    821821        $(RM) -f $(pubexe)
    822822        $(CP) $(exe) $(pubexe)
    823 else
     823#else
    824824#$(eval pubexe := $(patsubst %/,%/$(notdir $(exe)), \
    825825#       $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_BIN)/)))
     
    827827#       $(RM) -f $$@
    828828#       $(CP) $(exe) $$@
    829 endif   
     829#endif 
    830830
    831831_BLDPROGS  += $(pubexe)
     
    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
    902902        $(RM) -f $(publib)
    903903        $(CP) $(lib) $(publib)
    904 else
     904#else
    905905#$(eval publib := $(patsubst %/,%/$(notdir $(lib)), \
    906906#       $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_LIB)/)))
     
    908908#       $(RM) -f $$@
    909909#       $(CP) $(lib) $$@
    910 endif   
     910#endif 
    911911       
    912912_LIBS      += $(publib)
     
    10791079# installing
    10801080ifndef $(target)_NOINST
    1081 ifndef KBUILD_NEW_STUFF
     1081#ifndef KBUILD_NEW_STUFF
    10821082$(eval pubdll := $(PATH_BIN)/$(notdir $(dll)))
    10831083$(pubdll) : $(dll) $(dir $(pubdll)).dir_created
    10841084        $(RM) -f $(pubdll)
    10851085        $(CP) $(dll) $(pubdll)
    1086 else
     1086#else
    10871087#$(eval pubdll := $(patsubst %/,%/$(notdir $(dll)), \
    10881088#       $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_DLL)/)))
     
    10901090#       $(RM) -f $$@
    10911091#       $(CP) $(dll) $$@
    1092 endif   
     1092#endif 
    10931093
    10941094$(eval TARGET_PUB_$(target) := $(pubdll))
     
    12621262# installing
    12631263ifndef $(target)_NOINST
    1264 ifndef KBUILD_NEW_STUFF
     1264#ifndef KBUILD_NEW_STUFF
    12651265$(eval pubexe := $(PATH_BIN)/$(notdir $(exe)))
    12661266$(pubexe) : $(exe) $(dir $(pubexe)).dir_created
    12671267        $(RM) -f $(pubexe)
    12681268        $(CP) $(exe) $(pubexe)
    1269 else
     1269#else
    12701270#$(eval pubexe := $(patsubst %/,%/$(notdir $(exe)), \
    12711271#       $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_BIN)/)))
     
    12731273#       $(RM) -f $$@
    12741274#       $(CP) $(exe) $$@
    1275 endif   
     1275#endif 
    12761276
    12771277_PROGRAMS  += $(pubexe)
     
    14431443# installing
    14441444ifndef $(target)_NOINST
    1445 ifndef KBUILD_NEW_STUFF
     1445#ifndef KBUILD_NEW_STUFF
    14461446$(eval pubsys := $(PATH_BIN)/$(notdir $(sys)))
    14471447$(pubsys): $(sys) $(dir $(pubsys)).dir_created
    14481448        $(RM) -f $(pubsys)
    14491449        $(CP) $(sys) $(pubsys)
    1450 else
     1450#else
    14511451#$(eval pubsys := $(patsubst %/,%/$(notdir $(sys)), \
    14521452#       $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_SYS)/)))
     
    14541454#       $(RM) -f $$@
    14551455#       $(CP) $(sys) $$@
    1456 endif   
     1456#endif 
    14571457
    14581458$(eval _SYSMODS += $(pubsys))
Note: See TracChangeset for help on using the changeset viewer.