소스 검색

fix allmodconfig after fresh checkout

Waldemar Brodkorb 11 년 전
부모
커밋
a8906d4f26
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Makefile

+ 2 - 0
Makefile

@@ -135,6 +135,8 @@ allconfig: .prereq_done
 	@${GMAKE_INV} _mconfig W=-y RCONFIG=Config.in
 
 allmodconfig: .prereq_done
+	@${BASH} ${TOPDIR}/scripts/update-sys
+	@${BASH} ${TOPDIR}/scripts/update-pkg
 	@${GMAKE_INV} _mconfig W=-o RCONFIG=Config.in
 
 package_index: .prereq_done