Subversion Repositories Kolibri OS

Rev

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

Rev 9283 Rev 9300
Line 869... Line 869...
869
  table.insert(input_deps, v.group or v[2])
869
  table.insert(input_deps, v.group or v[2])
870
end
870
end
Line 871... Line 871...
871
 
871
 
872
-- generate tup rule for kolibri.iso
872
-- generate tup rule for kolibri.iso
873
if tup.getconfig("INSERT_REVISION_ID") ~= ""
873
if tup.getconfig("INSERT_REVISION_ID") ~= ""
874
then volume_id = "KolibriOS r`cat .revision`"
874
then volume_id = "KolibriOS r`get-current-revision`"
875
else volume_id = "KolibriOS"
875
else volume_id = "KolibriOS"
876
end
876
end
877
tup.definerule{inputs = input_deps, command =
877
tup.definerule{inputs = input_deps, command =
878
  '^ MKISOFS kolibri.iso^ ' .. -- for tup: don't write full command to logs
878
  '^ MKISOFS kolibri.iso^ ' .. -- for tup: don't write full command to logs