]> git.pld-linux.org Git - packages/rpm.git/blame - README.cpu-os-macros
- add support for x32 arch; new color for multiarch and (x32bit) deps
[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
8cd foo
9ar x ../cpu-os-macros.a
10<perform your changes>
11cd -
12ar cDr cpu-os-macros.a foo/*macros
This page took 0.025958 seconds and 4 git commands to generate.