Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anton Palgunov
mkimage-profiles
Commits
15c75c10
You need to sign in or sign up before continuing.
Commit
15c75c10
authored
May 04, 2015
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
archdep.txt: these are quotes
Build process would choke on "unescaped" stuff otherwise, and these blocks should be blockquotes in the first place.
parent
9baf84fa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
archdep.txt
doc/archdep.txt
+5
-5
No files found.
doc/archdep.txt
View file @
15c75c10
...
@@ -32,15 +32,15 @@
...
@@ -32,15 +32,15 @@
Например, для Simply Linux в mkimage-profiles-desktop есть строчки:
Например, для Simply Linux в mkimage-profiles-desktop есть строчки:
@I586_ONLY@haspd
@I586_ONLY@haspd
@X86_64_ONLY@i586-haspd
@X86_64_ONLY@i586-haspd
В случае mkimage-profiles они должны выглядеть так:
В случае mkimage-profiles они должны выглядеть так:
haspd@i586
haspd@i586
i586-haspd@x86_64
i586-haspd@x86_64
Для преобразования можно воспользоваться следующей командой:
Для преобразования можно воспользоваться следующей командой:
sed -r -e 's/@I586_ONLY@([^\t ]+)/\1@i586/g' \
sed -r -e 's/@I586_ONLY@([^\t ]+)/\1@i586/g' \
-e 's/@X86_64_ONLY@([^\t ]+)/\1@x86_64/g'
-e 's/@X86_64_ONLY@([^\t ]+)/\1@x86_64/g'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment