]> git.pld-linux.org Git - packages/rpm.git/blob - README.cpu-os-macros
drop cc/cxx/cpp hack
[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 mkdir foo
9 cd foo
10 ar x ../cpu-os-macros.a
11 <perform your changes>
12 cd -
13 # preserve order of files within the archive
14 LC_ALL=C /bin/sh -c 'ar cDr cpu-os-macros.a foo/*macros'
This page took 0.023319 seconds and 3 git commands to generate.