Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Installing Basic System Software -> Binutils-2.31.1: Keep timestamp o…
Browse files Browse the repository at this point in the history
…f Makefiles to prevent rebuild when test.
  • Loading branch information
ngkz committed Mar 22, 2019
1 parent 03d9c3b commit 84551e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -2881,6 +2881,7 @@ find . -name Makefile -exec sed -i.bak \
-e "/LDFLAGS\(_FOR_\(BUILD\|TARGET\)\)\? =/s/$LDFLAGS$//" \
-e 's/^\(CC\|CXX\) = .*/& -fno-PIE -no-pie/' \
{} \;
find . -name Makefile -exec touch -r {}.bak {} \;
```

Test the results:
Expand Down

0 comments on commit 84551e2

Please sign in to comment.