Subversion Repositories Kolibri OS

Rev

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

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