• Kai Germaschewski's avatar
    kbuild: Fix copying of shipped files · a70dba80
    Kai Germaschewski authored
    When using cp to copy the shipped file to its actual name,
    permissions would be preserved, particularly the copy would be
    read-only when the original was (BitKeeper) read-only, leading
    to an error when executing the rule a second time.
    
    So now we use cat, which will generate a writable file.
    a70dba80
Rules.make 18.4 KB