소스 검색

suppress info build and installation, remove texinfo dependency

Rich Felker 9 년 전
부모
커밋
ab6716ea08
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      litecross/Makefile

+ 2 - 0
litecross/Makefile

@@ -15,6 +15,8 @@ MUSL_CONFIG = CC="$(XGCC)" LIBCC="../obj_toolchain/$(TARGET)/libgcc/libgcc.a" --
 
 -include config.mak
 
+MAKE += INFO_DEPS=
+
 FULL_TOOLCHAIN_CONFIG = $(TOOLCHAIN_CONFIG) \
 	--disable-werror \
 	--target=$(TARGET) --prefix= \