This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-iuh/+/25903 )
Change subject: move-asn1-header-files.sh: Replace original asn file path in generated asn1 header files
......................................................................
move-asn1-header-files.sh: Replace original asn file path in generated asn1 header files
This makes builds reproducible and keep the existing relative path.
This should have been done in a previous commit changing the paths being
passed to asn1c to be absolute (top_srcdir).
Fixes: f67803684f47077de3c9e06eb7dc007e0bc86b28
Change-Id: I19537f136cbb654950172ee532027920d353a556
---
M move-asn1-header-files.sh
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/03/25903/1
diff --git a/move-asn1-header-files.sh b/move-asn1-header-files.sh
index b968323..ec94e24 100755
--- a/move-asn1-header-files.sh
+++ b/move-asn1-header-files.sh
@@ -22,6 +22,7 @@
shift
echo "s,^#include \"$fname\"$,#include <$include_subdir/$fname>,"
+ echo "s, \* \tfound in \"${base_dir}, * \tfound in \"../..,"
done
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-iuh/+/25903
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: I19537f136cbb654950172ee532027920d353a556
Gerrit-Change-Number: 25903
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211022/b5ea14b6/attachment.htm>