Subversion Repositories Kolibri OS

Rev

Rev 3897 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3897 Rev 3954
Line 367... Line 367...
367
 HD_Load/USB_boot_old/=$(PROGS)/hd_load/usb_boot_old/usb_boot.rtf \
367
 HD_Load/USB_boot_old/=$(PROGS)/hd_load/usb_boot_old/usb_boot.rtf \
368
 HD_Load/USB_boot_old/=$(PROGS)/hd_load/usb_boot_old/usb_boot_866.txt \
368
 HD_Load/USB_boot_old/=$(PROGS)/hd_load/usb_boot_old/usb_boot_866.txt \
369
 HD_Load/USB_boot_old/=$(PROGS)/hd_load/usb_boot_old/usb_boot_1251.txt \
369
 HD_Load/USB_boot_old/=$(PROGS)/hd_load/usb_boot_old/usb_boot_1251.txt \
370
 HD_Load/USB_boot_old/MeOSload.com=distr_data/MeOSload_for_usb_boot_old.com \
370
 HD_Load/USB_boot_old/MeOSload.com=distr_data/MeOSload_for_usb_boot_old.com \
371
 HD_Load/USB_boot_old/enable.exe=distr_data/enable_for_usb_boot_old.exe \
371
 HD_Load/USB_boot_old/enable.exe=distr_data/enable_for_usb_boot_old.exe \
372
 games/=../common/games \
372
 games/fceu=../common/games/fceu \
373
 games/fara=games/fara \
373
 games/pig=../common/games/pig \
374
 games/soko/soko=games/soko \
374
 games/soko/soko=games/soko \
-
 
375
 games/soko=../common/games/soko/ \
-
 
376
 games/lrl=../common/games/lrl \
-
 
377
 games/lrl.hsr=../common/games/lrl.hsr \
-
 
378
 games/lrl.lev=../common/games/lrl.lev \
-
 
379
 games/fara=games/fara \
-
 
380
 games/fara.gfx=../common/games/fara.gfx \
375
 kolibrios/media/fplay-full=../common/media/fplay-full \
381
 kolibrios/media/fplay-full=../common/media/fplay-full \
376
 kolibrios/media/zsea/zsea=distr_data/zsea \
382
 kolibrios/media/zsea/zsea=distr_data/zsea \
377
 kolibrios/media/zsea/plugins/cnv_bmp.obj=distr_data/cnv_bmp.obj \
383
 kolibrios/media/zsea/plugins/cnv_bmp.obj=distr_data/cnv_bmp.obj \
378
 kolibrios/media/zsea/plugins/cnv_gif.obj=distr_data/cnv_gif.obj \
384
 kolibrios/media/zsea/plugins/cnv_gif.obj=distr_data/cnv_gif.obj \
379
 kolibrios/media/zsea/plugins/cnv_jpeg.obj=distr_data/cnv_jpeg.obj \
385
 kolibrios/media/zsea/plugins/cnv_jpeg.obj=distr_data/cnv_jpeg.obj \
Line 460... Line 466...
460
# substitute "=" with space, get the 2nd word and join all results
466
# substitute "=" with space, get the 2nd word and join all results
461
mkisofs_extra_targets:=$(call respace,$(foreach f,$(MKISOFS_EXTRA),$(word 2,$(subst =, ,$(f)))))
467
mkisofs_extra_targets:=$(call respace,$(foreach f,$(MKISOFS_EXTRA),$(word 2,$(subst =, ,$(f)))))
462
distribution_extra_targets:=$(call respace,$(foreach f,$(DISTRIBUTION_EXTRA),$(word 2,$(subst =, ,$(f)))))
468
distribution_extra_targets:=$(call respace,$(foreach f,$(DISTRIBUTION_EXTRA),$(word 2,$(subst =, ,$(f)))))
Line 463... Line 469...
463
 
469
 
464
# Define a command for creating a symlink for an item in DISTRIBUTION_EXTRA.
470
# Define a command for creating a symlink for an item in DISTRIBUTION_EXTRA.
-
 
471
extra_item_dst=distribution_kit/$(word 1,$(subst =, ,$(f)))
-
 
472
extra_item_src=$(word 2,$(subst =, ,$(f)))
-
 
473
makelink_item_command=$(if $(notdir $(extra_item_src)), \
-
 
474
 ln -sr $(extra_item_src) $(extra_item_dst), \
-
 
475
 ln -sr $(extra_item_src)* $(extra_item_dst) \
465
makelink_item_command=ln -sr $(word 2,$(subst =, ,$(f))) distribution_kit/$(word 1,$(subst =, ,$(f)))
476
 )
466
# Join all $(makelink_command) for all items from DISTRIBUTION_EXTRA.
477
# Join all $(makelink_command) for all items from DISTRIBUTION_EXTRA.
467
make_distribution_links:=$(foreach f,$(DISTRIBUTION_EXTRA),$(makelink_item_command)$(newline))
478
make_distribution_links:=$(foreach f,$(DISTRIBUTION_EXTRA),$(makelink_item_command)$(newline))
468
# Define a command for creating all directories for DISTRIBUTION_EXTRA.
479
# Define a command for creating all directories for DISTRIBUTION_EXTRA.
469
# Note that $(sort) removes duplicate entries.
480
# Note that $(sort) removes duplicate entries.