]> git.pld-linux.org Git - packages/rpm.git/blobdiff - README.cpu-os-macros
make -lib depend on elfutils-libs instead of elfutils; rel 7
[packages/rpm.git] / README.cpu-os-macros
diff --git a/README.cpu-os-macros b/README.cpu-os-macros
deleted file mode 100644 (file)
index 6acedd6..0000000
+++ /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
-<perform your changes>
-cd -
-# preserve order of files within the archive
-LC_ALL=C /bin/sh -c 'ar cDr cpu-os-macros.a foo/*macros'
This page took 0.203066 seconds and 4 git commands to generate.