Subversion Repositories Kolibri OS

Rev

Rev 3897 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3897 Rev 3954
Line 361... Line 361...
361
 HD_Load/USB_boot_old/=$(PROGS)/hd_load/usb_boot_old/usb_boot.rtf \
361
 HD_Load/USB_boot_old/=$(PROGS)/hd_load/usb_boot_old/usb_boot.rtf \
362
 HD_Load/USB_boot_old/=$(PROGS)/hd_load/usb_boot_old/usb_boot_866.txt \
362
 HD_Load/USB_boot_old/=$(PROGS)/hd_load/usb_boot_old/usb_boot_866.txt \
363
 HD_Load/USB_boot_old/=$(PROGS)/hd_load/usb_boot_old/usb_boot_1251.txt \
363
 HD_Load/USB_boot_old/=$(PROGS)/hd_load/usb_boot_old/usb_boot_1251.txt \
364
 HD_Load/USB_boot_old/MeOSload.com=distr_data/MeOSload_for_usb_boot_old.com \
364
 HD_Load/USB_boot_old/MeOSload.com=distr_data/MeOSload_for_usb_boot_old.com \
365
 HD_Load/USB_boot_old/enable.exe=distr_data/enable_for_usb_boot_old.exe \
365
 HD_Load/USB_boot_old/enable.exe=distr_data/enable_for_usb_boot_old.exe \
366
 games/=../common/games \
366
 games/fceu=../common/games/fceu \
367
 games/fara=games/fara \
367
 games/pig=../common/games/pig \
368
 games/soko/soko=games/soko \
368
 games/soko/soko=games/soko \
-
 
369
 games/soko=../common/games/soko/ \
-
 
370
 games/lrl=../common/games/lrl \
-
 
371
 games/lrl.hsr=../common/games/lrl.hsr \
-
 
372
 games/lrl.lev=../common/games/lrl.lev \
-
 
373
 games/fara=games/fara \
-
 
374
 games/fara.gfx=../common/games/fara.gfx \
369
 kolibrios/media/fplay-full=../common/media/fplay-full \
375
 kolibrios/media/fplay-full=../common/media/fplay-full \
370
 kolibrios/media/zsea/zsea=distr_data/zsea \
376
 kolibrios/media/zsea/zsea=distr_data/zsea \
371
 kolibrios/media/zsea/plugins/cnv_bmp.obj=distr_data/cnv_bmp.obj \
377
 kolibrios/media/zsea/plugins/cnv_bmp.obj=distr_data/cnv_bmp.obj \
372
 kolibrios/media/zsea/plugins/cnv_gif.obj=distr_data/cnv_gif.obj \
378
 kolibrios/media/zsea/plugins/cnv_gif.obj=distr_data/cnv_gif.obj \
373
 kolibrios/media/zsea/plugins/cnv_jpeg.obj=distr_data/cnv_jpeg.obj \
379
 kolibrios/media/zsea/plugins/cnv_jpeg.obj=distr_data/cnv_jpeg.obj \
Line 439... Line 445...
439
# substitute "=" with space, get the 2nd word and join all results
445
# substitute "=" with space, get the 2nd word and join all results
440
mkisofs_extra_targets:=$(call respace,$(foreach f,$(MKISOFS_EXTRA),$(word 2,$(subst =, ,$(f)))))
446
mkisofs_extra_targets:=$(call respace,$(foreach f,$(MKISOFS_EXTRA),$(word 2,$(subst =, ,$(f)))))
441
distribution_extra_targets:=$(call respace,$(foreach f,$(DISTRIBUTION_EXTRA),$(word 2,$(subst =, ,$(f)))))
447
distribution_extra_targets:=$(call respace,$(foreach f,$(DISTRIBUTION_EXTRA),$(word 2,$(subst =, ,$(f)))))
Line 442... Line 448...
442
 
448
 
443
# Define a command for creating a symlink for an item in DISTRIBUTION_EXTRA.
449
# Define a command for creating a symlink for an item in DISTRIBUTION_EXTRA.
-
 
450
extra_item_dst=distribution_kit/$(word 1,$(subst =, ,$(f)))
-
 
451
extra_item_src=$(word 2,$(subst =, ,$(f)))
-
 
452
makelink_item_command=$(if $(notdir $(extra_item_src)), \
-
 
453
 ln -sr $(extra_item_src) $(extra_item_dst), \
-
 
454
 ln -sr $(extra_item_src)* $(extra_item_dst) \
444
makelink_item_command=ln -sr $(word 2,$(subst =, ,$(f))) distribution_kit/$(word 1,$(subst =, ,$(f)))
455
 )
445
# Join all $(makelink_command) for all items from DISTRIBUTION_EXTRA.
456
# Join all $(makelink_command) for all items from DISTRIBUTION_EXTRA.
446
make_distribution_links:=$(foreach f,$(DISTRIBUTION_EXTRA),$(makelink_item_command)$(newline))
457
make_distribution_links:=$(foreach f,$(DISTRIBUTION_EXTRA),$(makelink_item_command)$(newline))
447
# Define a command for creating all directories for DISTRIBUTION_EXTRA.
458
# Define a command for creating all directories for DISTRIBUTION_EXTRA.
448
# Note that $(sort) removes duplicate entries.
459
# Note that $(sort) removes duplicate entries.