]> git.pld-linux.org Git - packages/rpm.git/blame - README.cpu-os-macros
- rel 46; missing import
[packages/rpm.git] / README.cpu-os-macros
CommitLineData
c546a4d6
ER
1In order to more easily cope with merges and avoid issues with binary formats,
2we're now using the ar format which will give us a pure ascii archive that'll
3make it possible to track & merge individual changes like with other text files.
4Unfortunately the format doesn't support paths..
5
6recommended way of making changes and updating archive:
7rm -rf foo
7faa379d 8mkdir foo
c546a4d6
ER
9cd foo
10ar x ../cpu-os-macros.a
11<perform your changes>
12cd -
2a9ea704
JR
13# preserve order of files within the archive
14LC_ALL=C /bin/sh -c 'ar cDr cpu-os-macros.a foo/*macros'
This page took 0.130016 seconds and 4 git commands to generate.