forked from dan/liminix
delete commented-out code
This commit is contained in:
parent
efb29c5901
commit
82537bbe68
@ -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 New Issue
Block a user