Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • VLC VLC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Steve Lhomme
  • VLCVLC
  • Repository

Switch branch/tag
  • vlc
  • contrib
  • src
  • ffmpeg
  • rules.mak
Find file BlameHistoryPermalink
  • Rémi Denis-Courmont's avatar
    contribs: fix error handling while compressing tar archives · 4d540e48
    Rémi Denis-Courmont authored Jun 29, 2011
    When the shell evaluates 'foo | bar', it returns the status of bar, not
    foo. 'foo' can fail silently: so long as 'bar' succeeds, make will
    not notice and will therefore not delete the target.
    
    So lets use 'tar cv(z|j|J)' instead of 'tar cv | (gzip|bzip2|xz)'.
    4d540e48

Replace rules.mak

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.

VideoLAN code repository instance