This website requires JavaScript.
Explore
Help
Register
Sign in
cirno
/
plan9port
Watch
1
Star
0
Fork
You've already forked plan9port
0
mirror of
https://github.com/9fans/plan9port.git
synced
2025-01-12 11:10:07 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
92aa0e13ad
plan9port
/
dist
/
buildmk
7 lines
95 B
Text
Raw
Normal View
History
Unescape
Escape
need this
2005-11-29 01:15:02 +00:00
#!/bin/sh
# run this in the src directory
src: mv ../buildEnvironmentVariables mkhdr Also note that the file must be valid shell and mk input. For #321.
2020-01-10 01:08:10 +00:00
. ../src/mkenv
all: sync and dedup the creation of the SYSNAME and OBJTYPE env vars (#321) This should prevent the issues of dist/buildmk and src/mkhdr getting out of synchronization yet again. I also add a rule for arm64 to the OBJTYPE sed command. Fixes #243 Fixes #320 Change-Id: I60f69a1f32b5ed5ae5ac8a1659c38e29debed005
2020-01-07 19:49:26 +00:00
export SYSNAME OBJTYPE
need this
2005-11-29 01:15:02 +00:00
sh -x mkmk.sh
Reference in a new issue
Copy permalink