Skip to content

Commit

Permalink
upd: stripping and ownership; rmv: porg, unnecessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
mssx86 committed Sep 23, 2019
1 parent 66f965c commit dc48ed5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 90 deletions.
47 changes: 0 additions & 47 deletions doc/040-tc-porg

This file was deleted.

13 changes: 13 additions & 0 deletions doc/040-tc-stripping_and_ownership
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 1 >> remove debug symbols with:
/usr/bin/strip --strip-debug /tools/lib/*
/usr/bin/strip --strip-unneeded /tools/{,s}bin/*

# 2 >> remove documentation and manual pages with:
rm -rf /tools/{,share}/{info,man,doc}

# 3 >> remove .la files as they're unneeded with:
find /tools/{lib,libexec} -name \*.la -delete

# 4 >> change the ownership of /tools dir to root
# since there won't be a mlfs user in chroot
chown -R root:root $MLFS/tools
Empty file added doc/041-##-placeholder
Empty file.
43 changes: 0 additions & 43 deletions doc/041-tc-stripping_and_ownership

This file was deleted.

0 comments on commit dc48ed5

Please sign in to comment.