projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39fd31f
)
Change .native-release-marker to contain arch.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 19 Nov 2018 02:45:00 +0000
(18:45 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 19 Nov 2018 02:45:34 +0000
(18:45 -0800)
dist/make-native-files
patch
|
blob
|
history
diff --git
a/dist/make-native-files
b/dist/make-native-files
index 0d932d256dd9230cb8338e960602cf7c72accbc6..f2619dd28c3eaf20ca9868d86fbd180fd2914225 100755
(executable)
--- a/
dist/make-native-files
+++ b/
dist/make-native-files
@@
-35,7
+35,7
@@
system_usage ()
{
echo "usage: ${PROGRAM} TYPE ARCH"
usage_arg_type
- echo " ARCH must be
'i386' or 'x86-64
'"
+ echo " ARCH must be
one of 'i386', 'x86-64', or 'svm1
'"
}
USAGE_FUNCTION=system_usage
@@
-48,7
+48,7
@@
build ()
{
my_configure --enable-native-code="${ARCH}"
my_make
-
touch
.native-release-marker
+
echo "${ARCH}" >
.native-release-marker
}
clean ()