delete commented-out code
This commit is contained in:
parent
efb29c5901
commit
82537bbe68
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ in stdenv.mkDerivation {
|
|||
cat .more-config >> .config
|
||||
make olddefconfig
|
||||
for v in $(cat .more-config) ; do grep $v .config || (echo Missing $v && exit 1);done
|
||||
# grep =m .config
|
||||
make modules
|
||||
'';
|
||||
src = modulesupport;
|
||||
|
|
Loading…
Reference in a new issue