mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +01:00
Made the removal of the GCC_INCLUDEDIR files more verbose. Thanks to Mike Hernandez.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7153 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
ba098b62b0
commit
feaa22cd75
@ -76,7 +76,7 @@ their length):</para>
|
||||
|
||||
<!-- && used to ease copy and pasting -->
|
||||
<screen><userinput>GCC_INCLUDEDIR=`dirname $(gcc -print-libgcc-file-name)`/include &&
|
||||
find ${GCC_INCLUDEDIR}/* -maxdepth 0 -xtype d -exec rm -rf '{}' \; &&
|
||||
find ${GCC_INCLUDEDIR}/* -maxdepth 0 -xtype d -exec rm -rvf '{}' \; &&
|
||||
rm -vf `grep -l "DO NOT EDIT THIS FILE" ${GCC_INCLUDEDIR}/*` &&
|
||||
unset GCC_INCLUDEDIR</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user