Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
100e0c4bc3
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      package/base/linux/linux.conf

+ 4
- 0
package/base/linux/linux.conf

@ -321,6 +321,10 @@ main_lx_src() {
echo "Creating dependencies (e.g. for versioned symbols) ..."
eval $MAKE dep-files
fi
if [ $stagelevel -gt 1 ] && [[ $treever = 26* ]] ; then
echo "Creating scripts/* because external modules need it ..."
make scripts/
fi
echo "Clean up the *.orig and *~ files ... "
find -name '*.orig' -o -name '*~' | xargs rm -f

Loading…
Cancel
Save