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