X-Git-Url: http://git.pld-linux.org/?p=packages%2Frpm.git;a=blobdiff_plain;f=README.cpu-os-macros;h=cc27bcb5d345a94b74a4091aec7d1699b3c9bf83;hp=6acedd6e6ce58cee459f6ff8c87ab894fc14ec38;hb=HEAD;hpb=2a9ea7046b4c4d50dc77194a1bb830664f34107e diff --git a/README.cpu-os-macros b/README.cpu-os-macros deleted file mode 100644 index 6acedd6..0000000 --- a/README.cpu-os-macros +++ /dev/null @@ -1,13 +0,0 @@ -In order to more easily cope with merges and avoid issues with binary formats, -we're now using the ar format which will give us a pure ascii archive that'll -make it possible to track & merge individual changes like with other text files. -Unfortunately the format doesn't support paths.. - -recommended way of making changes and updating archive: -rm -rf foo -cd foo -ar x ../cpu-os-macros.a - -cd - -# preserve order of files within the archive -LC_ALL=C /bin/sh -c 'ar cDr cpu-os-macros.a foo/*macros'