Change in osmo-iuh[master]: move-asn1-header-files.sh: Replace original asn file path in generate...

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/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Oct 25 09:59:53 UTC 2021


laforge has submitted this change. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



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-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211025/5cce5746/attachment.htm>


More information about the gerrit-log mailing list