1
0
Fork 0

delete commented-out code

This commit is contained in:
Daniel Barlow 2024-02-07 23:47:38 +00:00
parent efb29c5901
commit 82537bbe68
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ in stdenv.mkDerivation {
cat .more-config >> .config cat .more-config >> .config
make olddefconfig make olddefconfig
for v in $(cat .more-config) ; do grep $v .config || (echo Missing $v && exit 1);done for v in $(cat .more-config) ; do grep $v .config || (echo Missing $v && exit 1);done
# grep =m .config
make modules make modules
''; '';
src = modulesupport; src = modulesupport;